Repository URL to install this package:
|
Version:
1.6.2 ▾
|
PyNaCl
/
METADATA
|
|---|
Metadata-Version: 2.4 Name: PyNaCl Version: 1.6.2 Summary: Python binding to the Networking and Cryptography (NaCl) library Home-page: https://github.com/pyca/pynacl/ Author-email: The PyNaCl developers <cryptography-dev@python.org> License: Apache-2.0 Project-URL: Homepage, https://github.com/pyca/pynacl Project-URL: Bug Tracker, https://github.com/pyca/pynacl/issues Project-URL: Documentation, https://pynacl.readthedocs.io Classifier: License :: OSI Approved :: Apache Software License Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable Classifier: Programming Language :: Python :: 3 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 :: 3.13 Classifier: Programming Language :: Python :: 3.14 Requires-Python: >=3.8 License-File: LICENSE License-File: licenses/LICENSE.libsodium.txt Requires-Dist: cffi>=1.4.1; platform_python_implementation != "PyPy" and python_version < "3.9" Requires-Dist: cffi>=2.0.0; platform_python_implementation != "PyPy" and python_version >= "3.9" Provides-Extra: tests Requires-Dist: pytest>=7.4.0; extra == "tests" Requires-Dist: pytest-cov>=2.10.1; extra == "tests" Requires-Dist: pytest-xdist>=3.5.0; extra == "tests" Requires-Dist: hypothesis>=3.27.0; extra == "tests" Provides-Extra: docs Requires-Dist: sphinx<7; extra == "docs" Requires-Dist: sphinx_rtd_theme; extra == "docs" Dynamic: description Dynamic: home-page Dynamic: license-file Requires-Dist: flet-libsodium (==1.0.20)