Skip to main content

Python Client library for the Aleph.im network

Project description

aleph-client

Python Client for the aleph.im network, next generation network of decentralized big data applications. Development follows the Aleph Whitepaper.

Documentation

Documentation can be found on https://docs.aleph.im/tools/aleph-client/

Requirements

Linux

Some cryptographic functionalities use curve secp256k1 and require installing libsecp256k1.

apt-get install -y python3-pip libsecp256k1-dev

macOs

brew tap cuber/homebrew-libsecp256k1 brew install libsecp256k1

Windows

The software is not tested on Windows, but should work using the Windows Subsystem for Linux (WSL).

Installation

From PyPI

Using pip and PyPI:

pip install aleph-client

Using a container

Use the Aleph client and it's CLI from within Docker or Podman with:

docker run --rm -ti -v $(pwd)/data:/data ghcr.io/aleph-im/aleph-client/aleph-client:master --help

Warning: This will use an ephemeral key pair that will be discarded when stopping the container

Installation for development

We recommend using hatch for development.

Hatch is a modern, extensible Python project manager. It creates a virtual environment for each project and manages dependencies.

pip install hatch

Running tests

hatch test

or

hatch run testing:cov

Formatting code

hatch run linting:format

Checking types

hatch run linting:typing

Publish to PyPI

hatch build hatch upload

If you want NULS2 support you will need to install nuls2-python (currently only available on github):

pip install aleph-sdk-python[nuls2]

To install from source and still be able to modify the source code:

pip install -e .

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

aleph_client-1.1.0.tar.gz (37.0 kB view details)

Uploaded Source

Built Distribution

aleph_client-1.1.0-py3-none-any.whl (47.7 kB view details)

Uploaded Python 3

File details

Details for the file aleph_client-1.1.0.tar.gz.

File metadata

  • Download URL: aleph_client-1.1.0.tar.gz
  • Upload date:
  • Size: 37.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for aleph_client-1.1.0.tar.gz
Algorithm Hash digest
SHA256 57b63b4356af008066af980a1f2aa25e6c56d57e8fb2c47a9cf0ec0e0f941696
MD5 39807d70289716daa00efd3766700ddd
BLAKE2b-256 b4ae35126aa517e49f3e9627b0753fd2c763811effb722dfd379c9cce5588fe7

See more details on using hashes here.

Provenance

File details

Details for the file aleph_client-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: aleph_client-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 47.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for aleph_client-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 72400f332f2bf0920cafc07571f18a8c6d4f7229c632854d609d183f7cac7ed0
MD5 23e31fbb466e46191bce6b5aba13d6bd
BLAKE2b-256 a3b85e7e6a41745307bb243caafcef869862334de476b80becbb022f85f823ee

See more details on using hashes here.

Provenance

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