Skip to content

dariocutillas/teamcity-goggles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeamCity Goggles

A utility package to perform some queries on TeamCity REST API. Currently the set of supported REST operations if very limited to the needs I've had.

Install with:

pip install git+https://github.com/dariocutillas/teamcity-goggles

Or clone & install with:

pip install -e .

Have a look at the examples package modules for usage examples. To run any of the tools in the examples package use:

python -m tc_googles.examples.<module_name> <arguments>

For example:

# Configure TEAMCITY_SERVER and TEAMCITY_ACCESS_TOKEN environment variables and run
python -m tc_goggles.examples.find_parameter MY_PARAMETER --values A B C

Requires Python > 3.6.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages