forked from gaugendre/ofx-processor
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
.github/workflows | 2 years ago | |
ofx_processor | 9 months ago | |
tests | 2 years ago | |
.gitignore | 2 years ago | |
.pre-commit-config.yaml | 2 years ago | |
Dockerfile | 9 months ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
poetry.lock | 2 years ago | |
pyproject.toml | 9 months ago | |
sonar-project.properties | 3 years ago | |
tasks.py | 9 months ago |
README.md
ofx-processor
Install
python -m pip install ofx-processor
https://pypi.org/project/ofx-processor/
Usage
Usage: ynab [OPTIONS] COMMAND [ARGS]...
Import your data to YNAB with the processors listed below or manage your
config.
Options:
--version Show the version and exit.
-h, --help Show this message and exit.
Commands:
config Manage configuration.
bpvf Import BPVF bank statement (OFX file).
ce Import CE bank statement (OFX file).
lcl Import LCL bank statement (OFX file).
revolut Import Revolut bank statement (CSV file).
All transactions will be pushed to YNAB. If this is your first time using the script, it will open a generated config file for you to fill up.
The account and budget UUID are found in the YNAB url when using the web app.
The file passed in parameter will be deleted unless specified (--keep
option on each import command)
Versions
This project follows Semantic Versioning.
Development
Release
inv full-test
poetry version <major/minor/patch>
git add .
git commit
inv tag <version>
inv publish publish-docker
Reuse
If you do reuse my work, please consider linking back to this repository 🙂