.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
src/FlyHash.egg-info/PKG-INFO
src/FlyHash.egg-info/SOURCES.txt
src/FlyHash.egg-info/dependency_links.txt
src/FlyHash.egg-info/not-zip-safe
src/FlyHash.egg-info/requires.txt
src/FlyHash.egg-info/top_level.txt
src/flyhash/FlyHash.py
src/flyhash/__init__.py
tests/conftest.py
tests/test_FlyHash.py