Source: python-ratelimiter Priority: optional Maintainer: Debian Python Modules Team Uploaders: Christian M. Amsüss 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.