{ "info": { "author": "Gavin Bong", "author_email": "rubycoder@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: Other/Proprietary License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.5", "Topic :: Documentation", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Installation/Setup", "Topic :: System :: Software Distribution" ], "description": "=========================\npyk8sver \n=========================\n\n*pyk8sver* returns the latest version of kubernetes\n\nRequirements\n============\n\nTBD\n\nSetup\n=====\n\n* If you want to run the test cases, do this extra step\n\n.. sourcecode:: bash\n\n pip install -r requirements-dev.txt\n\n* Install the package:\n\n.. sourcecode:: bash\n\n python setup.py develop\n\n* (Optional) Run all tests:\n\n.. sourcecode:: bash\n\n $ paver test_all\n ======================== 112 passed, 2 xfailed in 2.01 seconds\n ___ _ ___ ___ ___ ___\n | _ \\/_\\ / __/ __| __| \\\n | _/ _ \\\\__ \\__ \\ _|| |) |\n |_|/_/ \\_\\___/___/___|___/\n\nExample\n=======\n\n.. sourcecode:: python\n\n from pyk8sver import app\n o = app.Kubernetes('your-github-access-token')\n releases = o.fetch_releases()\n print(\"Latest is {0}\".format(releases[0])) # GitRelease(title=\"v1.13.2\")\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sierrezinal/pyk8sver", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pyk8sver", "package_url": "https://pypi.org/project/pyk8sver/", "platform": "", "project_url": "https://pypi.org/project/pyk8sver/", "project_urls": { "Homepage": "https://github.com/sierrezinal/pyk8sver" }, "release_url": "https://pypi.org/project/pyk8sver/1.0/", "requires_dist": null, "requires_python": "", "summary": "Get k8s version from github", "version": "1.0" }, "last_serial": 4695269, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "1e35dbc0e42bffff1a2017c0f15190b9", "sha256": "579b0f34d4cebc7fd0e6ed90526b812b5eb8af37da64e4e99545fa954d891b56" }, "downloads": -1, "filename": "pyk8sver-1.0.tar.gz", "has_sig": false, "md5_digest": "1e35dbc0e42bffff1a2017c0f15190b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14824, "upload_time": "2019-01-14T18:11:45", "url": "https://files.pythonhosted.org/packages/fb/5e/7abb114905cb0df2f247e80230ccb6727820452592b7a0ef55dfa6645e60/pyk8sver-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1e35dbc0e42bffff1a2017c0f15190b9", "sha256": "579b0f34d4cebc7fd0e6ed90526b812b5eb8af37da64e4e99545fa954d891b56" }, "downloads": -1, "filename": "pyk8sver-1.0.tar.gz", "has_sig": false, "md5_digest": "1e35dbc0e42bffff1a2017c0f15190b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14824, "upload_time": "2019-01-14T18:11:45", "url": "https://files.pythonhosted.org/packages/fb/5e/7abb114905cb0df2f247e80230ccb6727820452592b7a0ef55dfa6645e60/pyk8sver-1.0.tar.gz" } ] }