slowapi
Package — APIPython 3.7+Intermediate
Rate limiting for Starlette and FastAPI
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- limits, redis
- Install
pip install slowapi
Learn by Difficulty
Quick Example
python
# Install: pip install slowapi import slowapi # Basic slowapi usage print(f"Using slowapi") # See documentation for detailed examples
slowapi is a third-party package. Rate limiting for Starlette and FastAPI. Install with: pip install slowapi
Try in PlaygroundTags
packageapirestweb