Metadata-Version: 2.1
Name: cexpay
Version: 2.0.2
Summary: A Python implementation of CEX Pay's APIs. See more https://developers.cexpay.io/.
Home-page: https://github.com/cexiolabs/cexpay.client.python
Author: Maksym Anurin
Author-email: m.anurin@cexiolabs.com
License: Apache-2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# CEX Pay's API Clients for Python

## Quick Start
```shell
python3 -m venv .venv
source .venv/bin/activate
pip install --requirement requirements-dev.txt
```

## Run tests

```shell
python3 -m unittest -v
```


