.dockerignore
.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
compose.yml
mkdocs.yml
pyinstaller_entrypoint.py
pyproject.toml
.devcontainer/Dockerfile
.devcontainer/Dockerfile.dist
.devcontainer/Dockerfile.docs
.devcontainer/devcontainer.json
.github/CODEOWNERS
.github/dependabot.yaml
.github/workflows/.python-version
.github/workflows/mkdocs.yml
.github/workflows/pytest.yml
.github/workflows/release.yml
.vscode/settings.json
bin/coverage.sh
bin/web.sh
docs/.pages
docs/README.md
docs/development.md
docs/requirements.txt
docs/usage.md
hashfields/__init__.py
hashfields/csv.py
hashfields/hashing.py
hashfields/main.py
hashfields.egg-info/PKG-INFO
hashfields.egg-info/SOURCES.txt
hashfields.egg-info/dependency_links.txt
hashfields.egg-info/entry_points.txt
hashfields.egg-info/requires.txt
hashfields.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_csv.py
tests/test_hashfields.py
tests/test_hashing.py
tests/test_main.py
tests/samples/large.csv
tests/samples/large.dupes.csv
tests/samples/large.hashed.csv
tests/samples/small.csv
tests/samples/small.dupes.csv
tests/samples/small.hashed.csv
tests/samples/small.hashed.skip_sub.drop_type.csv