Skip to main content

library to interface with concourse

Project description

concoursepy

concoursepy gives you a way to interact with the concourse api through python

currently supports

  • concourse's local user mechanism
  • the endpoints used by the concourse web ui

Use a version prior to 0.0.8 for concourse 3.x

Examples

import concoursepy

ci = concoursepy.api('https://ci.example.com', 'team_a', 'username', 'password')
print(ci.jobs('example_pipeline'))

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

concoursepy-0.0.8.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

concoursepy-0.0.8-py3-none-any.whl (3.0 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