gnucash-portfolio-cli

command-line interface to Gnucash Portfolio


License
CNRI-Python-GPL-Compatible
Install
pip install gnucash-portfolio-cli==1.0.0

Documentation

gnucash-portfolio-cli

Gnucash Portfolio CLI

If running a web UI (server + client) is problematic, here is the CLI interface to GnuCash Portfolio functions, written in Python. This can be very useful if running the code on Android devices, for example.

Initially, there are a few simple scripts for providing the basic features. That might grow into a full CLI application at a later stage.

Tips

Set the log level using -v parameter.

In general, it should be possible to set the log level with --log=DEBUG but this does not work when using argparse.