Source: pydoctor
Section: python
Priority: optional
Maintainer: Debian Calendarserver Team <calendarserver-maintainers@lists.alioth.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Build-Depends: debhelper (>= 9), python (>= 2.6.6-3)
Standards-Version: 3.9.5
Vcs-Bzr: http://anonscm.debian.org/bzr/users/jelmer/pydoctor/unstable

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.

