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

https://github.com/sintefmath/maconomy2python

extract data from exported file from maconomy/iaccess project and plot pie charts, etc.
https://github.com/sintefmath/maconomy2python

Last synced: 7 months ago
JSON representation

extract data from exported file from maconomy/iaccess project and plot pie charts, etc.

Awesome Lists containing this project

README

          

# prerequisites for automatic download

follow the instructions at https://stash.code.sintef.no/projects/SPY/repos/sintefpy/browse, which are:
- git clone ssh://git@git.code.sintef.no/spy/sintefpy.git
- cd sintefpy/
- pip install --user .
- run, e.g.: "~/.local/bin/spy timesheet show", type in your username and password and say yes to saving credentials

# example usage
automatic download: python plotprojectdata.py --projectnumber 123 --totalbudget 1000
manual download: python plotprojectdata.py --filename ExportProjectCard_projectnumber.xlsx --totalbudget 1000

# example output

![pie1](pie1.png)
![pie2](pie2.png)
![actuals_per_month](actuals_per_month.png)
![actuals_accumulated](actuals_accumulated.png)