Metadata-Version: 2.1
Name: fastapi-throttling
Version: 0.1.0
Summary: Limit amount of requests to your FastAPI.
License: GPLv2
Author: wwnbb
Author-email: wwnbb1@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: fastapi (>=0.96.0,<0.97.0)
Requires-Dist: py-redis (>=1.1.1,<2.0.0)
Description-Content-Type: text/markdown

# fastapi-throttling
Limit amount of requests to your FastAPI.

