{ "info": { "author": "Vincent Jacques", "author_email": "vincent@vincent-jacques.net", "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", "Topic :: Software Development" ], "description": "This is PyGithub, but using the requests library instead of httplib.\r\n\r\n(Very short) Tutorial\r\n=====================\r\n\r\nFirst create a Github instance::\r\n\r\n from github import Github\r\n\r\n g = Github(\"user\", \"password\")\r\n\r\nThen play with your Github objects::\r\n\r\n for repo in g.get_user().get_repos():\r\n print repo.name\r\n repo.edit(has_wiki=False)\r\n\r\nYou can also create a Github instance with an OAuth token::\r\n\r\n g = Github(token)\r\n\r\nOr without authentication::\r\n\r\n g = Github()\r\n\r\nReference documentation\r\n=======================\r\n\r\nSee http://jacquev6.github.com/PyGithub", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://jacquev6.github.com/PyGithub", "keywords": "", "license": "UNKNOWN", "maintainer": "", "maintainer_email": "", "name": "PyGithub-requests", "package_url": "https://pypi.org/project/PyGithub-requests/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyGithub-requests/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://jacquev6.github.com/PyGithub" }, "release_url": "https://pypi.org/project/PyGithub-requests/1.26.0/", "requires_dist": null, "requires_python": null, "summary": "Use the full Github API v3", "version": "1.26.0" }, "last_serial": 1930388, "releases": { "1.26.0": [ { "comment_text": "", "digests": { "md5": "1efb032e65ae9ec3c85db74bf2fb3a85", "sha256": "35b17ce0b99a9ca23220ca2ddd58e7e6654bd2043f5f149d62f86a86f0048888" }, "downloads": -1, "filename": "PyGithub-requests-1.26.0.tar.gz", "has_sig": false, "md5_digest": "1efb032e65ae9ec3c85db74bf2fb3a85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2609015, "upload_time": "2016-01-29T23:52:21", "url": "https://files.pythonhosted.org/packages/c1/4b/360a43988b38e7d0232a944698f94d8400f0a1261110010e65371fb31ec6/PyGithub-requests-1.26.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1efb032e65ae9ec3c85db74bf2fb3a85", "sha256": "35b17ce0b99a9ca23220ca2ddd58e7e6654bd2043f5f149d62f86a86f0048888" }, "downloads": -1, "filename": "PyGithub-requests-1.26.0.tar.gz", "has_sig": false, "md5_digest": "1efb032e65ae9ec3c85db74bf2fb3a85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2609015, "upload_time": "2016-01-29T23:52:21", "url": "https://files.pythonhosted.org/packages/c1/4b/360a43988b38e7d0232a944698f94d8400f0a1261110010e65371fb31ec6/PyGithub-requests-1.26.0.tar.gz" } ] }