This project use pipenv for managing the virtualenv and package dependencies.
Install pyenv and pyenv-virtualenv by following the instructions.
Clone this git:
git clone https://github.com/rudexi/python-relp
cd python-relpInstall pipenv:
pip install pipenvInstall the version of python, as well as the package dependencies:
pipenv install --devSo far there is no unit testing.
Be sure to test the examples in ./examples/ work, for the python client
and the librelp client (used by rsyslog).