Metadata-Version: 2.2
Name: fava-plugins
Version: 1.1
Summary: A collection of Beancount plugins.
Author-email: Jakob Schnitzer <mail@jakobschnitzer.de>
License: MIT License
Project-URL: Homepage, https://github.com/beancount/fava-plugins
Project-URL: Source, https://github.com/beancount/fava-plugins
Project-URL: Issues, https://github.com/beancount/fava-plugins/issues
Keywords: fava,beancount,accounting
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 :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Office/Business :: Financial :: Investment
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beancount<4,>=2

# fava-plugins

a collection of Beancount plugins. Install with `pip install fava-plugins`.

- [`split_income`](https://github.com/beancount/fava-plugins/blob/main/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/main/fava_plugins/todo_as_error.py): Display 'todo'-metadata-entries as errors.
