Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 658 Bytes

File metadata and controls

30 lines (22 loc) · 658 Bytes

Contributing

Setup

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-relp

Install pipenv:

pip install pipenv

Install the version of python, as well as the package dependencies:

pipenv install --dev

Testing

So 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).