Inverno is a flexible investments portfolio tracker.
Inverno takes a config file as input and generates an html report. You provide information about transactions, Inverno takes care of the rest.
Install Inverno from PyPi:
pip install invernoCreate a new project:
mkdir myproject && inverno new-project myprojectGenerate a report:
inverno gen-report myproject/project.yml myproject/reportCheck the tutorial to know more!
