Skip to content

Beancount Importer for csv exports from Swedish banks. Supports Länsförsäkringar

License

Notifications You must be signed in to change notification settings

owodunni/beancount-swe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

PyPI versionLicense: MITPackage workflowCodeFactor

We help Sweden cook their books using Beancount since 2022!

Supported banks:

  • Länsförsäkringar

If you want to add your bank to this lists please drop an issue and include a .csv with your banks format.

Gettings stated

In the example folder there is a example beancount project which uses beancount-swe with fava and beancount to manage personal finance from swedish banks.

cp examples ~/my-beancount
cd ~/my-beancount

Open ~/my-beancount/README.md for further instructions on how to use the example project.

Development

Install:

pip install poetry
poetry install

Build:

poetry build

Test:

poetry run pytest

Lint:

poetry run flake8

Fix:

poetry run black . && poetry run isort beancount-swe/ tests/