{ "info": { "author": "hawry", "author_email": "hawry@hawry.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7" ], "description": "## Configuration\n\njirator will look in `~/.jirator/config` for a configuration file, which will specify server to use, credentials for the server and what issue statuses jirator should consider as \"open\" issues (i.e. the ones that will be shown for you).\n\n### Example config\n```json\n{\n \"server\": \"http://localhost:2990/jira\",\n \"username\": \"fredsusername\",\n \"password\": \"fredspassword\",\n \"status\": [\"TO DO\",\"IN PROGRESS\",\"ON HOLD\", \"IN REVIEW\", \"OPEN\"]\n}\n```\n\n## Contributing\n\nContributions are welcome. Note that all contributions are subject to the license of this project.\n\n### Setup up dev environment\n\n1. Install the atlassian-plugin-sdk to get a local instance of the Jira REST API to test against. Follow the instructions at\n 1. https://developer.atlassian.com/server/framework/atlassian-sdk/downloads/\n 1. https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-helloworld-plugin-project/\n 1. Run Jira by being in the plugin directory and running `atlas-run`\n1. When you've created your plugin and the server is running, login and create a project and a few issues to test on\n\n### Create a release\n\nRun the following command in the root path:\n\n`python setup.py sdist`\n\ninstall locally:\n\n`pip install (--user) /path/to/tarfile`\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hawry/jirator", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "jirator", "package_url": "https://pypi.org/project/jirator/", "platform": "", "project_url": "https://pypi.org/project/jirator/", "project_urls": { "Homepage": "https://github.com/hawry/jirator" }, "release_url": "https://pypi.org/project/jirator/0.1.4/", "requires_dist": [ "console-menu", "jira", "click" ], "requires_python": "", "summary": "Fetch your assigned JIRA issues and checkout new branches with their ID", "version": "0.1.4" }, "last_serial": 5377885, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "234146aa2aa8605c1b990a171937f05e", "sha256": "6fcf61e34a54f39d8d919962a5b7add1aa21146d630796c80b094d196900c992" }, "downloads": -1, "filename": "jirator-0.1.1.tar.gz", "has_sig": false, "md5_digest": "234146aa2aa8605c1b990a171937f05e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2286, "upload_time": "2019-05-23T21:33:20", "url": "https://files.pythonhosted.org/packages/9b/9c/e7e1f94e4949bca9fd1fc76f44a06c97186f946dc9ed908360a25fa29093/jirator-0.1.1.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "e3eac1874df77e93431659e7183bd41f", "sha256": "abdec951da637903e17862bc9fd66358787e3a5aea2d332e5c85444d522e8279" }, "downloads": -1, "filename": "jirator-0.1.4-py2-none-any.whl", "has_sig": false, "md5_digest": "e3eac1874df77e93431659e7183bd41f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6304, "upload_time": "2019-06-09T15:00:46", "url": "https://files.pythonhosted.org/packages/38/3f/4f7d3692796ad69da35e82408ddde8a5ceb83930ea8e6706a90762e95149/jirator-0.1.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5bf5b083b082c1768c43d106fe102a6e", "sha256": "bb660dd8c936a493e2da8898220e3ef89142127dd04802cfac0cc5199af5abb9" }, "downloads": -1, "filename": "jirator-0.1.4.tar.gz", "has_sig": false, "md5_digest": "5bf5b083b082c1768c43d106fe102a6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4470, "upload_time": "2019-06-09T15:00:47", "url": "https://files.pythonhosted.org/packages/7a/3a/d6e2869b0f93151b43accc0463759d30bed592a764e1f3c56df0bb2f890a/jirator-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e3eac1874df77e93431659e7183bd41f", "sha256": "abdec951da637903e17862bc9fd66358787e3a5aea2d332e5c85444d522e8279" }, "downloads": -1, "filename": "jirator-0.1.4-py2-none-any.whl", "has_sig": false, "md5_digest": "e3eac1874df77e93431659e7183bd41f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6304, "upload_time": "2019-06-09T15:00:46", "url": "https://files.pythonhosted.org/packages/38/3f/4f7d3692796ad69da35e82408ddde8a5ceb83930ea8e6706a90762e95149/jirator-0.1.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5bf5b083b082c1768c43d106fe102a6e", "sha256": "bb660dd8c936a493e2da8898220e3ef89142127dd04802cfac0cc5199af5abb9" }, "downloads": -1, "filename": "jirator-0.1.4.tar.gz", "has_sig": false, "md5_digest": "5bf5b083b082c1768c43d106fe102a6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4470, "upload_time": "2019-06-09T15:00:47", "url": "https://files.pythonhosted.org/packages/7a/3a/d6e2869b0f93151b43accc0463759d30bed592a764e1f3c56df0bb2f890a/jirator-0.1.4.tar.gz" } ] }