Skip to content

Installation for PythonΒΆ

The minimum supported Python version is 3.8.

It is recommended that you use a pre-built Python wheel package. For obfuscation purposes, in pre-built packages, a shared secret is used to decrypt providers' private keys which is obtained using encrypt_tool. This allows developers to use private keys without exposing them in the code.

Pre-built packages are available for various python versions, platforms, and processor architectures upon developer request. Additional platforms and python versions will be supported on request.

Access the releases page to download the appropriate WHL package.

To install the Python SDK, use pip to install the pre-built wheel package (e.g., for Python 3.10 on amd64 linux it will be scorbit-1.0.3-cp310-cp310-linux_x86_64.whl).

pip install scorbit-1.0.3-cp310-cp310-linux_x86_64.whl