beancount-plugins-zack icon indicating copy to clipboard operation
beancount-plugins-zack copied to clipboard

Add minimal setup.py to allow installation with pip

Open nblock opened this issue 2 years ago • 2 comments

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.

nblock avatar May 08 '22 08:05 nblock

@zacchiro merge this?

vorburger avatar Jan 08 '23 16:01 vorburger

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

vorburger avatar Jan 08 '23 16:01 vorburger