1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: python-ratelimiter
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christian M. Amsüss <chrysn@fsfe.org>
Build-Depends: debhelper (>= 10), dh-python, python3, python3-setuptools, python3-pytest
Standards-Version: 4.1.5
Section: python
Homepage: https://github.com/RazerM/ratelimiter
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-ratelimiter
Vcs-Git: https://salsa.debian.org/python-team/modules/python-ratelimiter.git
Testsuite: autopkgtest-pkg-python
Package: python3-ratelimiter
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}
Description: simple Python library for limiting the rate of operations
This package provides the ratelimiter module, which ensures that an
operation will not be executed more than a given number of times on a
given period. This can prove useful when working with third parties APIs
which require for example a maximum of 10 requests per second.
|