Explores the structure of Python code.
- Relies on static code analysis.
- Reports on call trees and class trees.
- Supports HTML and Markdown (MD) output formats.
- Includes a simple documentation generator as a bonus.
The package is small enough to be used without pre-installation:
- Download the package and add its location to
sys.path. - After that import the package as usual —
import docspyer.