Setup

pyoselm supports Python 3.6+.

Installing

It is recommended to install this library via pip:

$ pip install pyoselm

You can also install the development version from master branch of Git repository:

$ pip install git+https://github.com/leferrad/pyoselm.git

Testing

Tests are developed using pytest and its plugins.

To run all tests in tests/, execute:

pytest --cov=pyoselm tests/

More details in the tests’s README.md