Metadata-Version: 2.1
Name: fastapi-framework
Version: 1.0.0
Summary: A Fastapi Framework
Home-page: https://github.com/Tert0/fastapi-framework
Author: Tert0
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: fastapi
Requires-Dist: setuptools
Requires-Dist: sqlalchemy
Requires-Dist: asyncpg
Requires-Dist: aioredis
Requires-Dist: python-dotenv
Requires-Dist: pyjwt
Requires-Dist: passlib

A FastAPI Framework for things like `Database`,
`Redis`, `Logging`, `JWT Authentication` and `Rate Limits` 

# Install

You can install this Library with:

```shell
pip install fastapi-framework
```

# Documentation

For the Documentation click [here](https://tert0.github.io/fastapi-framework)

# Features
- ✅ Database
- ✅ Redis
- ❌ Redis Publish/Subscribe
- ✅ FastAPI JWT
- ❌ FastAPI Permission System (for routes)
- ✅ Rate Limits


# License

This Project is Licensed under the [MIT License](https://mit-license.org/)


