File: control

package info (click to toggle)
aiolimiter 1.2.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: python: 127; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 937 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: aiolimiter
Section: python
Priority: optional
Maintainer: Yuri Konotopov <ykonotopov@gnome.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-poetry-core,
               python3-setuptools,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/mjpieters/aiolimiter
Rules-Requires-Root: no
Vcs-Browser: https://gitlab.com/apt-mirror2/aiolimiter-debian-packaging
Vcs-Git: https://gitlab.com/apt-mirror2/aiolimiter-debian-packaging.git [aiolimiter]

Package: python3-aiolimiter
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: asyncio rate limiter, a leaky bucket implementation
 This module includes an efficient implementation of a rate limiter for
 asyncio.
 This project implements the Leaky bucket algorithm, giving you precise
 control over the rate.