Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/osll/jabba


https://github.com/osll/jabba

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Jenkins And joB Builder Analysis

![include_graph_example](https://github.com/OSLL/jabba/blob/master/docs/build_up_down.png)

## 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.](https://github.com/OSLL/jabba/wiki/Basic-usage)

## Examples
Check out [examples wiki page.](https://github.com/OSLL/jabba/wiki/Examples)

## For developers
Check out [wiki page for developers.](https://github.com/OSLL/jabba/wiki/For-developers)