Coverage for mt940/__about__.py: 0%

9 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2024-05-04 05:32 +0000

1__title__ = 'MT940' 

2__package_name__ = 'mt-940' 

3__author__ = 'Rick van Hattem (wolph)' 

4__description__ = ' '.join(''' 

5A library to parse MT940 files and returns smart Python collections for 

6statistics and manipulation. 

7'''.strip().split()) 

8__email__ = 'wolph@wol.ph' 

9__version__ = '4.30.0' 

10__license__ = 'BSD' 

11__copyright__ = 'Copyright 2015 Rick van Hattem (wolph)' 

12__url__ = 'https://github.com/WoLpH/mt940'