__title__ = 'MT940' __package_name__ = 'mt-940' __author__ = 'Rick van Hattem (wolph)' __description__ = ' '.join(''' A library to parse MT940 files and returns smart Python collections for statistics and manipulation. '''.strip().split()) __email__ = 'wolph@wol.ph' __version__ = '4.30.0' __license__ = 'BSD' __copyright__ = 'Copyright 2015 Rick van Hattem (wolph)' __url__ = 'https://github.com/WoLpH/mt940'