Source: python-slowapi
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Matheus Polkorny <mpolkorny@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-fastapi <!nocheck>,
               python3-hiro <!nocheck>,
               python3-httpx <!nocheck>,
               python3-limits <!nocheck>,
               python3-mock <!nocheck>,
               python3-poetry-core,
               python3-pytest <!nocheck>
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.
