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
|
Source: flask-script
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all,
python3-flask,
python3-pytest,
python3-setuptools,
Standards-Version: 4.4.0
Homepage: https://pypi.python.org/pypi/Flask-Script
Vcs-Git: https://salsa.debian.org/python-team/modules/flask-script.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/flask-script
Testsuite: autopkgtest-pkg-python
Package: python3-flask-script
Architecture: all
Depends:
python3-flask,
${misc:Depends},
${python3:Depends},
Description: set of utilities for use with the Flask framework and Python 3
Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
intentions.
.
This python3 package adds support for external scripts in Flask.
|