Skip to content
/ pdoc Public

🐍 ➡️ 📜 Auto-generate API documentation for Python projects

License

Notifications You must be signed in to change notification settings

pdoc3/pdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ef0fbea · Mar 20, 2025
Nov 26, 2024
Nov 26, 2024
Mar 20, 2025
Aug 27, 2020
Oct 30, 2020
Mar 20, 2025
Jan 25, 2021
Nov 28, 2018
Jan 7, 2019
Mar 20, 2025
Mar 20, 2021
Jun 24, 2024

Repository files navigation

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.