Skip to content

INP-SDT/docspyer

 
 

Repository files navigation

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.

About

Explores the structure of Python code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 86.4%
  • CSS 5.5%
  • JavaScript 4.2%
  • HTML 3.9%