Command line tools for working with ledger
$ ledgert --help
Usage: ledgert [OPTIONS] COMMAND [ARGS]...
CLI tools for working with ledger
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
read Import ledger style file
Reading ledger journal file and save as json formatted file
ledgert read -f /path/to/input/ledger/file
--fileinput file name--nameoption to provide output file name--pickleoption to save as serialized object instead of json
Simply use pip install -U . for a local installation.
Use pip install -e . for a local development installation. Where -e "installs a project in editable mode (i.e.
setuptools "develop mode") from a local project path" thus every change of the source is made directly available.