Overview

A set of glue code and utilities to make using elemeno AI platform a smooth experience

  • Free software: Apache Software License 2.0

Installation

pip install elemeno-ai-sdk

You can also install the in-development version with:

pip install https://gitlab.com/elemeno-ai/python-elemeno-ai-sdk/-/archive/master/python-elemeno-ai-sdk-master.zip

Documentation

elemeno-ai-sdk.readthedocs.io

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

GitHub

GitHub - elemeno-ai/elemeno-ai-sdk at pythonawesome.com
Elemeno.ai standard development kit in Python. Contribute to elemeno-ai/elemeno-ai-sdk development by creating an account on GitHub.