Simple Python implementation of Crypto Pay API (Crypto Pay is a payment system based on @CryptoBot)
Project description
pyCryptoPayAPI
Simple Python implementation of Crypto Pay API (Crypto Pay is a payment system based on @CryptoBot)
Installation
Installation using pip (a Python package manager):
$ pip install pyCryptoPayAPI
Usage
Everything is as simple as the API itself.
- Create pyCryptoPayAPI instance
- Access API methods in pythonic notation (getInvoices -> get_invoices)
from pyCryptoPayAPI import pyCryptoPayAPI
client = pyCryptoPayAPI(api_token="zzz")
print(client.get_balance())
You can also check tests.py.
Exceptions
Exceptions are rised using pyCryptoPayException class.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyCryptoPayAPI-0.0.7.tar.gz
(5.8 kB
view details)
File details
Details for the file pyCryptoPayAPI-0.0.7.tar.gz.
File metadata
- Download URL: pyCryptoPayAPI-0.0.7.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e0a6d3b0a6bb889e7fbe9414750f798c688b42a7cf431ff899543e85e9db844
|
|
| MD5 |
4f53cd87828d21b8d8befbb4374995ee
|
|
| BLAKE2b-256 |
0a02fc90d44b0907bf4bba89595b3064869cc4c809e391e41f1452c6ce9a198d
|