Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osll/jabba
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/osll/jabba
- Owner: OSLL
- License: mit
- Created: 2016-12-05T10:00:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T11:02:36.000Z (over 7 years ago)
- Last Synced: 2024-09-29T18:20:12.484Z (about 2 months ago)
- Language: Python
- Size: 1.4 MB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)