Skip to main content

Python implementation of Cryptomus (https://cryptomus.com) pubilc API

Project description

PyPi Package Version Supported Python versions PyPi downloads

pyCryptomusAPI

Python implementation of Cryptomus public API

Installation

Installation using pip (a Python package manager):

$ pip install pyCryptomusAPI

Usage (todo)

Everything is as simple as the API itself.

  1. Create pyCryptomusAPI instance
  2. Access API methods in pythonic notation (getInvoices -> get_invoices)
from pyCryptomusAPI import pyCryptomusAPI
client = pyCryptomusAPI(api_token="zzz")
print(client.get_balance())

You can also check tests.py.

Exceptions

Exceptions are rised using pyCryptomusAPIException class.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyCryptomusAPI-0.0.1.tar.gz (8.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page