Lightweight Python Client library for the Aleph.im network
Project description
aleph-sdk-python
Python SDK for the Aleph.im network, next generation network of decentralized big data applications.
Development follows the Aleph Whitepaper.
Documentation
Documentation (albeit still vastly incomplete as it is a work in progress) can be found at http://aleph-sdk-python.readthedocs.io/ or built from this repo with:
$ python setup.py docs
Requirements
Linux
Some cryptographic functionalities use curve secp256k1 and require installing libsecp256k1.
$ apt-get install -y python3-pip libsecp256k1-dev
Using some chains may also require installing libgmp3-dev
.
macOs
$ brew tap cuber/homebrew-libsecp256k1
$ brew install libsecp256k1
Installation
Using pip and PyPI:
$ pip install aleph-sdk-python[ethereum,solana,tezos]
Installation for development
To install from source and still be able to modify the source code:
$ pip install -e .[testing]
or
$ python setup.py develop
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
File details
Details for the file aleph-sdk-python-0.6.0.tar.gz
.
File metadata
- Download URL: aleph-sdk-python-0.6.0.tar.gz
- Upload date:
- Size: 53.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96e1d0a8137d0f9edf048c37953900727dd220c13e4ab589f05729ad27fa00ad |
|
MD5 | 35b830c706401178924746651831b3e4 |
|
BLAKE2b-256 | cb1054f8dafc084576f409e3ab996dae69407b57784c580e3a5a47826bd3bd7c |
Provenance
File details
Details for the file aleph_sdk_python-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: aleph_sdk_python-0.6.0-py3-none-any.whl
- Upload date:
- Size: 29.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 675c066b45ea02da75bd9f43420ce843cc4111013557a1f2973dff855441683e |
|
MD5 | f9f0d6c9fc2347985b76a418505d76c8 |
|
BLAKE2b-256 | 8ba32d5c4d9046a6b8a2782ec4a290b5e36ff383e792718e9a80f42d5c79cf00 |