Metadata-Version: 1.1
Name: e24PaymentPipe
Version: 1.1
Summary: This package provides a Python implementation for ACI's e24PaymentPipe Merchant Gateway
Home-page: https://github.com/burhan/e24PaymentPipe
Author: Burhan Khalid
Author-email: burhan.khalid@gmail.com
License: BSD
Description: ===============================
        e24PaymentPipe
        ===============================
        
        .. image:: https://badge.fury.io/py/e24PaymentPipe.png
            :target: http://badge.fury.io/py/e24PaymentPipe
            
        .. image:: https://travis-ci.org/burhan/e24PaymentPipe.png?branch=master
                :target: https://travis-ci.org/burhan/e24PaymentPipe
        
        .. image:: https://pypip.in/d/e24PaymentPipe/badge.png
                :target: https://crate.io/packages/e24PaymentPipe?version=1.0
        
        
        This package provides a Python implementation for ACI's e24PaymentPipe Merchant Gateway
        
        .. Note::
           For legacy reasons, the name of the module is kept the same as the one from ACI's toolkit. This does not
           conform to PEP-8 guidelines.
        
        * Free software: BSD license
        * Documentation: http://e24PaymentPipe.rtfd.org.
        
        Features
        --------
        
        * Written in Python from scratch (not an existing port)
        * Supports both newer and legacy terminal resource (.cgn) file formats
        * Reasonably well documented
        * Proven code - running in production since 2011
        * No external dependencies
        
        Todo
        ----
        
        * Add support for credit card payments, including refunds.
        * Create comprehensive test suite
        * Add support for Python 3 **Under Development**
        
        
        
        
        History
        -------
        
        1.1 (2014-08-12)
        ++++++++++++++++
        
        * Refactored class methods to `utils.py`
        * PEP-8 cleanup
        * Version bump
        
        0.1.0 (2011-02-12)
        ++++++++++++++++++
        
        * First release on Github.
        
        0.1.1 (2011-02-14)
        ++++++++++++++++++
        
        * Added custom exceptions
        
        0.1.2 (2011-12-16)
        ++++++++++++++++++
        
        * Optimized error checking
        * Added character filters for UDF as per latest payment provider update
        
        0.2.0 (2011-12-28)
        ++++++++++++++++++
        
        * Version branch created with major changes in the codebase
        * Cleaned up the API and interface
        
        
        
Keywords: e24PaymentPipe
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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
