netorcai

Python version of the netorcai client library


License
LGPL-3.0
Install
pip install netorcai==2.0.0

Documentation

Build Status Windows Build Status Coverage Status

netorcai-client-python

Python version of the netorcai client library.

Installation

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

Usage

Feel free to look at hello world examples to build your own clients.

Running tests

The tests use pytest and pytest-cov.

python -m pytest --cov=netorcai ./tests