pyCryptoPayAPI 0.1.0
pip install pyCryptoPayAPI
Latest version
Released:
Simple Python implementation of Crypto Pay API (Crypto Pay is a payment system based on @CryptoBot).
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT license)
- Author: Badiboy
- Tags api, crypto, crypto-payment, cryptobot, cryptopay, python
- Requires: Python >=3.8
Classifiers
- Development Status
- Environment
- License
- Programming Language
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT license)
- Author: Badiboy
- Tags api, crypto, crypto-payment, cryptobot, cryptopay, python
- Requires: Python >=3.8
Classifiers
- Development Status
- Environment
- License
- Programming Language
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
Built Distribution
File details
Details for the file pycryptopayapi-0.1.0.tar.gz
.
File metadata
- Download URL: pycryptopayapi-0.1.0.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5775aa3de449a22ded8d55a7ca1212b7d90b672fa72f27abb9fba6bce67bbd65 |
|
MD5 | fe892d67ca9763b625c57830fb65350c |
|
BLAKE2b-256 | 7b67d7aa9ec763a79510da229cf2e5a60295f0b259df013bf2469648be08857e |
File details
Details for the file pycryptopayapi-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pycryptopayapi-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09adcf034edb8c5b2664bd7b38d0cf2084c295b125d8e29f46f9dab71f230792 |
|
MD5 | 66c1db84fde7fd3eb94d84b478d44a85 |
|
BLAKE2b-256 | 7b258aacb5201f728a4d2d4055aae9bffd314a4eea6b142b4dd344144254221e |