pdoc3 0.11.6


pip install pdoc3

  Latest version

Released: Mar 20, 2025


Meta
Requires Python: >= 3.9

Classifiers

Topic
  • Documentation
  • Software Development :: Documentation
  • Utilities

License
  • OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)

Development Status
  • 5 - Production/Stable

Environment
  • Console

Intended Audience
  • Developers

Operating System
  • OS Independent

Programming Language
  • Python :: 3 :: Only

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.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
mako
markdown (>=3.0)