{ "info": { "author": "Kevin Barnes", "author_email": "kbarnes3@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development" ], "description": "(Very short) Tutorial\n=====================\n\nFirst create a Github instance::\n\n from github import Github\n\n g = Github(\"user\", \"password\")\n\nThen play with your Github objects::\n\n for repo in g.get_user().get_repos():\n print repo.name\n repo.edit(has_wiki=False)\n\nYou can also create a Github instance with an OAuth token::\n\n g = Github(token)\n\nOr without authentication::\n\n g = Github()\n\nReference documentation\n=======================\n\nSee http://pygithub.github.io/PyGithub/v1/index.html\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kbarnes3/PyGithub", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "PyGithub-ReadOnly", "package_url": "https://pypi.org/project/PyGithub-ReadOnly/", "platform": "", "project_url": "https://pypi.org/project/PyGithub-ReadOnly/", "project_urls": { "Homepage": "https://github.com/kbarnes3/PyGithub" }, "release_url": "https://pypi.org/project/PyGithub-ReadOnly/1.34.post3/", "requires_dist": [ "pyjwt" ], "requires_python": "", "summary": "This fork of PyGithub provides support for read-only deploy keys", "version": "1.34.post3" }, "last_serial": 2899415, "releases": { "1.34.post3": [ { "comment_text": "", "digests": { "md5": "d86045a1d10bb518f07a4ce1f2e089af", "sha256": "ade1be315943bda33f05d0906a30e40e420262a2ed3e51eee64540b6cb02b2ac" }, "downloads": -1, "filename": "PyGithub_ReadOnly-1.34.post3-py3-none-any.whl", "has_sig": true, "md5_digest": "d86045a1d10bb518f07a4ce1f2e089af", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3120619, "upload_time": "2017-05-26T01:17:48", "url": "https://files.pythonhosted.org/packages/8c/fb/bdcb8cd3cbf9680344e6ce86e5ede63ff1310bd9012729520dc4965f8fe8/PyGithub_ReadOnly-1.34.post3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c4563f2caccca55b0c9d53e708da19f7", "sha256": "d70ddfa867a489dd5c0eccd9a17f614a730893a6a96eeb717bd876e681498955" }, "downloads": -1, "filename": "PyGithub-ReadOnly-1.34.post3.tar.gz", "has_sig": true, "md5_digest": "c4563f2caccca55b0c9d53e708da19f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2626895, "upload_time": "2017-05-26T01:18:05", "url": "https://files.pythonhosted.org/packages/a2/ef/c93c9d1b534ca8620f03b2662583c5dd918dcce43f2cdbe9c1cd793a6ffd/PyGithub-ReadOnly-1.34.post3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d86045a1d10bb518f07a4ce1f2e089af", "sha256": "ade1be315943bda33f05d0906a30e40e420262a2ed3e51eee64540b6cb02b2ac" }, "downloads": -1, "filename": "PyGithub_ReadOnly-1.34.post3-py3-none-any.whl", "has_sig": true, "md5_digest": "d86045a1d10bb518f07a4ce1f2e089af", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3120619, "upload_time": "2017-05-26T01:17:48", "url": "https://files.pythonhosted.org/packages/8c/fb/bdcb8cd3cbf9680344e6ce86e5ede63ff1310bd9012729520dc4965f8fe8/PyGithub_ReadOnly-1.34.post3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c4563f2caccca55b0c9d53e708da19f7", "sha256": "d70ddfa867a489dd5c0eccd9a17f614a730893a6a96eeb717bd876e681498955" }, "downloads": -1, "filename": "PyGithub-ReadOnly-1.34.post3.tar.gz", "has_sig": true, "md5_digest": "c4563f2caccca55b0c9d53e708da19f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2626895, "upload_time": "2017-05-26T01:18:05", "url": "https://files.pythonhosted.org/packages/a2/ef/c93c9d1b534ca8620f03b2662583c5dd918dcce43f2cdbe9c1cd793a6ffd/PyGithub-ReadOnly-1.34.post3.tar.gz" } ] }