{ "info": { "author": "Ingo Fruend", "author_email": "ingo.fruend@twentybn.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only" ], "description": "jira ticket printer\n===================\n\nJira does not provide a nice printable layout for tickets and nicer\nprinting options are costly. This script just wraps the jira-api to\nallow formatting using jinja2 templates. This way, tickets can easily be\nformatted in a printer friendly way.\n\nGetting started\n---------------\n\nThe jiraprinter works on python3 only.\n\nJiraprinter is on pypi, so you can simply run\n\n::\n\n pip install jiraprinter\n\nTo install it. This will also create the two commands ``jira.py`` and\n``prepare_token`` used below.\n\nYou can run the command line tool by calling\n\n::\n\n $ jira.py export [ ...]\n\nHere, angle brackets (``<>``) denote variable parameters and square\nbrackets (``[]``) denote optional parameters. This is similar to unix\n``man`` pages. You can start the web-interface for selecting tickets and\nprinting them by calling\n\n::\n\n $ jira.py select\n\nThe web-interface will then be available at ``localhost:8080``.\n\nSetting your credentials\n------------------------\n\nIt is recommended that you put the URL of your jira server as well as\nyour credentials into separate environment variables. Your user\ncredentials need to be passed in base 64 encoding, which can be done\nusing the ``prepare_token.py`` script:\n\n::\n\n $ prepare_token.py\n Please enter your jira user name: myname\n Please enter your jira password:\n fowkeofoakjdfolai\n\nThat last name is your jira credentials in base 64 encoding. It is\nrecommended that you set your jira credentials and the url of the server\nin your bashrc (if you use bash). To do so, add the following lines to\nyour ``~/.bashrc`` file.\n\n::\n\n export JIRAURL=https://jira.mycompany/rest/api/2\n export JIRACREDENTIALS=fowkeofoakjdfolai\n\nObviously, both the URL and the credentials are completely made up.\n\nAuthentication error\n--------------------\n\nError messages are typically rather long and complex. If you see a 401\nstatus code somewhere at the end of the stacktrace, that means that\nyou're not correctly authenticated. In that case, you might want to\ncheck your user name and password.\n\nTravis\n------\n\nTest status on current master: |build status|\n\n.. |build status| image:: https://travis-ci.org/igordertigor/jiraprinter.svg?branch=master\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "jira printing", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "jiraprinter", "package_url": "https://pypi.org/project/jiraprinter/", "platform": "", "project_url": "https://pypi.org/project/jiraprinter/", "project_urls": null, "release_url": "https://pypi.org/project/jiraprinter/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Simple printing interface for jira", "version": "0.0.1" }, "last_serial": 2504375, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "6538e71447378dde6e46f61321f1e43d", "sha256": "a1bfe43101818b469a7789f1d53856854867c5684742892a8ec589be530c70fc" }, "downloads": -1, "filename": "jiraprinter-0.0.0.tar.gz", "has_sig": false, "md5_digest": "6538e71447378dde6e46f61321f1e43d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4211, "upload_time": "2016-12-06T13:49:33", "url": "https://files.pythonhosted.org/packages/e1/39/cdf787e2bc57fe9088a88f3eccfa054cec3d99634322ea604095329a775b/jiraprinter-0.0.0.tar.gz" } ], "0.0.1": [ { "comment_text": "", "digests": { "md5": "5c3b627321335d4c4c6cbd504720d25a", "sha256": "373248e69515a0615500d5292dd582af1c6eea524262e75d0c06bbce202b3192" }, "downloads": -1, "filename": "jiraprinter-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5c3b627321335d4c4c6cbd504720d25a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4310, "upload_time": "2016-12-07T09:44:08", "url": "https://files.pythonhosted.org/packages/66/a9/07660d3c7847d5b1ce60a55b8e2b998303a656804f945c8cfe174e709c14/jiraprinter-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5c3b627321335d4c4c6cbd504720d25a", "sha256": "373248e69515a0615500d5292dd582af1c6eea524262e75d0c06bbce202b3192" }, "downloads": -1, "filename": "jiraprinter-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5c3b627321335d4c4c6cbd504720d25a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4310, "upload_time": "2016-12-07T09:44:08", "url": "https://files.pythonhosted.org/packages/66/a9/07660d3c7847d5b1ce60a55b8e2b998303a656804f945c8cfe174e709c14/jiraprinter-0.0.1.tar.gz" } ] }