python-ratelimiter 1.2.0.post0-4 source package in Ubuntu
Changelog
python-ratelimiter (1.2.0.post0-4) unstable; urgency=medium * Add debian/patches/use-async-keyword.patch - Makes package compatible with Python 3.11 Closes: #1025119 Closes: #1028175 -- Diane Trout <email address hidden> Sat, 07 Jan 2023 22:26:05 -0800
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-ratelimiter_1.2.0.post0-4.dsc | 2.1 KiB | 804915fcb2872a8f1715f1942c469f90f8027c1bbcd138cc763652867ca97ef4 |
python-ratelimiter_1.2.0.post0.orig.tar.gz | 9.0 KiB | 5c395dcabdbbde2e5178ef3f89b568a3066454a6ddc223b76473dac22f89b4f7 |
python-ratelimiter_1.2.0.post0-4.debian.tar.xz | 3.6 KiB | 110b977168b544855b03844c93d5933b0889abed78a3d954063b9ee0c6ce84d4 |
Available diffs
- diff from 1.2.0.post0-3 to 1.2.0.post0-4 (1.3 KiB)
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.