Source: python-slowapi Section: python Maintainer: Debian Python Team Uploaders: Matheus Polkorny Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-fastapi , python3-hiro , python3-httpx , python3-limits , python3-mock , python3-poetry-core, python3-pytest Standards-Version: 4.7.4 Homepage: https://slowapi.readthedocs.io/en/latest/ Vcs-Browser: https://salsa.debian.org/python-team/packages/python-slowapi Vcs-Git: https://salsa.debian.org/python-team/packages/python-slowapi.git Package: python3-slowapi Architecture: all Depends: python3-limits, ${misc:Depends}, ${python3:Depends} Description: rate limiting library for Starlette and FastAPI Slowapi is inspired by the Flask-Limiter library, it allows controlling request rates on API endpoints to prevent abuse, ensure fair usage, and help maintain system stability.