Source: pep257
Section: python
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python3,
 python3-setuptools,
 python3-sphinx
Standards-Version: 3.9.7
Homepage: http://pep257.readthedocs.org/en/latest
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pep257/trunk/
Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/pep257/trunk/

Package: pep257
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Description: static Python code analysis tool for PEP 257 compliance
 PEP 257 provides conventions for Python docstrings (string literals which
 occur as first statement in a module, function, class or method definition
 for documentation purposes). This tool checks Python code whether
 these conventions have been complied with, and if docstring are missing.
