python-ratelimiter 1.2.0-1 source package in Ubuntu
Changelog
python-ratelimiter (1.2.0-1) unstable; urgency=medium * Initial release. (Closes: #880661) -- Christian M. Amsüss <email address hidden> Sun, 10 Dec 2017 15:08:28 +0100
Upload details
- Uploaded by:
- Debian Python Modules Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-ratelimiter_1.2.0-1.dsc | 2.1 KiB | 82ef07e777ee20622c1ff5126e838607aeb7d3e08a2252f5288580c75838fd6c |
python-ratelimiter_1.2.0.orig.tar.gz | 4.2 KiB | e2ad761249dcd16c80fd0fd08af7bb48c2f345ed9c5b731b0833db8ecca81505 |
python-ratelimiter_1.2.0-1.debian.tar.xz | 2.0 KiB | e9a3df9c3374c0e13a6d26989d70f72522c763c67c3b846643bae493190546f7 |
No changes file available.
Binary packages built by this source
- python3-ratelimiter: 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.