beangulp
beangulp copied to clipboard
Importers framework for Beancount
beangulp: Importers Framework for Beancount
Overview
This is the official repository for the importers framework for Beancount. This library defines a workflow that helps you build importers for your various accounts and provides utilities that work with them. It should work with the latest version of Beancount v2 and v3.
Status
As of February 2021, the project has just been forked out of Beancount. Expect some changes to be made here. See this document for plans: https://docs.google.com/document/d/1O42HgYQBQEna6YpobTqszSgTGnbRX7RdjmzR2xumfjs/edit#
History
This project is the continuation of the LedgerHub project, which was later on
folded within Beancount as beancount.ingest
. It has now been separated out
again in order to allow other contributors to more easily contribute and to keep
the core of Beancount simpler and leaner. The rationale for this change can be
read here:
http://furius.ca/beancount/doc/v3
Documentation
The previous version documentation is available here and must be updated: http://furius.ca/beancount/doc/ingest
Much of the rest of the Beancount documentation can be found here: https://beancount.github.io/docs/
Copyright and License
Copyright (C) 2007-2022 Martin Blais. All Rights Reserved.
This code is distributed under the terms of the "GNU GPLv2 only". See COPYING file for details.