{ "info": { "author": "David Medina", "author_email": "davidmedina9@gmail.com", "bugtrack_url": null, "classifiers": [], "description": ".. image:: https://secure.travis-ci.org/copitux/python-github3.png\n\nPygithub3\n==========\n\nPygithub3 is a wrapper to the **Github API v3**,\nwritten in Python.\n\nIt has been developed with extensibility in mind, because the ``API`` is in a\nbeta state, trying to achieve a very loosly coupled software.\n\nIt should be very easy to extend to support new ``requests`` and ``resources``,\nbecause each of them are managed by itself.\n\n`Pygithub3 docs `_\n\n`Github API v3 docs `_\n\nFast install\n-------------\n::\n\n pip install pygithub3\n\nFast example\n-------------\n::\n\n from pygithub3 import Github\n\n gh = Github(login='copitux', password='password')\n\n copitux = gh.users.get()\n kennethreitz = gh.users.get('kennethreitz')\n\n copitux_repos = gh.repos.list().all()\n kennethreitz_repos = gh.repos.list('kennethreitz').all()\n\nAchievements\n-------------\n\n- The core\n- `Users service `_\n- `Repos service `_\n- `Gists service `_\n- `Git Data service `_\n- `Pull requests service `_\n- `Orgs service `_\n- `Issues service `_\n- `Events service `_\n\nTODO\n-----\n\n- Oauth authorization API (service?)\n- Proxy methods into resources (e.g copitux.followers)\n\nContribute\n-----------\n\n1. Fork the `repository `_\n2. Write a test to cover new feature or to reproduce bug\n3. Code with `pep8 `_ rules\n4. Add yourself to ``AUTHORS``\n5. Pull request it to ``develop`` branch\n\nTests\n-----\n\nRun ``make init`` to install test requirements and ``nosetests`` to run tests.", "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/Kagami/python-github3", "keywords": null, "license": "ISC", "maintainer": null, "maintainer_email": null, "name": "pygithub33", "package_url": "https://pypi.org/project/pygithub33/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pygithub33/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Kagami/python-github3" }, "release_url": "https://pypi.org/project/pygithub33/0.6.2/", "requires_dist": null, "requires_python": null, "summary": "Python wrapper for the github v3 api", "version": "0.6.2" }, "last_serial": 1483711, "releases": { "0.6.1": [ { "comment_text": "", "digests": { "md5": "d9ca5aade5b42761e8c747b11a876668", "sha256": "45ef15df6b736bfeaa0fd8430304f783b811496272f24e9e20bd007d2bcc0cd8" }, "downloads": -1, "filename": "pygithub33-0.6.1.tar.gz", "has_sig": false, "md5_digest": "d9ca5aade5b42761e8c747b11a876668", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30812, "upload_time": "2015-03-25T20:05:52", "url": "https://files.pythonhosted.org/packages/84/81/327533e8de5afa8be1b7325c21ccbf56e5a65540deb55b4204a7402578cc/pygithub33-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "2e5d2654a75fd192983fe6dfc3b34640", "sha256": "13ec223e6106b7212a25f0c1553f04e958812f6283b771b35c0e574c4e9992d7" }, "downloads": -1, "filename": "pygithub33-0.6.2.tar.gz", "has_sig": false, "md5_digest": "2e5d2654a75fd192983fe6dfc3b34640", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31011, "upload_time": "2015-03-30T19:28:37", "url": "https://files.pythonhosted.org/packages/1a/5b/2f365e0fa2b43faecb4448f2485b27821f69e79d8b670ef61e824941b5f5/pygithub33-0.6.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2e5d2654a75fd192983fe6dfc3b34640", "sha256": "13ec223e6106b7212a25f0c1553f04e958812f6283b771b35c0e574c4e9992d7" }, "downloads": -1, "filename": "pygithub33-0.6.2.tar.gz", "has_sig": false, "md5_digest": "2e5d2654a75fd192983fe6dfc3b34640", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31011, "upload_time": "2015-03-30T19:28:37", "url": "https://files.pythonhosted.org/packages/1a/5b/2f365e0fa2b43faecb4448f2485b27821f69e79d8b670ef61e824941b5f5/pygithub33-0.6.2.tar.gz" } ] }