Initial commit

This commit is contained in:
2020-05-08 14:39:22 +01:00
commit 57828567af
1662 changed files with 248701 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -0,0 +1,2 @@
pyhashxx
tests