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 with open('your_mt940_file.sta') as fh: transactions = mt940.parse(fh) for transaction in transactions: print 'transaction', transaction
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-1.2.tar.gz
(4.0 kB
view details)
File details
Details for the file mt-940-1.2.tar.gz
.
File metadata
- Download URL: mt-940-1.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c63ef151e9aed46ad996ce45b6530e3f9e035e438e52db1adc6c41f93c978f4 |
|
MD5 | 1c00714a64c8d1d303683129d75f67fb |
|
BLAKE2b-256 | bdd894b06f6e3fedb30e66fff0f2d1d0e50b0b953ef66f91fc39e91fd5335800 |