Metadata-Version: |
2.1 |
Name: |
PyJWT |
Version: |
2.7.0 |
Summary: |
JSON Web Token implementation in Python |
Author: |
Jose Padilla |
Author-Email: |
hello[at]jpadilla.com |
Home-Page: |
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: |
Natural Language :: English |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
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: |
Topic :: Utilities |
Requires-Python: |
>=3.7 |
Requires-Dist: |
typing-extensions; python_version <= "3.7" |
Requires-Dist: |
cryptography (>=3.4.0); extra == "crypto" |
Requires-Dist: |
sphinx (<5.0.0,>=4.5.0); extra == "dev" |
Requires-Dist: |
sphinx-rtd-theme; extra == "dev" |
Requires-Dist: |
zope.interface; extra == "dev" |
Requires-Dist: |
cryptography (>=3.4.0); extra == "dev" |
Requires-Dist: |
pytest (<7.0.0,>=6.0.0); extra == "dev" |
Requires-Dist: |
coverage[toml] (==5.0.4); extra == "dev" |
Requires-Dist: |
pre-commit; extra == "dev" |
Requires-Dist: |
sphinx (<5.0.0,>=4.5.0); extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme; extra == "docs" |
Requires-Dist: |
zope.interface; extra == "docs" |
Requires-Dist: |
pytest (<7.0.0,>=6.0.0); extra == "tests" |
Requires-Dist: |
coverage[toml] (==5.0.4); extra == "tests" |
Provides-Extra: |
crypto |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
tests |
Description-Content-Type: |
text/x-rst |