Metadata-Version: 2.0
Name: fava-plugins
Version: 1.0
Summary: A collection of Beancount plugins.
Home-page: https://github.com/beancount/fava-plugins
Author: Jakob Schnitzer
Author-email: mail@jakobschnitzer.de
License: MIT
Keywords: fava beancount accounting
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Office/Business :: Financial :: Investment
Requires-Dist: beancount (>=2.0rc1)

# fava-plugins

a collection of Beancount plugins

- [`split_income`](https://github.com/beancount/fava-plugins/blob/master/fava_plugins/split_income.py): Split income transactions into pre-tax and post-tax postings.
- [`todo_as_error`](https://github.com/beancount/fava-plugins/blob/master/fava_plugins/todo_as_error.py): Display 'todo'-metadata-entries as errors.


