Skip to content

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

License

Notifications You must be signed in to change notification settings

trochumski/teamscale-client-python

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Makefile 0.2%