Skip to main content

The cross-platform tool to with the TC server remotely.

Project description

Version

tcclient

Cross-platform tool to work with the TeamCity using REST API. The main goal is to run TeamCity configuration remotely, for example, from a Telegram bot.

Installation

For most users, the recommended method to install is via pip:

pip install tcclient

Import

from tcclient import TCRestClient

Usage

Command from usual user:

import os
from tcclient import TCRestClient

token = os.environ['TOKEN']
base_url = "https://tc.test.local:8080"
client = TCRestClient(base_url=base_url, token=token)

projects = client.get_all_projects()
print(projects.json())

Changelog

0.0.1.post1 (28.03.2021)
  • minor fixes (typo and github link)
0.0.1 (28.03.2021)
  • initial commit

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tcclient-0.0.1.post1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

tcclient-0.0.1.post1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page