Skip to main content
https://badge.fury.io/py/abo-generator.png

ABO banking format generator. https://github.com/ViktorStiskala/python-abo-generator

Currently supports only “CSOB” compatible format.

Specification sources: http://www.fio.cz/docs/cz/struktura-abo.pdf and http://www.equabank.cz/files/doc/13-format-abo.pdf (available only in czech).

Thanks to Lukas Hurych for providing generator code.

from datetime import datetime, timedelta
from abo import ABO

tomorrow = datetime.now() + timedelta(days=1)
abo_export = ABO(client_account_number='123456789/0300', client_name='Super company a.s.', due_date=tomorrow)

abo_export.add_transaction('123456789/0100', 500.34, variable_symbol='123456', message='Hello world!')
abo_export.add_transaction('155-987523423/2010', 1234.55, variable_symbol='789654321', message='Test transaction')

with file('example.pkc', 'w') as f:
    abo_export.save(f)

Installation

To install ABO generator, simply:

$ pip install abo-generator

License

This software is licensed under MPL 2.0.

Release files for abo-generator 0.2.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for abo-generator 0.2.2
File Size Uploaded
abo-generator-0.2.2.tar.gz 3.3 kB Details

Release files / abo-generator-0.2.2.tar.gz

Download URL abo-generator-0.2.2.tar.gz
Size 3.3 kB
Tags Source
SHA-256 checksum
How to use checksums
3e71a023beeff3ab19a526ba9de3e2c7bbadbcac8dc9446f0eb34df25e4c80ea
BLAKE2b-256 checksum
How to use checksums
5715e68b2afda4c3af092735cb6a1f1be403adbcfee52fcff8d94a2aaab143c2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.2.2 This release

1 release file

0.2.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page