https://github.com/osll/jabba
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/osll/jabba
- Owner: OSLL
- License: mit
- Created: 2016-12-05T10:00:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T11:02:36.000Z (almost 9 years ago)
- Last Synced: 2025-03-24T19:22:21.841Z (about 1 year ago)
- Language: Python
- Size: 1.4 MB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Jenkins And joB Builder Analysis

## 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)