Skip to content

Commit

Permalink
v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sisay Chala committed Jan 28, 2021
1 parent b91713b commit 92fa29e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

The purpose of his application is to automatically generate pert chart from tasks in json file.

## Installation
```pip install pertchart```

## Usage
`pip install pertchart`
```
from pertchart import PertChart
Expand Down Expand Up @@ -94,10 +96,10 @@ The data file contains task tuples one per line as in the following sample:
```

## Exacmple Output PERT chart for th eabove input data
![alt text](pert_v0.4.png "PERT output")
![PERT Output](https://github.com/sisayie/pertchart/blob/master/pert_v0.4.png "PERT output")

### Credits and References
- http://www.graphviz.org/pdf/dotguide.pdfbtree.pyFigure 13
- http://www.graphviz.org/pdf/dotguide.pdfbtree.pyFigure13
- https://stackoverflow.com/questions/35064304/runtimeerror-make-sure-the-graphviz-executables-are-on-your-systems-path-aft
- https://www.programcreek.com/python/example/104476/graphviz.Digraph
- https://graphviz.readthedocs.io/en/stable/examples.html#structs-py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name = 'pertchart',
packages = ['pertchart'],
version = '0.3.1',
version = '0.5',
license='MIT',
description = 'PERT chart generator',
long_description=long_description,
Expand Down

0 comments on commit 92fa29e

Please sign in to comment.