.gitignore
.gitmodules
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/FUNDING.yml
.github/SECURITY.md
.github/workflows/main.yml
.github/workflows/wheels.yml
src/_argon2_cffi_bindings/__init__.py
src/_argon2_cffi_bindings/_ffi_build.py
src/argon2_cffi_bindings.egg-info/PKG-INFO
src/argon2_cffi_bindings.egg-info/SOURCES.txt
src/argon2_cffi_bindings.egg-info/dependency_links.txt
src/argon2_cffi_bindings.egg-info/not-zip-safe
src/argon2_cffi_bindings.egg-info/requires.txt
src/argon2_cffi_bindings.egg-info/top_level.txt
tests/test_build.py
tests/test_smoke.py