Metadata-Version: 2.1
Name: ipay_sdk
Version: 0.0.1
Summary: Ipay SDK
Home-page: https://github.com/sartim/ipay-sdk
Author: write2sartim@gmail.com
License: UNKNOWN
Description: # IPAY SDK
        
        [![Language](https://img.shields.io/badge/language-python-green.svg)](https://github.com/sartim/ipay-sdk)
        ![Build Status](https://github.com/sartim/mpesa-sdk/workflows/build/badge.svg)
        
        Unofficial python ipay sdk for python devs.
        
        
        ***Installation***
        
            $ pip install ipay-sdk
        
        ***Running tests***
        
            $ pip install pytest
            $ pytest
         
        To test for different python environments use
            
            $ pip install tox
            $ tox
         
        Read more on [IPAY API](https://dev.ipayafrica.com/).
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
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: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
