{ "info": { "author": "Chris McBride by way of Vincent Jacques", "author_email": "cmcbride@kaplan.edu", "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", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/thehighlander/PyGithub/tree/release-asset", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "KPyGithub", "package_url": "https://pypi.org/project/KPyGithub/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/KPyGithub/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/thehighlander/PyGithub/tree/release-asset" }, "release_url": "https://pypi.org/project/KPyGithub/1.32a1/", "requires_dist": null, "requires_python": null, "summary": "Slightly modified version of PyGithub while we work on a PR passing review. Added ability to interact with release assets.", "version": "1.32a1" }, "last_serial": 2623897, "releases": { "1.32a1": [ { "comment_text": "", "digests": { "md5": "4554c3cef96d5cc51e7a1bfa481fdd0e", "sha256": "1614985e32c995bb5f0f8d810d922fcaeeb934bc6fb3b380bd0ac2dd01728f61" }, "downloads": -1, "filename": "KPyGithub-1.32a1.tar.gz", "has_sig": false, "md5_digest": "4554c3cef96d5cc51e7a1bfa481fdd0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2625225, "upload_time": "2017-02-07T00:34:56", "url": "https://files.pythonhosted.org/packages/9a/30/543dc5509cc495bb196179fb2db037c949b75a902de71abf68df905342f5/KPyGithub-1.32a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4554c3cef96d5cc51e7a1bfa481fdd0e", "sha256": "1614985e32c995bb5f0f8d810d922fcaeeb934bc6fb3b380bd0ac2dd01728f61" }, "downloads": -1, "filename": "KPyGithub-1.32a1.tar.gz", "has_sig": false, "md5_digest": "4554c3cef96d5cc51e7a1bfa481fdd0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2625225, "upload_time": "2017-02-07T00:34:56", "url": "https://files.pythonhosted.org/packages/9a/30/543dc5509cc495bb196179fb2db037c949b75a902de71abf68df905342f5/KPyGithub-1.32a1.tar.gz" } ] }