{ "info": { "author": "Sebastian Rahlf", "author_email": "basti@redtoad.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Other Environment", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "==========\njira-cache\n==========\n\nDump Jira issues to file and reload them without connection to the original server.\n\nQuickstart\n----------\n\nDump issues::\n\n from jira import JIRA\n from jira_cache import CachedIssues\n\n jira = JIRA('https://jira.atlassian.com/')\n result = jira.search_issues('project=JRA and text ~ \"Python\"')\n cached = CachedIssues(result)\n cached.dump(open('python-issues.json', 'w'))\n\nLoading from file::\n\n from jira import JIRA\n from jira_cache import CachedIssues\n\n result = CachedIssues.load(open('python-issues.json'))\n\nInstallation\n------------\n\nSimply run ::\n\n pip install jira-history\n\nContributing\n------------\n\nPlease do! I would love for this to be developed further by anyone who is interested. Wherever possible, please\nprovide unit tests for your work (yes, this is very much a 'do as I say, not as I do' kind of moment).\nDon't forget to add your name to AUTHORS.\n\nLicense\n-------\n\nCopyright (c) 2016 Sebastian Rahlf\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/redtoad/jira-cache", "keywords": "jira ticket caching json dump", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "jira-cache", "package_url": "https://pypi.org/project/jira-cache/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jira-cache/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/redtoad/jira-cache" }, "release_url": "https://pypi.org/project/jira-cache/0.8.3/", "requires_dist": null, "requires_python": null, "summary": "Dump Jira issues to file and reload them without connection to the original server.", "version": "0.8.3" }, "last_serial": 2565845, "releases": { "0.8": [ { "comment_text": "", "digests": { "md5": "a7ab2351c8e33716860ac5a60ad702ac", "sha256": "9e249ab5bec76c8945f2f5b1a499767bc94d733da666eaec1f7291a6dd052439" }, "downloads": -1, "filename": "jira-cache-0.8.tar.gz", "has_sig": false, "md5_digest": "a7ab2351c8e33716860ac5a60ad702ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1980, "upload_time": "2017-01-10T17:22:45", "url": "https://files.pythonhosted.org/packages/86/4a/c3ac6ab6fc15ee0522e7fbe40a3c0b341733f23f7aade147e4aa0012a908/jira-cache-0.8.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "102c17f1778f503b1f316f98e6f44365", "sha256": "2e271fc4dec0cf9a632d9176810dfaf9637fe5a73b6673d27c6479fda9410044" }, "downloads": -1, "filename": "jira-cache-0.8.1.tar.gz", "has_sig": false, "md5_digest": "102c17f1778f503b1f316f98e6f44365", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2449, "upload_time": "2017-01-10T17:54:11", "url": "https://files.pythonhosted.org/packages/fd/88/c8fea7cde5a58635d59df56adee1b74ce781da7284ec4c12df8057fe786c/jira-cache-0.8.1.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "bb418671f69d7bf119e6371674d06e49", "sha256": "c28d213d4ef1b9c7600a8913d98c36b2b6ab7f5347a16a5b74a112ea5cf8dc4b" }, "downloads": -1, "filename": "jira-cache-0.8.2.tar.gz", "has_sig": false, "md5_digest": "bb418671f69d7bf119e6371674d06e49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2798, "upload_time": "2017-01-10T18:04:50", "url": "https://files.pythonhosted.org/packages/ed/a0/6d0955df6a23d3db9f1bd970bdad929dbf8c3c90a0ee6410de05cd58462b/jira-cache-0.8.2.tar.gz" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "5dc2ba7059fad5ded5aab39f0048a7ba", "sha256": "ddc7af911e3adbc269f0603cbb46995d67e2b8241ed1e7f95302d67e0c14daa7" }, "downloads": -1, "filename": "jira-cache-0.8.3.tar.gz", "has_sig": false, "md5_digest": "5dc2ba7059fad5ded5aab39f0048a7ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2770, "upload_time": "2017-01-10T22:57:06", "url": "https://files.pythonhosted.org/packages/2d/55/396bbb03cc397487d3a9b2eb92bf5f71e88ecddc06692053d3fb0c543168/jira-cache-0.8.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5dc2ba7059fad5ded5aab39f0048a7ba", "sha256": "ddc7af911e3adbc269f0603cbb46995d67e2b8241ed1e7f95302d67e0c14daa7" }, "downloads": -1, "filename": "jira-cache-0.8.3.tar.gz", "has_sig": false, "md5_digest": "5dc2ba7059fad5ded5aab39f0048a7ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2770, "upload_time": "2017-01-10T22:57:06", "url": "https://files.pythonhosted.org/packages/2d/55/396bbb03cc397487d3a9b2eb92bf5f71e88ecddc06692053d3fb0c543168/jira-cache-0.8.3.tar.gz" } ] }