concoursepy 0.0.40
pip install concoursepy
Latest version
Released:
library to interface with concourse
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: Alex Arwine
Classifiers
- License
- Operating System
- Programming Language
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: Alex Arwine
Classifiers
- License
- Operating System
- Programming Language
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
File details
Details for the file concoursepy-0.0.40.linux-x86_64.tar.gz
.
File metadata
- Download URL: concoursepy-0.0.40.linux-x86_64.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 134603730cdc01a4df15842c0ae1205f72e34c24e91075459e6b7acdbc2add79 |
|
MD5 | 6de76f711a98ad65e3ab0e224581b5f5 |
|
BLAKE2b-256 | b0671b79eaccf7a88fae94484ecfe2e28d634bfa203ecc7453c638a5456c1154 |