Package: python3-ratelimit Source: python-ratelimit Version: 2.2.1-2 Architecture: all Maintainer: Debian Python Team Installed-Size: 35 Depends: python3:any Section: python Priority: optional Homepage: https://github.com/tomasbasham/ratelimit Description: API rate limit decorator This package introduces a function decorator preventing a function from being called more often than that allowed by the API provider. This should prevent API providers from banning your applications by conforming to their rate limits.