1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: flask-multistatic
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Sergio Durigan Junior <sergiodj@sergiodj.net>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 3.9.8
Homepage: https://pagure.io/flask-multistatic
Vcs-Git: https://salsa.debian.org/python-team/packages/flask-multistatic.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/flask-multistatic
Package: python3-flaskext.multistatic
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Simple flask plugin for overriding static files (Python 3)
A simple flask plugin allowing to override static files, making
theming flask applications really easy.
.
This package installs the library for Python 3.
|