# ofx-processor
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ofx-processor)
![PyPI - Format](https://img.shields.io/pypi/format/ofx-processor)
![PyPI - Status](https://img.shields.io/pypi/status/ofx-processor)
## Install
```shell
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](https://semver.org/).
## Development
### Release
```shell
inv full-test
poetry version <major/minor/patch>
git add .
git commit
inv tag $(poetry version -s)
inv publish publish-docker
```
# Reuse
If you do reuse my work, please consider linking back to this repository 🙂
Raw data
{
"_id": null,
"home_page": "https://git.augendre.info/gaugendre/ofx-processor",
"name": "ofx-processor",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3.10",
"maintainer_email": null,
"keywords": "ynab, finances, finance automation",
"author": "Gabriel Augendre",
"author_email": "gabriel@augendre.info",
"download_url": "https://files.pythonhosted.org/packages/b2/e3/388a2677e58913479faddeb9872c868e5b8b801058a1b114c932735fcc62/ofx_processor-4.5.2.tar.gz",
"platform": null,
"description": "# ofx-processor\n\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ofx-processor)\n![PyPI - Format](https://img.shields.io/pypi/format/ofx-processor)\n![PyPI - Status](https://img.shields.io/pypi/status/ofx-processor)\n\n## Install\n\n```shell\npython -m pip install ofx-processor\n```\n\nhttps://pypi.org/project/ofx-processor/\n\n## Usage\n\n```\nUsage: ynab [OPTIONS] COMMAND [ARGS]...\n\n Import your data to YNAB with the processors listed below or manage your\n config.\n\nOptions:\n --version Show the version and exit.\n -h, --help Show this message and exit.\n\nCommands:\n config Manage configuration.\n bpvf Import BPVF bank statement (OFX file).\n ce Import CE bank statement (OFX file).\n lcl Import LCL bank statement (OFX file).\n revolut Import Revolut bank statement (CSV file).\n```\n\nAll transactions will be pushed to YNAB. If this is your first time using the script,\nit will open a generated config file for you to fill up.\n\nThe account and budget UUID are found in the YNAB url when using the web app.\n\nThe file passed in parameter will be deleted unless specified (`--keep` option on each import command)\n\n## Versions\n\nThis project follows [Semantic Versioning](https://semver.org/).\n\n## Development\n### Release\n```shell\ninv full-test\npoetry version <major/minor/patch>\ngit add .\ngit commit\ninv tag $(poetry version -s)\ninv publish publish-docker\n```\n\n# Reuse\nIf you do reuse my work, please consider linking back to this repository \ud83d\ude42",
"bugtrack_url": null,
"license": null,
"summary": "Personal ofx processor",
"version": "4.5.2",
"project_urls": {
"Homepage": "https://git.augendre.info/gaugendre/ofx-processor",
"Repository": "https://git.augendre.info/gaugendre/ofx-processor"
},
"split_keywords": [
"ynab",
" finances",
" finance automation"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6a1c48e2f6ad58882debaa072363b87d52fee5af93662483792e8ce9d77a7c58",
"md5": "c5f64cd580c6e761204fe2c045acc570",
"sha256": "b05c3662a09542bb303c1f414fe31afe5956f4113c3591f1987b1530689c2bb3"
},
"downloads": -1,
"filename": "ofx_processor-4.5.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c5f64cd580c6e761204fe2c045acc570",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.10",
"size": 17076,
"upload_time": "2024-10-14T21:09:02",
"upload_time_iso_8601": "2024-10-14T21:09:02.411536Z",
"url": "https://files.pythonhosted.org/packages/6a/1c/48e2f6ad58882debaa072363b87d52fee5af93662483792e8ce9d77a7c58/ofx_processor-4.5.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b2e3388a2677e58913479faddeb9872c868e5b8b801058a1b114c932735fcc62",
"md5": "6faaf003ba1ff8700e4ea023ea6efa19",
"sha256": "7f8294a806a4feb0e06070739eced13199bcd9c23e610d0f08f3dd36093d886a"
},
"downloads": -1,
"filename": "ofx_processor-4.5.2.tar.gz",
"has_sig": false,
"md5_digest": "6faaf003ba1ff8700e4ea023ea6efa19",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.10",
"size": 11913,
"upload_time": "2024-10-14T21:09:04",
"upload_time_iso_8601": "2024-10-14T21:09:04.139697Z",
"url": "https://files.pythonhosted.org/packages/b2/e3/388a2677e58913479faddeb9872c868e5b8b801058a1b114c932735fcc62/ofx_processor-4.5.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-14 21:09:04",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "ofx-processor"
}