OFXStatement plugin for AltaBanka (Serbia)
Project description
OFXStatement plugin for AltaBanka (Serbia)
ofxstatement-rs-altabanka is a plugin for ofxstatement that converts AltaBanka (Serbia) bank statements to OFX format, suitable for importing to accounting software like GnuCash.
Installation
Install from PyPI:
pip install ofxstatement-rs-altabanka
Usage
After installation, the plugin will be automatically registered with ofxstatement. Convert a bank statement with:
ofxstatement convert -t rs-altabanka input.xml output.ofx
List available plugins to confirm installation:
ofxstatement list-plugins
Development
Clone the repository and install dependencies:
git clone https://github.com/fertkir/ofxstatement-rs-altabanka cd ofxstatement-rs-altabanka pip install -e ".[dev]"
Run tests:
make test
If pdf parser adjustments needed:
from ofxstatement_rs_altabanka.pdf_parser import RsAltabankaPdfParser
import os.path
from matplotlib import pyplot as plt
import camelot
plt.rcParams["figure.figsize"] = (20, 15)
parser = RsAltabankaPdfParser(os.path.expanduser("~/Downloads/1.pdf"))
tables = parser.read_pdf()
camelot.plot(tables[0], kind='grid').show()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ofxstatement_rs_altabanka-0.1.1.tar.gz.
File metadata
- Download URL: ofxstatement_rs_altabanka-0.1.1.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1706166eaf4d658a1156522b7827447c60772a9a0bcbcda8566531e0e07c9381
|
|
| MD5 |
ecb42857bad7729b5400a22627180a95
|
|
| BLAKE2b-256 |
d65c61f944296dbe2e20deca53054b8463799ec6fc63f4d2aef2f3205b31bb02
|
File details
Details for the file ofxstatement_rs_altabanka-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ofxstatement_rs_altabanka-0.1.1-py3-none-any.whl
- Upload date:
- Size: 18.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57795c8b5374429bd7884d9994c9fc92db0d0a23447ff6a3da6a06b4c6aaa8e0
|
|
| MD5 |
eb340146091d45417af421a93d6d249b
|
|
| BLAKE2b-256 |
1a1af3bad83297d66d9b065c6c985c7f04c9279a51998315fbd6a7ca40ef0362
|