This library contains base classes and utilities for higher-level interface clients interacting with gRPC servers.
You can install the library by installing it directly from the pypi:
pip install ondewo-client-utilsOr, you could clone it and install the requirements:
git clone git@github.com:ondewo/ondewo-client-utils-python.git
cd ondewo-client-utils-python
pip install -e .