Skip to main content

Bitcart coins support library

Project description

bitcart-sdk

CircleCI PyPI version Documentation Status

This is a async version of client library(wrapper) around bitcart daemon. It is used to simplify common commands. New coins may be added soon.

APIs are the same, just use async and await. poll_updates method is still blocking as it needs to run forever. Async callback functions for @btc.on now supported. The only main change is that you must use async with context manager or manually close connections, like so:

async with btc:
    print(await btc.balance())

Or, if you don't use context managers, close it manually:

print(await btc.balance())
await btc.close()

For more information Read the Docs

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

bitcart-async-0.6.3.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bitcart_async-0.6.3-py3-none-any.whl (11.8 kB view details)

Uploaded Python 3

File details

Details for the file bitcart-async-0.6.3.tar.gz.

File metadata

  • Download URL: bitcart-async-0.6.3.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8

File hashes

Hashes for bitcart-async-0.6.3.tar.gz
Algorithm Hash digest
SHA256 0e0c2c6f22c024cd4f45602215f70d1c6c1b2dc6fb88a2c4268bd3d2bebbcf17
MD5 4354dedd170acc919e44ff38fe67cc91
BLAKE2b-256 0b5889b0cf1bfe2e0298e0c634d61aca5f57d76eec887cc7560f0402393ec23e

See more details on using hashes here.

File details

Details for the file bitcart_async-0.6.3-py3-none-any.whl.

File metadata

  • Download URL: bitcart_async-0.6.3-py3-none-any.whl
  • Upload date:
  • Size: 11.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8

File hashes

Hashes for bitcart_async-0.6.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6580312c096d3cd42f7a812f0add6ca53fdd201fb7f307c0ac7e724355ec3b72
MD5 dfba81f0e170e215efda5e6db6eac106
BLAKE2b-256 2058d7b410e31804281fc0edc64eee2d7d908f57d871d3bc1012d8c5c7f9bb28

See more details on using hashes here.

Supported by

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