Metadata-Version: 1.1
Name: paayes
Version: 2.60.0
Summary: Python bindings for the Paayes API
Home-page: https://github.com/paayes/paayes-python
Author: Paayes
Author-email: support@paayes.com
License: MIT
Description: Official Paayes Bindings for Python
        ===================================
        
        A Python library for Paayes's API.
        
        
        Setup
        -----
        
        You can install this package by using the pip tool and installing:
        
            $ pip install paayes
        
        Or:
        
            $ easy_install paayes
        
        
        Setting up a Paayes Account
        ---------------------------
        
        Sign up for Paayes at https://dashboard.paayes.com/register.
        
        Using the Paayes API
        --------------------
        
        Documentation for the python bindings can be found alongside Paayes's other bindings here:
        
        - https://docs.paayes.com/docs/
        - https://docs.paayes.com/api/python
        
        In the standard documentation (the first link), most of the reference pages will have examples in Paayes's official bindings (including Python). Just click on the Python tab to get the relevant documentation.
        
        In the full API reference for python (the second link), the right half of the page will provide example requests and responses for various API calls.
        
Keywords: paayes api payments
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 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 :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
