File: control

package info (click to toggle)
flask-compress 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 160 kB
  • ctags: 46
  • sloc: python: 183; makefile: 11
file content (49 lines) | stat: -rw-r--r-- 1,588 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
Source: flask-compress
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Dominik George <nik@naturalnet.de>,
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 10),
 dh-python,
 pandoc,
 python-all (>= 2.6.6-3),
 python-flask,
 python-setuptools (>= 0.6b3),
 python3-all,
 python3-flask,
 python3-setuptools,
Standards-Version: 3.9.8
Homepage: https://github.com/wichitacode/flask-compress
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-compress.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/flask-compress.git

Package: python-flask-compress
Architecture: all
Depends:
 python-flask,
 ${misc:Depends},
 ${python:Depends},
Description: Compress responses in a Flask app with gzip (Python 2)
 Flask-Compress allows one to compress HTTP responses generated by a
 Flask application running standalone with GZip. It does so without
 a complex setup for some MIME types that benefit from it, like
 HTML and JSON types.
 .
 This package contains the Python 2 version of the module.

Package: python3-flask-compress
Architecture: all
Depends:
 python3-flask,
 ${misc:Depends},
 ${python3:Depends},
Description: Compress responses in a Flask app with gzip (Python 3)
 Flask-Compress allows one to compress HTTP responses generated by a
 Flask application running standalone with GZip. It does so without
 a complex setup for some MIME types that benefit from it, like
 HTML and JSON types.
 .
 This package contains the Python 3 version of the module.