File: control

package info (click to toggle)
flask-htmlmin 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: python: 188; sh: 14; makefile: 6
file content (38 lines) | stat: -rw-r--r-- 1,173 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
Source: flask-htmlmin
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Adrian Vondendriesch <adrian.vondendriesch@credativ.de>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-cssmin <!nocheck>,
 python3-flask <!nocheck>,
 python3-htmlmin <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/hamidfzm/Flask-HTMLmin
Vcs-Git: https://salsa.debian.org/python-team/packages/flask-htmlmin.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/flask-htmlmin
Testsuite: autopkgtest-pkg-python

Package: python3-flask-htmlmin
Architecture: all
Depends:
 python3-htmlmin,
 ${misc:Depends},
 ${python3:Depends},
Description: Minify flask text/html mime types responses
 Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
 intentions.
 .
 flask-htmlmin minifies flask text/html mime types responses using
 htmlmin.
 .
 Just add MINIFY_PAGE = True to your deployment config to minify html and text
 responses of your flask application.