pydoctor
Python API document generator
Install
- All systems
-
curl cmd.cat/pydoctor.sh
- Debian
-
apt-get install python-pydoctor
- Ubuntu
-
apt-get install python-pydoctor
- 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
- Dockerfile
- dockerfile.run/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.