{ "info": { "author": "Arie Bregman", "author_email": "bregman.arie@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Utilities" ], "description": "Pykins\n======\n\nPython API and CLI for Jenkins in one package :)\n\nInstallation\n------------\n\nA virtual environment is recommended for development.\nTo install the latest version of `pykins`, run the following commands:\n\n virtualenv .venv && source .venv/bin/activate\n pip install .\n\nTo install from PyPi (not necessarily latest version!):\n\n pip install pykins\n\nPython API Examples\n-------------------\n```python\n>>> import pykins\n>>> jenkins = pykins.Jenkins('http://my_jenkins')\n>>> print(jenkins.get_jobs())\n```\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "pykins", "package_url": "https://pypi.org/project/pykins/", "platform": "", "project_url": "https://pypi.org/project/pykins/", "project_urls": null, "release_url": "https://pypi.org/project/pykins/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Python API and CLI for Jenkins", "version": "0.1.0" }, "last_serial": 3440459, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "df77cfaa36c192b320980e3f73a247b2", "sha256": "76639691285d379bbead6a27f7187fc8c314c20a08f824e112f5ea592fd08255" }, "downloads": -1, "filename": "pykins-0.1.0.tar.gz", "has_sig": false, "md5_digest": "df77cfaa36c192b320980e3f73a247b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6616, "upload_time": "2017-12-24T13:01:46", "url": "https://files.pythonhosted.org/packages/7e/71/f9024f09f862198f6d49a08a26e7a34818b7a27039b6b9510d790b127559/pykins-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "df77cfaa36c192b320980e3f73a247b2", "sha256": "76639691285d379bbead6a27f7187fc8c314c20a08f824e112f5ea592fd08255" }, "downloads": -1, "filename": "pykins-0.1.0.tar.gz", "has_sig": false, "md5_digest": "df77cfaa36c192b320980e3f73a247b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6616, "upload_time": "2017-12-24T13:01:46", "url": "https://files.pythonhosted.org/packages/7e/71/f9024f09f862198f6d49a08a26e7a34818b7a27039b6b9510d790b127559/pykins-0.1.0.tar.gz" } ] }