Source: pep8-naming
Section: python
Priority: optional
Maintainer: Daniel Stender <debian@danielstender.com>
Uploaders:
 Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools
Standards-Version: 3.9.6
Homepage: https://github.com/flintwork/pep8-naming
Vcs-Git: git://anonscm.debian.org/python-modules/packages/pep8-naming.git
Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/pep8-naming.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-pep8-naming
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends}
Recommends:
 python-flake8
Description: check for PEP 8 naming conventions (flake8 plugin for Python2)
 The PEP 8 recommendation is a style guide for Python code. This plugin for
 flake8 checks whether the naming conventions of PEP 8 have been commplied
 with. However written as plugin for flake8, some tools make independent use
 of the module.
 .
 This package contains the module for Python2.

Package: python3-pep8-naming
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Recommends:
 python3-flake8
Description: check for PEP 8 naming conventions (flake8 plugin for Python3)
 The PEP 8 recommendation is a style guide for Python code. This plugin for
 flake8 checks whether the naming conventions of PEP 8 have been commplied
 with. However written as plugin for flake8, some tools make independent use
 of the module.
 .
 This package contains the module for Python3.
