Installation

Stable release

To install Python UCS@school Kelvin REST API Client, run this command in your terminal:

$ pip install kelvin-rest-api-client

This is the preferred method to install Python UCS@school Kelvin REST API Client, as it will always install the most recent stable release. The major and the minor version of the Python UCS@school Kelvin REST API Client must be at least as high as the version of the UCS@school Kelvin REST API which is used. The patch level may differ.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for Python UCS@school Kelvin REST API Client can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/univention/kelvin-rest-api-client

Or download the tarball:

$ curl -OL https://github.com/univention/kelvin-rest-api-client/tarball/master

Once you have a copy of the source, you can install it (after unpacking) with:

$ python setup.py install