Metadata-Version: 2.0
Name: mciutil
Version: 0.4.8
Summary: MasterCard file utilities
Home-page: https://github.com/adelosa/mciutil
Author: Anthony Delosa
Author-email: adelosa@gmail.com
License: BSD
Keywords: mciutil
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: PyYAML
Requires-Dist: argparse
Requires-Dist: bitarray
Requires-Dist: hexdump
Requires-Dist: pymongo

=========================
MasterCard file utilities
=========================

.. image:: https://img.shields.io/travis/adelosa/mciutil.svg
        :target: https://travis-ci.org/adelosa/mciutil

.. image:: https://img.shields.io/pypi/v/mciutil.svg
        :target: https://pypi.python.org/pypi/mciutil

.. image:: https://coveralls.io/repos/adelosa/mciutil/badge.svg?branch=develop&service=github
        :target: https://coveralls.io/github/adelosa/mciutil?branch=develop


Set of command line utilities to work with various MasterCard files.

* Free software: BSD license
* Documentation: https://mciutil.readthedocs.org.

Features
--------

Provides the following command line utilities:

* paramconv: Utility for working with MasterCard MPE parameter extract files
* mideu: Utility for working with MasterCard IPM files




History
=======
0.4.6 (2016-08-09)
------------------
* added ``--no1014blocking`` option to allow processing of VBS structure files.

0.4.5 (2016-08-06)
------------------
* check that all of message consumed by fields otherwise raise exception
* get rid of a heap of debugging prints that were clogging the output
* allow freestyle de43 fields with the de43 processor enabled. Use regex rather than string splits

0.4.4-0.4.3 (2016-08-03)
------------------------
* Fix issue with mideu when no parameters passed (stack trace)
* Some more debugging messages provided with -d switch
* signed the release with key for 0.4.4. need to publish my pub key somewhere..

0.4.2 (2016-03-13)
------------------
* Complete data elements added to default config.
* Added versioneer support for easier package versions

0.4.1 (2015-12-16)
------------------
* Additional data elements added to default config file.

0.4.0 (2015-10-05)
------------------
* Now supporting python 2.6 (for all those still using RHEL 6)
* Headers rows in mideu csv extracts don't work in 2.6

0.3.0 (2015-10-03)
------------------
* added sub commands for mideu
* mideu now supports IPM encoding conversion between ascii and ebcdic
* Now faster using list comps instead of slow loops

0.2.0 (2015-08-28)
------------------
* Support for config override for mideu - see usage doco
* Progress bar while using mideu.. it takes a while
* Now supports python 3.4, 3.5 and 2.7. Upgrade if you are using 2.6
* New usage documentation

0.1.0 (2015-08-20)
------------------
* First release.


