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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: python-limits
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-hiro,
python3-pytest,
python3-pytest-asyncio,
python3-pytest-lazy-fixtures,
python3-pymemcache,
python3-pymongo,
python3-redis,
python3-setuptools,
python3-sphinx,
python3-sphinx-copybutton,
python3-sphinx-paramlinks,
python3-sphinxcontrib.programoutput,
python3-sphinxext-opengraph,
python3-typing-extensions,
python3-deprecated,
python3-etcd3,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/python-team/packages/python-limits.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-limits
Homepage: https://limits.readthedocs.org
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-limits
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}, python3-pymemcache, python3-redis, python-limits-doc
Description: Rate limiting utilities for Python
limits is a Python module providing utilities to implement rate limiting using
various strategies, such as fixed or moving windows, and various storage
backends, such as in in-memory storage, Redis or memcached.
.
This package provides the Python 3 version of the limits module.
Package: python-limits-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: Rate limiting utilities for Python - Documentation
limits is a Python module providing utilities to implement rate limiting using
various strategies, such as fixed or moving windows, and various storage
backends, such as in in-memory storage, Redis or memcached.
.
This package provides the documentation for the limits module.
|