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'))
Release files for concoursepy 0.0.40
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| concoursepy-0.0.40.linux-x86_64.tar.gz | 9.7 kB | Details |
Release files / concoursepy-0.0.40.linux-x86_64.tar.gz
| Download URL | concoursepy-0.0.40.linux-x86_64.tar.gz |
|---|---|
| Size | 9.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
134603730cdc01a4df15842c0ae1205f72e34c24e91075459e6b7acdbc2add79
|
|
BLAKE2b-256 checksum How to use checksums |
b0671b79eaccf7a88fae94484ecfe2e28d634bfa203ecc7453c638a5456c1154
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|