Metadata-Version: |
2.1 |
Name: |
PyJWT |
Version: |
2.10.1 |
Summary: |
JSON Web Token implementation in Python |
Author-Email: |
Jose Padilla <hello[at]jpadilla.com> |
Project-Url: |
Homepage, https://github.com/jpadilla/pyjwt |
License: |
MIT |
Keywords: |
json,jwt,security,signing,token,web |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
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: |
Topic :: Utilities |
Requires-Python: |
>=3.9 |
Requires-Dist: |
cryptography (>=3.4.0); extra == "crypto" |
Requires-Dist: |
coverage[toml] (==5.0.4); extra == "dev" |
Requires-Dist: |
cryptography (>=3.4.0); extra == "dev" |
Requires-Dist: |
pre-commit; extra == "dev" |
Requires-Dist: |
pytest (<7.0.0,>=6.0.0); extra == "dev" |
Requires-Dist: |
sphinx; extra == "dev" |
Requires-Dist: |
sphinx-rtd-theme; extra == "dev" |
Requires-Dist: |
zope.interface; extra == "dev" |
Requires-Dist: |
sphinx; extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme; extra == "docs" |
Requires-Dist: |
zope.interface; extra == "docs" |
Requires-Dist: |
coverage[toml] (==5.0.4); extra == "tests" |
Requires-Dist: |
pytest (<7.0.0,>=6.0.0); extra == "tests" |
Provides-Extra: |
crypto |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
tests |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |
License-File: |
AUTHORS.rst |