Metadata-Version: 2.1
Name: JWT_tapo44ek
Version: 1.0.2
Summary: A simple library for JWT management with FastAPI
Author-email: "Viktor Arsenev (GitHub tapo44ek)" <viktooooor2001@gmail.com>, "Alexander Andreev (GitHub tzinchy)" <dreevxq@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: FastAPI
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyJWT>=2.6.0
Requires-Dist: fastapi>=0.95.0

# JWTs
A simple library for JWT management in FastAPI projects.

## Features
- Generate JWT tokens
- Decode JWT tokens
- Simple integration with FastAPI

## Installation
```bash
pip install JWT_tapo44ek
```
