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
|
Source: pylint-flask
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Build-Depends:
debhelper (>= 9),
dh-python,
python-all,
python-setuptools,
python-pylint-plugin-utils,
pylint (>= 1.0),
python-astroid,
python3-all,
python3-setuptools,
python3-pylint-plugin-utils,
pylint3,
python3-astroid
Standards-Version: 3.9.8
Homepage: https://github.com/jschaf/pylint-flask
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pylint-flask.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pylint-flask.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Package: python-pylint-flask
Architecture: all
Enhances: pylint
Depends:
${misc:Depends},
${python:Depends}
Description: Pylint plugin for analyzing Flask applications (Python 2)
This is a plugin which improves the static code analyzer Pylint
when checking Flask (Python web framework) applications code.
.
This package includes the plugin for Pylint running on Python 2.
Package: python3-pylint-flask
Architecture: all
Enhances: pylint3
Depends:
${misc:Depends},
${python3:Depends}
Description: Pylint plugin for analyzing Flask applications (Python 3)
This is a plugin which improves the static code analyzer Pylint
when checking Flask (Python web framework) applications code.
.
This package includes the plugin for Pylint running on Python 3.
|