pydoctor

Python API document generator

Install

All systems
curl cmd.cat/pydoctor.sh
Debian Debian
apt-get install python-pydoctor
Ubuntu
apt-get install python-pydoctor
image/svg+xml Kali Linux
apt-get install python-pydoctor
Windows (WSL2)
sudo apt-get update sudo apt-get install python-pydoctor
Raspbian
apt-get install python-pydoctor

python-pydoctor

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.