Home
Softono

Pdoc

Open source Python
1.2K
Stars
144
Forks
104
Issues
8
Watchers
10 months
Last Commit

 About Pdoc

🐍 ➑️ πŸ“œ Auto-generate API documentation for Python projects

Platforms

Web Self-hosted

Languages

Python

Need Help Installing Pdoc?

We provide expert installation service for this software. Our team will install, configure, and secure Pdoc on your server. plans start at just $30.

pdoc

Build Status Code Coverage Source lines of code pdoc3 on PyPI package downloads total downloads GitHub Sponsors

Auto-generate API documentation for Python 3+ projects.

Project website

Documentation

Installation

$ pip install pdoc3

Usage

Pdoc will accept a Python module file, package directory or an import path.

$ pdoc your_project

See pdoc --help for more command-line switches and the documentation for more usage examples.

Features

The above features are explained in more detail in pdoc's documentation (generated with pdoc).

Development

Check CONTRIBUTING.md for hacking details.