Source: pydoctor
Section: python
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Jelmer Vernooĳ <jelmer@debian.org>
Build-Depends: debhelper (>= 9), python (>= 2.6.6-3), python-setuptools, dh-python
Standards-Version: 4.1.4
Homepage: https://github.com/twisted/pydoctor
Vcs-Git: https://salsa.debian.org/python-team/applications/pydoctor

Package: python-pydoctor
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-nevow, python-epydoc
Description: Python API document generator
 Pydoctor is a tool for generating API documentation for Python modules based
 on their docstrings via static analysis.
 .
 It was written primarily to replace epydoc for the purposes of the Twisted
 project as epydoc has difficulties with zope.interface.

