Metadata-Version: 2.1
Name: cardpay
Version: 1.7.2.6
Summary: Cardpay APIv3 Python SDK
Home-page: https://github.com/cardpay/python-sdk-v3.git
Author-email: 
License: MIT
Project-URL: Source Code, https://github.com/cardpay/python-sdk-v3
Project-URL: Documentation, https://integration.cardpay.com/v3/
Description: # Cardpay APIv3 Python SDK
        
        You can sign up for a Cardpay account at https://www.cardpay.com.
        
        ## Getting Started
        
        Please follow the [installation](#installation) instruction and take a look at [usage examples](tests).
        
        
        ## Requirements
        
        Python 3+
        
        ## Installation & Usage
        ### pip install
        
        If the python package is hosted on Github, you can install directly from Github
        
        ```sh
        pip install git+https://github.com/cardpay/python-sdk-v3.git --upgrade
        ```
        or
        
        ```sh
        pip install 'cardpay>=1.7.2.6' --upgrade
        ```
        
        Then import the package:
        ```python
        from cardpay import *
        ```
        
        ### Setuptools
        
        Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
        
        ```sh
        python setup.py install --user
        ```
        
        Then import the package:
        ```python
        from cardpay import *
        ```
        
Keywords: cardpay,APIv3,CardPay REST API
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3
Description-Content-Type: text/markdown
