Metadata-Version: 2.1
Name: cardutil
Version: 0.4.1
Summary: Python package for working with payment card systems
Home-page: https://bitbucket.org/hoganman/cardutil
Author: Anthony Delosa
Author-email: adelosa@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/x-rst
Provides-Extra: crypto
Requires-Dist: cryptography ; extra == 'crypto'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: cryptography ; extra == 'docs'
Provides-Extra: test
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: bump2version ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: cryptography ; extra == 'test'
Requires-Dist: python-dateutil ; extra == 'test'

========
cardutil
========
Cardutil is a python package for working with payment card systems including
command line tools for working with Mastercard IPM files.


.. image:: https://img.shields.io/pypi/l/cardutil.svg

.. image:: https://img.shields.io/pypi/v/cardutil.svg
   :target: https://pypi.org/project/cardutil
   :alt: Pypi download

.. image:: https://img.shields.io/pypi/wheel/cardutil.svg

.. image:: https://img.shields.io/pypi/implementation/cardutil.svg

.. image:: https://img.shields.io/pypi/status/cardutil.svg

.. image:: https://img.shields.io/pypi/dm/cardutil.svg

.. image:: https://img.shields.io/pypi/pyversions/cardutil.svg

.. image:: https://readthedocs.org/projects/cardutil/badge/?version=latest
   :target: https://cardutil.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

Features
========
* ISO8583 message parsing
* Mastercard IPM file reader/writer/encoder
* Check digit calculator
* Encrypted pin block generator
* Visa PVV calculator

Installing
==========
Install and update using pip::

    pip install -U cardutil


Information
===========
* Supports python 3.6 and later.
* Pythonic programmer interfaces
* Core library has **zero** package dependencies.
* Low memory usage
* Download from `pypi <https://pypi.org/project/cardutil/>`_
* Documentation available at  `readthedocs <https://cardutil.readthedocs.io/en/latest/>`_
* Source hosted at `Bitbucket <https://bitbucket.com/hoganman/cardutil>`_

acknowledgements
================
The python `hexdump` library is embedded in this package. Many thank to Anatoly Techtonik <techtonik@gmail.com>
This library is a life saver for debugging issues with binary data.
Available at `Pypi:hexdump <https://pypi.org/project/hexdump/>`_.

The iso8583 module in cardutil was inspired by the work of Igor V. Custodio from his
original ISO8583 parser. Available at `Pypi:ISO8583-Module <https://pypi.org/project/ISO8583-Module/>`_.

Mastercard is a registered trademark of Mastercard International Incorporated.


