Metadata-Version: 2.4
Name: rubti_beancount_import
Version: 1.3
Summary: Beancount importers for various CSV formats
Author: Thilo Wendt
Project-URL: Repository, https://github.com/rubti/beancount-import
Keywords: beancount,sparkasse,bbva,edenred
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Typing :: Typed
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beancount<=3.2
Requires-Dist: beangulp
Requires-Dist: pandas
Requires-Dist: openpyxl
Requires-Dist: identify
Requires-Dist: pyyaml
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Dynamic: license-file

# Beancount Importer

This repository contains [beancount](https://beancount.github.io/docs/) importers to automatically import banking data from the following sources:

* [Sparkasse Germany](https://www.sparkasse.de/)
    * Checking accounts in ``CSV-CAMT V2`` format
    * MasterCard
* [BBVA](https://www.bbva.es/) checking accounts in Excel .xlsx format 
* [MyInvestor](https://myinvestor.es/)
* [Revolut](https://www.revolut.com/es-ES/)

## Importing transactions from Sparkasse

In order to import transactions from german Sparkasse, you need to download your transactions in CSV format.

* Log in to your online banking account and select the bank account that you want to import data from
* **Select the time span of interest to filter transactions**
* In case of credit card transactions there is only the option *CSV-Export*. Select this option and download the file
* On checking accounts you may choose the format. The importer expects the ``CSV-CAMT V2`` format. Download your transactions in this format
