Metadata-Version: 2.4
Name: cryptojwt
Version: 1.10.0
Summary: Python implementation of JWT, JWE, JWS and JWK
Author-email: Roland Hedberg <roland@catalogix.se>
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: <4.0,>=3.9
Requires-Dist: cryptography>=3.4.6
Requires-Dist: requests>=2.25.1
Description-Content-Type: text/markdown

# cryptojwt

![License](https://img.shields.io/badge/license-Apache%202-blue.svg)
![Python version](https://img.shields.io/badge/python-3.7%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%203.12%203.13-blue.svg)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

An implementation of the JSON cryptographic specs JWS, JWE, JWK, and JWA [RFC 7515-7518] and JSON Web Token (JWT) [RFC 7519]

Please read the [Official Documentation](https://cryptojwt.readthedocs.io/en/latest/) for getting usage examples and further informations.
