Metadata-Version: 2.4
Name: passuth
Version: 0.3.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-pretty ; extra == 'test'
Requires-Dist: pytest-xdist ; extra == 'test'
Requires-Dist: hypothesis ; extra == 'test'
Requires-Dist: jsonpickle ; extra == 'test'
Requires-Dist: argon2-cffi ; extra == 'test-extra'
Requires-Dist: cryptography ; extra == 'test-extra'
Provides-Extra: test
Provides-Extra: test-extra
License-File: LICENSE
Summary: A python package wrapping 'password-auth' rust crate for password hashing and verification.
Keywords: password,argon2,security,hashing,encryption
Author-email: Dowon <ks2515@naver.com>
License-Expression: MIT
Requires-Python: >=3.9
Project-URL: source, https://github.com/Bing-su/passuth
