{ "info": { "author": "Slash Gordon", "author_email": "slash.gordon.dev@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# pyjdpu\n\n[![Build Status](https://travis-ci.org/SlashGordon/pyjdpu.svg?branch=master)](https://travis-ci.org/SlashGordon/pyjdpu)\n[![Coverage Status](https://coveralls.io/repos/github/SlashGordon/pyjdpu/badge.svg?branch=master)](https://coveralls.io/github/SlashGordon/pyjdpu?branch=master)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/26e80c8a34e74a7395bd41409b2b9f75)](https://www.codacy.com/manual/SlashGordon/pyjdpu?utm_source=github.com&utm_medium=referral&utm_content=SlashGordon/pyjdpu&utm_campaign=Badge_Grade)\n\nSometimes you have to update many plugins during jenkins docker upgrade and waste a lot of time.\nWith pyjdpu you can easily update your plugins.txt automaticly to the latest versions.\n\n\n## install\n\n```shell\npip install pyjdpu\n```\n\n## quick start\nUpdate your plugins.txt wit cli:\n\n```bash\npyjdpu -i plugins.txt -o plugins_updated.txt\n\n```\n\nGet latest version of an jenkins plugin:\n\n```python\nimport pyjdpu\nmy_api = pyjdpu.JenkinsPluginApi()\nmy_version = my_api.get_latest_version('blueocean-git-pipeline')\n\n```\n\n## issue tracker\n\n[https://github.com/portfolioplus/pystockfilter/issuese](https://github.com/SlashGordon/pyjdpu/issues\")\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/SlashGordon/pyjdpu", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pyjdpu", "package_url": "https://pypi.org/project/pyjdpu/", "platform": "", "project_url": "https://pypi.org/project/pyjdpu/", "project_urls": { "Homepage": "https://github.com/SlashGordon/pyjdpu" }, "release_url": "https://pypi.org/project/pyjdpu/1.0.0/", "requires_dist": [ "uplink (==0.9.0)" ], "requires_python": "", "summary": "Updater tool for Jenkins docker plugin.txt", "version": "1.0.0" }, "last_serial": 5927782, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "822052bd298c45a48cbbac087415a967", "sha256": "33de76e70fde5523a8df345315a9451d73de118d1b9196f6eccb999b1f2bee2f" }, "downloads": -1, "filename": "pyjdpu-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "822052bd298c45a48cbbac087415a967", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4773, "upload_time": "2019-10-04T10:51:46", "url": "https://files.pythonhosted.org/packages/95/dc/a29160ec6def68dde82da341a553e0f8e1889a3e0dd7b599a959cf953bac/pyjdpu-1.0.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "822052bd298c45a48cbbac087415a967", "sha256": "33de76e70fde5523a8df345315a9451d73de118d1b9196f6eccb999b1f2bee2f" }, "downloads": -1, "filename": "pyjdpu-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "822052bd298c45a48cbbac087415a967", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4773, "upload_time": "2019-10-04T10:51:46", "url": "https://files.pythonhosted.org/packages/95/dc/a29160ec6def68dde82da341a553e0f8e1889a3e0dd7b599a959cf953bac/pyjdpu-1.0.0-py3-none-any.whl" } ] }