Python bindings for the MobileCoin daemon API.
Project description
Python bindings for the mobilecoind
API
You must separately install and run mobilecoind
.
See https://github.com/mobilecoinofficial/mobilecoin/ for details.
Example
import mobilecoin
mobilecoind_address = "localhost:4444"
use_ssl = False
mobilecoind = Client(mobilecoind_address, use_ssl)
print(mobilecoind.get_ledger_info())
Running Package Tests
From the package directory:
pip3 install nose
python3 -m nose
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
mobilecoin-0.2.1.tar.gz
(26.5 kB
view details)
Built Distribution
File details
Details for the file mobilecoin-0.2.1.tar.gz
.
File metadata
- Download URL: mobilecoin-0.2.1.tar.gz
- Upload date:
- Size: 26.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b404e4116f84aed9be22b54a3579b38e01c1af70283603ee95b637a1de172c4 |
|
MD5 | d36bb84c867bb0da2e5b83558d578ce3 |
|
BLAKE2b-256 | 5c852d9a1adc5730a20625c69a58efd82484f2e9e31b295dc7acf1d4a9d32997 |
Provenance
File details
Details for the file mobilecoin-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: mobilecoin-0.2.1-py3-none-any.whl
- Upload date:
- Size: 42.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4414c028c185808926afca1417edc924c98c488052f0076cec6245771de3223 |
|
MD5 | 4799509a0bdba07ee0b6653d82992f98 |
|
BLAKE2b-256 | d7a3631036cb2a5afd8d1574013cd5db446c5e2a907dc72b1495f4a49f83f8cc |