Bitcart coins support library
Project description
bitcart-sdk
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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bitcart-async-0.5.1.tar.gz.
File metadata
- Download URL: bitcart-async-0.5.1.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
120b16b52d72ea2bc50e5302c6e00e1bf2f6eff3b592b66f9d539583665437c6
|
|
| MD5 |
2228990d463cce58bea05893eb0ea8ef
|
|
| BLAKE2b-256 |
d80fe3a695cc3a1f774402b70f343664d633995042a6b864a0acc592687ce7a5
|
File details
Details for the file bitcart_async-0.5.1-py3-none-any.whl.
File metadata
- Download URL: bitcart_async-0.5.1-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16de1a116d595fbd342cc81f6ff8a31253734030f0218a7f50725eb9530e4e2f
|
|
| MD5 |
b069ccc989583b8d1f53a4b23cdc6b2f
|
|
| BLAKE2b-256 |
72d863dc6ceb6f9a88ddafa0a5281d48cc488f0347a380feeac23d42316254ef
|