{ "info": { "author": "ageekymonk", "author_email": "ramzthecoder@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python :: 3.6" ], "description": "# Pytc3 [WIP]\n**This is not production Ready yet.**\n[![Latest Version](https://badge.fury.io/py/pytc3.svg)](https://pypi.python.org/pypi/pytc3/)\n[![Travis CI Build Status](https://travis-ci.org/ageekymonk/pytc3.svg?branch=master)](https://travis-ci.org/ageekymonk/pytc3)\n\nPython interface to the [REST\nAPI](https://confluence.jetbrains.com/display/TCD10/REST+API) of\n[TeamCity](https://www.jetbrains.com/teamcity/)\n\n## Installation\n\n```\npip install pytc3\n```\n\n## Examples\n\n### Connect to server\n\n```python\nfrom pytc3 import TeamCity\n\n# This initialises the Client with the settings passed. has to be an integer.\ntc = TeamCity('account', 'password', 'server', )\n```\n\nor specify no parameters and it will read settings from environment\nvariables:\n\n- `TEAMCITY_USER`\n- `TEAMCITY_PASSWORD`\n- `TEAMCITY_HOST`\n- `TEAMCITY_PORT` (Defaults to 80 if not set)\n\n```python\nfrom pytc3 import TeamCity\n\n# Initialises with environment variables: TEAMCITY_{USER,PASSWORD,HOST,PORT}\ntc = TeamCity()\n```\n\n### Getting data\n\nYou can also look at\n[sample.py](https://github.com/ageekymonk/pytc3/blob/master/sample.py)\n\n## Acknowledgements\n\nThis is a heavily-modified fork of https://github.com/SurveyMonkey/pyteamcity so many thanks are due to [SurveyMonkey](https://github.com/SurveyMonkey)\n\n\n# Changes\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ageekymonk/pytc3", "keywords": "", "license": "MIT", "maintainer": "ageekymonk", "maintainer_email": "ramzthecoder@gmail.com", "name": "pytc3", "package_url": "https://pypi.org/project/pytc3/", "platform": "", "project_url": "https://pypi.org/project/pytc3/", "project_urls": { "Homepage": "https://github.com/ageekymonk/pytc3" }, "release_url": "https://pypi.org/project/pytc3/0.1.1/", "requires_dist": [ "beautifulsoup4", "python-dateutil", "pytz", "requests", "mock (>=2.0.0); extra == 'tests'", "pytest (>=3.0.2); extra == 'tests'", "pytest-cov (>=2.3.1); extra == 'tests'", "responses (>=0.5.1); extra == 'tests'" ], "requires_python": "", "summary": "Use the TeamCity REST API from Python", "version": "0.1.1" }, "last_serial": 4002078, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "a81d84e8ae56808b1f5ba0e4f4a1d1db", "sha256": "9cb92af614960795d0a0c5f6daa2a10649265cd8e1d82ffbd6b10d1316ff9c70" }, "downloads": -1, "filename": "pytc3-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a81d84e8ae56808b1f5ba0e4f4a1d1db", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14225, "upload_time": "2018-06-26T00:24:27", "url": "https://files.pythonhosted.org/packages/f4/e8/570d687d81af48ab54d2d719eda0403eb2108d7c306bafc9169e1d347419/pytc3-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8c905997a2fea5b6a5d074f75404389e", "sha256": "6602388a53235cedd3fce8fcceaeac962bfd9d23952da3cba041fbdf50caca51" }, "downloads": -1, "filename": "pytc3-0.1.1.tar.gz", "has_sig": false, "md5_digest": "8c905997a2fea5b6a5d074f75404389e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13113, "upload_time": "2018-06-26T00:24:29", "url": "https://files.pythonhosted.org/packages/3e/8c/0b23373c5a9e607140287be4f71c3670782eeee2f34b6f324c7c2d2ebd38/pytc3-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a81d84e8ae56808b1f5ba0e4f4a1d1db", "sha256": "9cb92af614960795d0a0c5f6daa2a10649265cd8e1d82ffbd6b10d1316ff9c70" }, "downloads": -1, "filename": "pytc3-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a81d84e8ae56808b1f5ba0e4f4a1d1db", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14225, "upload_time": "2018-06-26T00:24:27", "url": "https://files.pythonhosted.org/packages/f4/e8/570d687d81af48ab54d2d719eda0403eb2108d7c306bafc9169e1d347419/pytc3-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8c905997a2fea5b6a5d074f75404389e", "sha256": "6602388a53235cedd3fce8fcceaeac962bfd9d23952da3cba041fbdf50caca51" }, "downloads": -1, "filename": "pytc3-0.1.1.tar.gz", "has_sig": false, "md5_digest": "8c905997a2fea5b6a5d074f75404389e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13113, "upload_time": "2018-06-26T00:24:29", "url": "https://files.pythonhosted.org/packages/3e/8c/0b23373c5a9e607140287be4f71c3670782eeee2f34b6f324c7c2d2ebd38/pytc3-0.1.1.tar.gz" } ] }