File: control

package info (click to toggle)
flask-limiter 3.12-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,264 kB
  • sloc: python: 6,432; makefile: 165; sh: 67
file content (81 lines) | stat: -rw-r--r-- 2,450 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
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Source: flask-limiter
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,
 dh-sequence-sphinxdoc,
 furo <!nodoc>,
 pybuild-plugin-pyproject,
 python-flask-doc <!nodoc>,
 python-flask-restful-doc <!nodoc>,
 python-limits-doc <!nodoc>,
 python-pymongo-doc <!nodoc>,
 python-rediscluster-doc <!nodoc>,
 python-werkzeug-doc <!nodoc>,
 python3-all,
 python3-doc <!nodoc>,
 python3-flask,
 python3-flask-restful <!nocheck>,
 python3-hiro <!nocheck>,
 python3-limits (>= 3.13.0),
 python3-ordered-set <!nocheck>,
 python3-pymemcache <!nocheck>,
 python3-pymongo <!nocheck>,
 python3-pytest <!nocheck>,
 python3-redis <!nocheck>,
 python3-rich <!nodoc>,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-inline-tabs <!nodoc>,
 python3-sphinx-issues (>= 4.1.0),
 python3-sphinx-paramlinks,
 python3-sphinxcontrib.programoutput,
 python3-sphinxext-opengraph,
 python3-typing-extensions,
 python3-werkzeug,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/python-team/packages/flask-limiter.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/flask-limiter
Homepage: https://github.com/alisaifee/flask-limiter

Package: python-flask-limiter-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Rate-limiting for Flask routes - Documentation
 Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
 intentions.
 .
 Flask-Limiter provides rate limiting features to flask routes. It has support
 for a configurable backend for storage with current implementations for
 in-memory, redis and memcache.
 .
 This package provides the documentation for the flask_limiter module.

Package: python3-flask-limiter
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 ${python3:Recommends},
Suggests:
 python-flask-limiter-doc,
 ${python3:Suggests},
Description: Rate-limiting for Flask routes
 Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
 intentions.
 .
 Flask-Limiter provides rate limiting features to flask routes. It has support
 for a configurable backend for storage with current implementations for
 in-memory, redis and memcache.
 .
 This package provides the Python 3 version of the flask_limiter module.