Skip to content

A parser to build graph visualisation of any python codebase structure

License

Notifications You must be signed in to change notification settings

Bycelium/ByParse

Repository files navigation

ByParse

A library to parse python projects and build the graph of all symbolic connexions.

Instead of this:

toy_project_root

It ables you to see this:

toy_graph_image

Installation

pip install git+https://gitea.bycelium.com/vanyle/ByParse.git

Usage

Produce a graph

byparse -r path/to/project/root

For more details:

byparse --help

Visualize a graph

Using cytoscape

See cytoscape usage.

About

A parser to build graph visualisation of any python codebase structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published