{ "info": { "author": "Marcus Johansson", "author_email": "polarn@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# jirachlog\n\n## Introduction\n\nCreates a basic changelog using git and Jira\n\n## Prerequisites\n\nMake sure you have Python3.\n\n## Installation\n\nRun command:\n\n pip3 install jirachlog\n\n## Development\n\nCreate and activate virtual environment:\n\n virtualenv venv\n source venv/bin/activate\n pip install -r requirements.txt\n\nTest the binary: (you can use your own Jira user)\n\n JIRA_SERVER=\"https://jira.digitalroute.com/\" JIRA_USERNAME=xxxx JIRA_PASSWORD=yyyy ./bin/jirachlog 4f539cd..a365cf5 /Users/marcusj/code/dazzlerjs/admin-app\n\nYou can test the module by installing it locally:\n\n python setup.py bdist_wheel\n /usr/local/bin/pip3 install ./dist/jirachlog-x.x.x-py3-none-any.whl\n\nReason for full path to pip3 is because we're in a virtual envirionment when doing python development\n\n### Deploy new version to PyPi\n\nThis should be done by CI soon.\n\n python setup.py bdist_wheel\n python -m twine upload dist/jirachlog-x.x.x-py3-none-any.whl\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/digitalroute/jirachlog", "keywords": "", "license": "APACHE", "maintainer": "", "maintainer_email": "", "name": "jirachlog", "package_url": "https://pypi.org/project/jirachlog/", "platform": "", "project_url": "https://pypi.org/project/jirachlog/", "project_urls": { "Homepage": "https://github.com/digitalroute/jirachlog" }, "release_url": "https://pypi.org/project/jirachlog/1.2.0/", "requires_dist": [ "jira (>=2.0.0)" ], "requires_python": "", "summary": "Creates a basic changelog using git and Jira", "version": "1.2.0" }, "last_serial": 5540821, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "caadc890b3e31e920cc359f62f304bb3", "sha256": "e7237d57789e2bdf99aa852e8b735ebcb2d3dd0b5ac5395fba712a8d73822184" }, "downloads": -1, "filename": "jirachlog-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "caadc890b3e31e920cc359f62f304bb3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6955, "upload_time": "2019-07-11T08:52:01", "url": "https://files.pythonhosted.org/packages/66/5e/3171234c1c2db04249932e5183b9b59e0f0b094cf260e9fd2f3d3126b568/jirachlog-1.0.0-py3-none-any.whl" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "5e23b94e3422f70b7fb91185de91ede1", "sha256": "aef2d22ce44ea9703b902a407489d4238bdcb6cc86a18be37ae181eca52eea57" }, "downloads": -1, "filename": "jirachlog-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5e23b94e3422f70b7fb91185de91ede1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7352, "upload_time": "2019-07-11T11:04:16", "url": "https://files.pythonhosted.org/packages/b0/67/4dfefe75f692ba09110c09fc8dee1feaf21f2426c362fc8d609d3b4d16c6/jirachlog-1.1.0-py3-none-any.whl" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "6c1edcad16c915dcf7897cc9e0c43a62", "sha256": "6e546c2868ccbdb32965b234f440b888fd4a570bdb61cc5996375a3bd570a437" }, "downloads": -1, "filename": "jirachlog-1.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6c1edcad16c915dcf7897cc9e0c43a62", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8807, "upload_time": "2019-07-16T14:15:47", "url": "https://files.pythonhosted.org/packages/19/1a/0102d6f08a7d054581b7f2de96f3aece73e8a79ef63649071f4846fefae1/jirachlog-1.2.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6c1edcad16c915dcf7897cc9e0c43a62", "sha256": "6e546c2868ccbdb32965b234f440b888fd4a570bdb61cc5996375a3bd570a437" }, "downloads": -1, "filename": "jirachlog-1.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6c1edcad16c915dcf7897cc9e0c43a62", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8807, "upload_time": "2019-07-16T14:15:47", "url": "https://files.pythonhosted.org/packages/19/1a/0102d6f08a7d054581b7f2de96f3aece73e8a79ef63649071f4846fefae1/jirachlog-1.2.0-py3-none-any.whl" } ] }