[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Bogdanp/modviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modviz

Modviz lets you visualize your module dependencies.

Build Status

Installation

pip install modviz

Usage

$ modviz /path/to/a/python/package -o output.html

~$ modviz --help
usage: modviz [-h] [-o TARGET] [-f [FOLD_PATHS [FOLD_PATHS ...]]] [-e [EXCLUDE_PATHS [EXCLUDE_PATHS ...]]] [-x] PATH

Modviz lets you visualize your module dependencies.

positional arguments:
  PATH                  the path to the package you want to visualize

optional arguments:
  -h, --help            show this help message and exit
  -o TARGET             the output file (default: stdout)
  -f [FOLD_PATHS [FOLD_PATHS ...]]
                        paths that need to be folded up ('vendor' dirs, for example)
  -e [EXCLUDE_PATHS [EXCLUDE_PATHS ...]]
                        paths that should be excluded from the output
  -x                    show external modules

Screenshot

Screenshot

About

Python module dependency visualizer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published