1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: requests-ratelimiter
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Pieter Lenaerts <plenae@disroot.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-setuptools,
python3-hatchling,
python3-pyrate-limiter (>= 4.0.0) <!nocheck>,
python3-pytest <!nocheck>,
python3-requests <!nocheck>,
python3-requests-cache <!nocheck>,
python3-requests-mock <!nocheck>,
python3-all,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.3
Homepage: https://github.com/JWCook/requests-ratelimiter
Vcs-Browser: https://salsa.debian.org/python-team/packages/requests-ratelimiter
Vcs-Git: https://salsa.debian.org/python-team/packages/requests-ratelimiter.git
Package: python3-requests-ratelimiter
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
Description: Easy rate-limiting for Python requests (Python 3)
A simple wrapper around pyrate-limiter v2 that adds convenient integration
with the requests library.
|