{ "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/intellisense/python-github3", "keywords": null, "license": "ISC", "maintainer": null, "maintainer_email": null, "name": "pygithub3-intellisense", "package_url": "https://pypi.org/project/pygithub3-intellisense/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pygithub3-intellisense/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/intellisense/python-github3" }, "release_url": "https://pypi.org/project/pygithub3-intellisense/0.5/", "requires_dist": null, "requires_python": null, "summary": "Python wrapper for the github v3 api", "version": "0.5" }, "last_serial": 1277428, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "c645d06fc0fb1f89e60ed4db2426e6a2", "sha256": "00dfd393ed2e1fb277f05f7f10fd3c1eed9603f2b6fb7233792352c54fca9561" }, "downloads": -1, "filename": "pygithub3-intellisense-0.5.tar.gz", "has_sig": false, "md5_digest": "c645d06fc0fb1f89e60ed4db2426e6a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31727, "upload_time": "2014-10-21T06:39:57", "url": "https://files.pythonhosted.org/packages/aa/56/682cc8f8e8419494edcb4411cd1a7185168ae5ead5bcb9734bf3795b4e05/pygithub3-intellisense-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c645d06fc0fb1f89e60ed4db2426e6a2", "sha256": "00dfd393ed2e1fb277f05f7f10fd3c1eed9603f2b6fb7233792352c54fca9561" }, "downloads": -1, "filename": "pygithub3-intellisense-0.5.tar.gz", "has_sig": false, "md5_digest": "c645d06fc0fb1f89e60ed4db2426e6a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31727, "upload_time": "2014-10-21T06:39:57", "url": "https://files.pythonhosted.org/packages/aa/56/682cc8f8e8419494edcb4411cd1a7185168ae5ead5bcb9734bf3795b4e05/pygithub3-intellisense-0.5.tar.gz" } ] }