Python version of the netorcai client library.
The library can be installed via pip.
# Install latest release from the Python Package Index.
pip install netorcai
# Alternatively, clone this repo then install its latest commit.
git clone https://github.com/netorcai/netorcai-client-python.git
pip install ./netorcai-client-python
Feel free to look at hello world examples to build your own clients.
The tests use pytest and pytest-cov.
python -m pytest --cov=netorcai ./tests