{ "info": { "author": "Josh Rowe", "author_email": "josh.rowe@digital.justice.gov.uk", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "Snakes on a plane\n=================\n\nA python package to run concourse fly\n\nUseage\n======\n\n.. code:: python\n\n from fly import Fly\n fly = Fly(\n concourse_url='http://127.0.0.1:8080'\n )\n fly.get_fly()\n fly.login(username='admin', password='admin', team_name='main')\n fly.get_json('pipelines')\n fly.run(\n 'set-pipeline',\n '-p', 'concourse-build',\n '-c', '/path/to/resource/pipeline.yaml',\n '-v', 'app-name=app_name',\n '-v', 'github-org=github-org',\n '-v', 'github-repo=https://github.com/ministryofjustice/concourse-build',\n '-n'\n )\n\nTests\n=====\n\n.. code:: bash\n\n python -m unittest tests.test_commands_run -v\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/ministryofjustice/python-fly", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "python-fly", "package_url": "https://pypi.org/project/python-fly/", "platform": "", "project_url": "https://pypi.org/project/python-fly/", "project_urls": { "Homepage": "https://github.com/ministryofjustice/python-fly" }, "release_url": "https://pypi.org/project/python-fly/0.0.2/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "A python package to run concourse fly", "version": "0.0.2" }, "last_serial": 4825889, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "06ef03d8e01dfc0bc305475320af0d7b", "sha256": "674a59ca9612aa2c62cbbeef31f9df7cb8e87e1f148d255917481c90920ce2af" }, "downloads": -1, "filename": "python_fly-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "06ef03d8e01dfc0bc305475320af0d7b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3190, "upload_time": "2019-02-15T16:17:24", "url": "https://files.pythonhosted.org/packages/94/ce/5a98fc866a59f752e5fad7328f2d498eae1c72d5e65be7cc751d86d7ae84/python_fly-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f0450d1b14942a2eb15aa364257aefd3", "sha256": "a7d5e3ad8b646a14370027d1f926b845eecd59906b5a0d4b571988ad7d957d21" }, "downloads": -1, "filename": "python-fly-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f0450d1b14942a2eb15aa364257aefd3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1989, "upload_time": "2019-02-15T16:17:25", "url": "https://files.pythonhosted.org/packages/6a/5a/bf399cf300da20d068461a5280f5f396f04d18ccd4566f172c66451e1dad/python-fly-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "06ef03d8e01dfc0bc305475320af0d7b", "sha256": "674a59ca9612aa2c62cbbeef31f9df7cb8e87e1f148d255917481c90920ce2af" }, "downloads": -1, "filename": "python_fly-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "06ef03d8e01dfc0bc305475320af0d7b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3190, "upload_time": "2019-02-15T16:17:24", "url": "https://files.pythonhosted.org/packages/94/ce/5a98fc866a59f752e5fad7328f2d498eae1c72d5e65be7cc751d86d7ae84/python_fly-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f0450d1b14942a2eb15aa364257aefd3", "sha256": "a7d5e3ad8b646a14370027d1f926b845eecd59906b5a0d4b571988ad7d957d21" }, "downloads": -1, "filename": "python-fly-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f0450d1b14942a2eb15aa364257aefd3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1989, "upload_time": "2019-02-15T16:17:25", "url": "https://files.pythonhosted.org/packages/6a/5a/bf399cf300da20d068461a5280f5f396f04d18ccd4566f172c66451e1dad/python-fly-0.0.2.tar.gz" } ] }