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 details)
File details
Details for the file ol-concoursepy-0.0.41.tar.gz
.
File metadata
- Download URL: ol-concoursepy-0.0.41.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44f60be3b0e280c7e06ca4e445a2bb06b562dcec91ca1dce7b2a3c02357a6ecf |
|
MD5 | 0fcc6bc87c1604545424a4f33d8cc26b |
|
BLAKE2b-256 | bfd9a2062ef8a32d24f1fca81cc971019a559c2270b5362dd82d02385b55fb35 |