Skip to main content

Substra CLI for interacting with substra-backend

Project description

Substra

CLI and SDK for interacting with Substra platform.

Documentation website

Table of contents

Install

To install the command line interface and the python sdk, run the following command:

pip install substra

To enable Bash completion, you need to put into your .bashrc:

eval "$(_SUBSTRA_COMPLETE=source substra)"

For zsh users add this to your .zshrc:

eval "$(_SUBSTRA_COMPLETE=source_zsh substra)"

From this point onwards, substra command line interface will have autocompletion enabled.

Running the Substra platform locally

Check out the setup guide.

Usage

Credentials are required for using this tool.

CLI

substra --help

SDK

import substra

client = substra.Client()
# enjoy...

Documentation

Interacting with the Substra platform:

Implementing your assets in python (thanks to the substratools library)

Examples

Compatibility table

These sets of versions have been tested for compatilibility:

substra substra-chaincode substra-backend substra-tests hlf-k8s substra-frontend substra-tools
0.4.0-alpha.3 0.0.8-alpha.6 0.0.12-alpha.13 0.2.0-alpha.1 0.0.11-alpha.1 0.0.16
0.4.0-alpha.4 0.0.8-alpha.9 0.0.12-alpha.20 0.2.0-alpha.2 0.0.11-alpha.1 0.0.16
0.4.0 0.0.8 0.0.12 0.2.0 0.0.11 0.0.16
0.5.0 0.0.8 0.0.14 0.3.0 0.0.12 0.0.16 0.5.0
0.6.0 0.0.10 0.0.19 0.4.0 0.0.12 0.0.17 0.5.0
0.7.0 0.0.11 0.1.2
helm chart 1.4.0
0.5.0 0.0.13
helm chart 3.0.1
0.0.19
helm chart 1.0.0-alpha.2
0.6.1
0.7.1 0.0.11 0.1.3
helm chart 1.5.1
0.5.0 0.0.13
helm chart 3.0.1
0.0.19
helm chart 1.0.0-alpha.2
0.6.1
0.8.0 0.1.1 0.1.5
helm chart 1.6.0
0.6.0 0.0.15
helm chart 5.0.1
0.0.20
helm chart 1.0.0-alpha.2
0.7.0

Adding entries to the compatibility table

$ cd substra-tests
$ make test

Contributing

Setup

To setup the project in development mode, run:

pip install -e .[test]

To run all tests, use the following command:

python setup.py test

Documentation

To generate the command line interface documentation, sdk and schemas documentation, the python version must be 3.7. Run the following command:

make doc

Documentation will be available in the references/ directory.

Deploy

Deployment to pypi.org should be automatic thanks to Travis but if you need to do it manually, here is what you need to do:

rm -rf dist/*
python3 setup.py sdist bdist_wheel
twine upload dist/* --verbose

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

substra-0.8.0.tar.gz (56.9 kB view hashes)

Uploaded Source

Built Distribution

substra-0.8.0-py3-none-any.whl (64.8 kB view hashes)

Uploaded Python 3

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