SurveyMonkey / pyteamcity

Use the TeamCity REST API from Python
51 stars 50 forks source link

Make pyteamcity.future the default API #70

Open msabramo opened 8 years ago

msabramo commented 8 years ago

Move the old legacy API stuff to pyteamcity.legacy and move stuff in pyteamcity.future to just pyteamcity

iluxame commented 7 years ago

Do you have any estimation when do you plan to do it? For now, in order to use pyteamcity.future, we need to git clone && add to PYTHONPATH instead of pip install pyteamcity.

I can try to help with the preparations for this task ...

baopham commented 7 years ago

@iluxame You can now install using pip:

pip install -e git+https://github.com/SurveyMonkey/pyteamcity#egg=pyteamcity
iluxame commented 7 years ago

@baopham Thanks a lot!

allburov commented 6 years ago

We waited a long time for the development of the new API, but did not wait. Therefore, we implemented TeamCity client , it supports ALL requests that are supported by TeamCity (since it was initially generated from swagger.json). Maybe will be useful for someone :)