Metadata-Version: 2.1
Name: xpay
Version: 1.0.0
Summary: Python bindings for the XPay API
Home-page: https://github.com/xxxpay/xpay-python
Author: XPay
Author-email: support@xpay.com
License: MIT
Project-URL: Bug Tracker, https://github.com/xxxpay/xpay-python/issues
Project-URL: Changes, https://github.com/xxxpay/xpay-python/blob/master/CHANGELOG.md
Project-URL: Documentation, https://xpay.com/docs/api/?lang=python
Project-URL: Source Code, https://github.com/xxxpay/xpay-python
Keywords: xpay api payments
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 :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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 :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE

Official XPay Bindings for Python
===================================

A Python library for XPay's API.


Setup
-----

You can install this package by using the pip tool and installing:

    $ pip install xpay

Or:

    $ easy_install xpay


Setting up a XPay Account
---------------------------

Sign up for XPay at https://dashboard.xpay.com/register.

Using the XPay API
--------------------

Documentation for the python bindings can be found alongside XPay's other bindings here:

- https://xpay.com/docs
- https://xpay.com/docs/api/?lang=python

In the standard documentation (the first link), most of the reference pages will have examples in XPay'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.
