Library to use MT940 files
Project description
Introduction
A library to parse MT940 files and returns smart Python collections for statistics and manipulation.
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.0.tar.gz
(7.2 kB
view details)
File details
Details for the file mt-940-2.0.tar.gz
.
File metadata
- Download URL: mt-940-2.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1dc8e4e3259a38b6bf36210864f032fab03fd9dffb8380d9398bb89ce6761ee |
|
MD5 | 9e5ada9c7fec972b2b4f37bb359cee05 |
|
BLAKE2b-256 | 8026f94f0a27148b7bf1c8ce7592d7a8fb54bad59ff8bba006da7b48c0293c84 |