项目作者: vonshednob

项目描述 :
CSV importer from Triodos for beancount
高级语言: Python
项目地址: git://github.com/vonshednob/beancount-triodos-importer.git
创建时间: 2021-04-04T14:21:15Z
项目社区:https://github.com/vonshednob/beancount-triodos-importer

开源协议:MIT License

下载


Beancount Triodos Importer

beancount-triodos-importer provides a python import script for beancount to
import CSV exports from triodos online banking.

Usage

Installation

Install beancounttriodos from pip like this:

  1. pip install beancounttriodos

Configuration

Write a configuration file, eg. config.py, (or extend your existing one) to include this:

  1. import beancounttriodos
  2. CONFIG = [
  3. beancounttriodos.CSVImporter('Assets:Your:Account')
  4. ]

Daily use

  1. Download the CSV file from your triodos online banking,
  2. Run beancount-extract config.py transaction_file.csv

Shouldn’t there be some code here?

This is a placeholder to not break old links. The code is available on
pypi.

License

This package is licensed under the MIT License.