pdoc3 / pdoc

:snake: :arrow_right: :scroll: Auto-generate API documentation for Python projects

Home Page:https://pdoc3.github.io/pdoc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pdoc

Build Status Code Coverage pdoc3 on PyPI package 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.

About

:snake: :arrow_right: :scroll: Auto-generate API documentation for Python projects

https://pdoc3.github.io/pdoc/

License:GNU Affero General Public License v3.0


Languages

Language:Python 82.2%Language:Mako 17.8%