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.3.tar.gz
(4.3 kB
view details)
File details
Details for the file mt-940-1.3.tar.gz.
File metadata
- Download URL: mt-940-1.3.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a65c9fa86eff36e74f71a183fd25f9b063d2bc9db00a39e0bcebc8be8c809e0
|
|
| MD5 |
c395399ac464ccc4ce28835c7c2a6a82
|
|
| BLAKE2b-256 |
3d23ef99f90c7f38d91327b56715da52467d10cb3faec31d618a77e74069849b
|