Skip to main content

Visualize all functions and classes in a directory

Project description

Function Finder

Have a complex library? Want to either understand someone elses or make your library easier to understand?

What if you could generate a detailed graph of all the functions and classes in your package. Including links between common functions in multiple files. Now you can

What files are taken into account?

  • .py
  • .ipynb (Jupyter notebook)

Outputs

  • functions.pdf
  • classes.pdf
  • Extension can be configured

How to use?

  • cd to any directory you want
  • Default outputs are in pdf
import functionfinder
functionfinder.runner()
  • Change the format of the outputs
import functionfinder
functionfinder.runner(".", "svg")

Example

  • Functions

  • Modules

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

functionvis-0.1.3.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

functionvis-0.1.3-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page