Library to use MT940 files
Project description
Introduction
A library to parse MT940 files and returns smart Python collections for statistics and manipulation.
Links
- Documentation
- Bug reports
- Package homepage
- My blog
Install
To install simply run:
pip install mt-940
Example usage
import mt940 import pprint transactions = mt940.parse('tests/jejik/abnamro.sta') print 'Transactions:' print transactions pprint.pprint(transactions.data) print for transaction in transactions: print 'Transaction: ', transaction pprint.pprint(transaction.data)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mt-940-2.1.tar.gz
(7.8 kB
view details)
File details
Details for the file mt-940-2.1.tar.gz
.
File metadata
- Download URL: mt-940-2.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cdb3529ccc2eebbd1575c4e4795ce7eef3129057a74dabe70411e9ceee87a66 |
|
MD5 | 00a76783954630b10c006ae32993768d |
|
BLAKE2b-256 | ae36a67bc488e7d2849690099231e3258f859a5acd0558211005390ae24290fa |