Metadata-Version: 2.1
Name: throttled
Version: 0.1.16a30
Summary: A rate limiter for FastAPI
Home-page: https://github.com/santunioni/ThrottledAPI
License: MIT
Author: Vinícius Vargas
Author-email: santunionivinicius@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: fastapi
Provides-Extra: redis
Project-URL: Repository, https://github.com/santunioni/ThrottledAPI
Description-Content-Type: text/markdown

# ThrottledAPI

This repo aims to be an audacious RateLimiter for python ASGI/WSGI APIs.

## RoadMap

- [ ] Implement for FastAPI, because I really like the framework
- [ ] Generalise for others

## Status

In development ...

