Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.14 KB

File metadata and controls

20 lines (13 loc) · 1.14 KB

teamscale-client-python Build Status PyPI version Teamscale Project

A simple client to access Teamscale's REST API written in Python

Find the documentation here:
http://cqse.github.io/teamscale-client-python

Installation

Install via:

pip install teamscale-client

Setup

Copy the file examples/.teamscale-client.config into your home directory and update it to reflect your setup.

Development

We are happy to add additional service calls to the client. Please make sure you include a test, if you add a service call. To run them use:

python setup.py test

Tests are written using the responses library, to mock the requests passed to the server using the requests api.