beancount-plugins-zack
beancount-plugins-zack copied to clipboard
Add minimal setup.py to allow installation with pip
Make cerberus an extra dependency in case one does not use the cerberus_validate plugin.
Refactor to a src-based layout for easy loading in a beancount ledger. Plugins may be loaded via the following line in beancount: beancount_plugins_zack.NAME
, e.g beancount_plugins_zack.file_ordering
.
@zacchiro merge this?
Perhaps also add an Installation to README.md
:
$ pip3 install git+https://github.com/zacchiro/beancount-plugins-zack.git
plugin "beancount_plugins_zack.file_ordering"
plugin "beancount_plugins_zack.no_missing_documents"
Until this is merged here, one can also easily install it from @nblock fork:
pip3 install git+https://github.com/nblock/beancount-plugins-zack.git@6b344bfb560ad9fea30b59adaf703e4a5b55878e