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', 'username', 'password')
print(ci.jobs('example_pipeline'))
# Or with token istead of username and password:
ci = concoursepy.api('https://ci.example.com', token='SomeLongTokenString')
print(ci.jobs('example_pipeline'))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ol-concoursepy-0.0.41.tar.gz
(7.2 kB
view hashes)