Skip to content

puppetlabs/jabba

 
 

Repository files navigation

Jenkins And joB Builder Analysis

include_graph_example

Installing

pip install jabba

If you run into Permission denied problem either use

pip install jabba --user

to install jabba to your local profile directory, or

sudo pip install jabba

if you have root access.

Install prorblems

If you see this error after installation

GraphViz's executables not found

try

sudo apt-get install python3-pygraphviz

Usage

Check out wiki page about usage.

Examples

Check out examples wiki page.

For developers

Check out wiki page for developers.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.1%
  • Shell 2.9%