Source: python-ratelimiter Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Christian M. Amsüss , Build-Depends: debhelper-compat (= 13), dh-python, python3, python3-pytest, python3-setuptools, Standards-Version: 4.6.1 Homepage: https://github.com/RazerM/ratelimiter Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ratelimiter Vcs-Git: https://salsa.debian.org/python-team/packages/python-ratelimiter.git Testsuite: autopkgtest-pkg-python Package: python3-ratelimiter Architecture: any Depends: ${misc:Depends}, ${python3: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.