Convexus SDK for Python is useful for building applications on top of Convexus


License
Apache-2.0
Install
pip install convexus==1.1.2

Documentation

Convexus logo

unittest and publish to pypi PyPI - latest PyPI - Python

Convexus SDK for Python

Convexus SDK for Python is useful for building applications on top of Convexus

Requirements

  • Python 3.10 or later.

Installation

Setup a virtual environment first, and install the Python SDK.

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install convexus

Using the SDK

Please refer to the SDK documentation located here.