{ "info": { "author": "Bartosz Pankowski", "author_email": "pankowski.bartosz@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Jira Report\n\nPython script which is pulling data from Jira.\n\n## Getting Started\n\nThese instructions will allow you to get informations directly from jira to save your time while filling up report next time.\n\n### Installation\n\n* Get your private Token for jria from https://id.atlassian.com/manage/api-tokens\n* Create file ``creds.txt`` in your git repo dir.\n* It should looks like \n```\nusername:TOKEN\n```\n* Create file ``config.yaml`` in your git repo dir.\n* It should looks like\n```\nhttps://jira server\n```\n* Install packages from requirements.txt file\n```\npip install -r requirements.txt \n```\n* Python version - ``2.7.15rc1``\n\n### Last Patches\n\n* Added auto sprint detection\n* Putted Raport Generator into function\n* Added check of fresh sprint\n* Added pull of last two days of previous sprint to the section Done\n* Added indication of tasks that were included in more than one sprint\n* Changed name of the output file to Report+date, now archiving process will be much more easier.\n* Added requirements.txt file to the project\n\n### Next to do\n\n* review", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bpankowski/jira-report", "keywords": "", "license": "Creative Commons Attribution-Noncommercial-Share Alike license", "maintainer": "", "maintainer_email": "", "name": "JiraDocGenerator", "package_url": "https://pypi.org/project/JiraDocGenerator/", "platform": "", "project_url": "https://pypi.org/project/JiraDocGenerator/", "project_urls": { "Homepage": "https://github.com/bpankowski/jira-report" }, "release_url": "https://pypi.org/project/JiraDocGenerator/0.1dev/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.1dev" }, "last_serial": 4320229, "releases": { "0.1dev": [ { "comment_text": "", "digests": { "md5": "bc77a5f0900bb9bcd4b177268cb6d7c4", "sha256": "297f94e528410b4ab40427569e213b6020c5a466171a5605ba8fb4eb057737da" }, "downloads": -1, "filename": "JiraDocGenerator-0.1dev.tar.gz", "has_sig": false, "md5_digest": "bc77a5f0900bb9bcd4b177268cb6d7c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2498, "upload_time": "2018-09-28T14:14:37", "url": "https://files.pythonhosted.org/packages/97/e2/c429afb6f372b79927f6bfdadd7bc49cb42444fd7438f400ce865abbf750/JiraDocGenerator-0.1dev.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bc77a5f0900bb9bcd4b177268cb6d7c4", "sha256": "297f94e528410b4ab40427569e213b6020c5a466171a5605ba8fb4eb057737da" }, "downloads": -1, "filename": "JiraDocGenerator-0.1dev.tar.gz", "has_sig": false, "md5_digest": "bc77a5f0900bb9bcd4b177268cb6d7c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2498, "upload_time": "2018-09-28T14:14:37", "url": "https://files.pythonhosted.org/packages/97/e2/c429afb6f372b79927f6bfdadd7bc49cb42444fd7438f400ce865abbf750/JiraDocGenerator-0.1dev.tar.gz" } ] }