Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
Metadata-Version: 1.0
|
||||
Name: pyhashxx
|
||||
Version: 0.1.3
|
||||
Summary: Python wrapper for xxHash algorithm
|
||||
Home-page: http://github.com/ewencp/pyhashxx
|
||||
Author: Ewen Cheslack-Postava
|
||||
Author-email: me@ewencp.org
|
||||
License: BSD
|
||||
Description: UNKNOWN
|
||||
Platform: any
|
||||
@@ -0,0 +1,13 @@
|
||||
setup.cfg
|
||||
setup.py
|
||||
pyhashxx/pycompat.h
|
||||
pyhashxx/pyhashxx.c
|
||||
pyhashxx/xxhash.c
|
||||
pyhashxx/xxhash.h
|
||||
pyhashxx.egg-info/PKG-INFO
|
||||
pyhashxx.egg-info/SOURCES.txt
|
||||
pyhashxx.egg-info/dependency_links.txt
|
||||
pyhashxx.egg-info/top_level.txt
|
||||
tests/__init__.py
|
||||
tests/test_hash_bytes.py
|
||||
tests/test_oneshot.py
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
../../../../include/site/python3.8/pyhashxx/pycompat.h
|
||||
../../../../include/site/python3.8/pyhashxx/xxhash.h
|
||||
../pyhashxx.cpython-38-x86_64-linux-gnu.so
|
||||
../tests/__init__.py
|
||||
../tests/__pycache__/__init__.cpython-38.pyc
|
||||
../tests/__pycache__/test_hash_bytes.cpython-38.pyc
|
||||
../tests/__pycache__/test_oneshot.cpython-38.pyc
|
||||
../tests/test_hash_bytes.py
|
||||
../tests/test_oneshot.py
|
||||
PKG-INFO
|
||||
SOURCES.txt
|
||||
dependency_links.txt
|
||||
top_level.txt
|
||||
@@ -0,0 +1,2 @@
|
||||
pyhashxx
|
||||
tests
|
||||
Reference in New Issue
Block a user