Source: flask-compress
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Dominik George <natureshadow@debian.org>,
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: 4.2.1
Homepage: https://github.com/wichitacode/flask-compress
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://salsa.debian.org/python-team/modules/flask-compress.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/flask-compress

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.
