{ "info": { "author": "Peter Yasi", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# PyBuildkite\n\nA [Python](https://www.python.org/) library and client for the [Buildkite API](https://buildkite.com/docs/api).\n\n# Usage\n\nTo get the package, execute:\n\n```\npip install pybuildkite\n```\n\nThen set up an instance of the Buildkite object, set you access token, and make any available requests.\n\n```python\nfrom pybuildkite.buildkite import Buildkite, BuildState\n\nbuildkite = Buildkite()\nbuildkite.set_access_token('YOUR_API_ACCESS_TOKEN_HERE')\n\n# Get all info about particular org\nbuildkite.organizations().get_org('my-org')\n\n# Get all running builds for a particular pipeline\nbuildkite.builds().list_all_for_pipeline('my-org', 'my-pipeline', state=BuildState.RUNNING)\n\n# Create a build\nbuildkite.builds().create_build('my-org', 'my-pipeline', 'COMMITSHA', 'master', clean_checkout=True, message=\"My First Build!\")\n```\n\n\n\n# License\n\nThis library is distributed under the BSD-style license found in the LICENSE file.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/pyasi/pybuildkite/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pyasi/pybuildkite", "keywords": "Buildkite,Continuos Integration,API,CI,wrapper,python", "license": "", "maintainer": "", "maintainer_email": "", "name": "pybuildkite", "package_url": "https://pypi.org/project/pybuildkite/", "platform": "", "project_url": "https://pypi.org/project/pybuildkite/", "project_urls": { "Download": "https://github.com/pyasi/pybuildkite/archive/master.zip", "Homepage": "https://github.com/pyasi/pybuildkite" }, "release_url": "https://pypi.org/project/pybuildkite/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Python wrapper for the Buildkite API", "version": "0.0.2" }, "last_serial": 5993006, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9c3f50d031799400eeec310093685354", "sha256": "2e25be70355118d5da9b7b882377cc0b236ddcba81f248fc7539964e80510dee" }, "downloads": -1, "filename": "pybuildkite-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "9c3f50d031799400eeec310093685354", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10890, "upload_time": "2019-10-17T00:56:41", "url": "https://files.pythonhosted.org/packages/b2/67/43970346a7d2c8cf974e113e1dffa862a40e1de8c490742e1f68bd1fff56/pybuildkite-0.0.1-py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "825c4182dde5c054f637dfa590b5790b", "sha256": "08c7e613228c8223e7eba55ec19ee2db56606add632d46e3cadf1d7b18d02a89" }, "downloads": -1, "filename": "pybuildkite-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "825c4182dde5c054f637dfa590b5790b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11264, "upload_time": "2019-10-18T00:42:24", "url": "https://files.pythonhosted.org/packages/0c/4a/b7159c7e06cb27eafba30b4b52f13ca4a805b74979c319f1fe688806c47c/pybuildkite-0.0.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "825c4182dde5c054f637dfa590b5790b", "sha256": "08c7e613228c8223e7eba55ec19ee2db56606add632d46e3cadf1d7b18d02a89" }, "downloads": -1, "filename": "pybuildkite-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "825c4182dde5c054f637dfa590b5790b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11264, "upload_time": "2019-10-18T00:42:24", "url": "https://files.pythonhosted.org/packages/0c/4a/b7159c7e06cb27eafba30b4b52f13ca4a805b74979c319f1fe688806c47c/pybuildkite-0.0.2-py3-none-any.whl" } ] }