Metadata-Version: 1.1
Name: nicepay
Version: 1.1.1
Summary: Python API for nicepay.
Home-page: https://github.com/titipbeliin/nicepay-python/
Author: Agus Makmun (Summon Agus)
Author-email: summon.agus@gmail.com
License: MIT
Download-URL: https://github.com/titipbeliin/nicepay-python/tarball/v1.1.1
Description: ===================
        nicepay
        ===================
        
        |pypi version| |license| |build status|
        
        ``NICEPay`` Payment Solution is a product of PT IONPAY NETWORKS that provide
        various electronic payment over the Internet safely without separate security device.
        NICEPay have integrate with Banks via host to host connection for better and faster performance.
        Using latest technology, NICEPay confidence to grow your business together.
        
        Docs: https://docs.nicepay.co.id
        
        
        Installation
        ============
        
        Install from PyPI:
        
        ::
        
            $ pip install nicepay
        
        
        Running tests
        --------------
        
        To run the test use:
        
        ::
        
            $ python tests.py             # without the response
            $ python tests.py show_print  # show the response
        
        
        .. |pypi version| image:: https://img.shields.io/pypi/v/nicepay.svg
           :target: https://pypi.python.org/pypi/nicepay
        
        .. |license| image:: https://img.shields.io/badge/license-MIT-green.svg
           :target: https://raw.githubusercontent.com/titipbeliin/nicepay-python/master/LICENSE
        
        .. |build status| image:: https://travis-ci.org/titipbeliin/nicepay-python.svg?branch=master
           :target: https://travis-ci.org/titipbeliin/nicepay-python
        
Keywords: nicepay,python api
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
