Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1004 Bytes

File metadata and controls

27 lines (17 loc) · 1004 Bytes

linting: pylint License

docspyer

Explores the structure of Python code.

Features

  • 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.

Install

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.

Documentation

  • ✅ Check the live documentation here.
  • 📄 Check the local source documentation here.
  • 💾 Offline HTML documentation is available by opening docs/index.html.