Metadata-Version: |
2.1 |
Name: |
argon2-cffi |
Version: |
23.1.0 |
Summary: |
Argon2 for Python |
Author-Email: |
Hynek Schlawack <hs[at]ox.cx> |
Project-Url: |
Documentation, https://argon2-cffi.readthedocs.io/ |
Project-Url: |
Changelog, https://github.com/hynek/argon2-cffi/blob/main/CHANGELOG.md |
Project-Url: |
GitHub, https://github.com/hynek/argon2-cffi |
Project-Url: |
Funding, https://github.com/sponsors/hynek |
Project-Url: |
Tidelift, https://tidelift.com/?utm_source=lifter&utm_medium=referral&utm_campaign=hynek |
Keywords: |
hash,hashing,password,security |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: MacOS :: MacOS X |
Classifier: |
Operating System :: Microsoft :: Windows |
Classifier: |
Operating System :: POSIX |
Classifier: |
Operating System :: Unix |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Security :: Cryptography |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.7 |
Requires-Dist: |
argon2-cffi-bindings |
Requires-Dist: |
typing-extensions; python_version < "3.8" |
Requires-Dist: |
argon2-cffi[tests,typing]; extra == "dev" |
Requires-Dist: |
tox (>4); extra == "dev" |
Requires-Dist: |
furo; extra == "docs" |
Requires-Dist: |
myst-parser; extra == "docs" |
Requires-Dist: |
sphinx; extra == "docs" |
Requires-Dist: |
sphinx-copybutton; extra == "docs" |
Requires-Dist: |
sphinx-notfound-page; extra == "docs" |
Requires-Dist: |
hypothesis; extra == "tests" |
Requires-Dist: |
pytest; extra == "tests" |
Requires-Dist: |
mypy; extra == "typing" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
tests |
Provides-Extra: |
typing |
Description-Content-Type: |
text/markdown |
License-Expression: |
MIT |
License-File: |
LICENSE |