Skip to main content

Tsuru API client for Python

Project description

Python 3 Maintainability Test Coverage

Tsuru API Client

Python client for the Tsuru API.

Installation

pip install tsuru

Setup

The following environment variables must be set prior to using the lib.

TSURU_URL, with port (if necessary) and without trailing dash. Example: http://my-tsuru.domain.vpc:8080

TSURU_USERNAME

TSURU_PASSWORD

Usage

from tsuru import App

for app in App.list()
    print(app.name)

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

tsuru-0.1.0.tar.gz (6.0 kB view hashes)

Uploaded Source

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