{
"info": {
"author": "Gaurav Sahu",
"author_email": "sahu.gaurav719@googlemail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License"
],
"description": "## Github library to interact with it's public API\n\nRequirements:\n
------------------\n* [pytest](http://doc.pytest.org/en/latest/): Uses __pytest__ as the unit-testing framework. Install using pip install pytest.\n* [requests](https://pypi.python.org/pypi/requests/2.11.1): Uses __requests__ for interacting with the various api urls.\n\nHow to use:\n
--------------\n* __Load Github Profile & Public Repo details of a user__: Loading a github profile just needs a _username_ to startwith. Here is a small demo with _username_ [__demfier__](https://github.com/Demfier).
\n\nType the following commands in python shell:\n\n```python\nimport gitpub\n\nusername = 'demfier'\nprofile = gitpub.Profile()\nprofile.load_gh_profile(username) # loads profile details of `username`\nprofile.get_public_repos() # loads all the public repo details of `username`\n```\n\n* __Run Tests__: Just run the commandpy.test -v to see the test results.\n\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/demfier/gitpub",
"keywords": "github api development interact",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "gitpub",
"package_url": "https://pypi.org/project/gitpub/",
"platform": "",
"project_url": "https://pypi.org/project/gitpub/",
"project_urls": {
"Homepage": "https://github.com/demfier/gitpub"
},
"release_url": "https://pypi.org/project/gitpub/1.0/",
"requires_dist": [
"peppercorn"
],
"requires_python": "",
"summary": "a module to interact with Github's API",
"version": "1.0"
},
"last_serial": 2914154,
"releases": {
"1.0": [
{
"comment_text": "",
"digests": {
"md5": "d0db9faf4c78bffcc18fc5889b137037",
"sha256": "4383e081b105848d407ddb23e73c11bdc6429f0907838617fcf9c578c4b95c6f"
},
"downloads": -1,
"filename": "gitpub-1.0-py2-none-any.whl",
"has_sig": false,
"md5_digest": "d0db9faf4c78bffcc18fc5889b137037",
"packagetype": "bdist_wheel",
"python_version": "py2",
"requires_python": null,
"size": 6848,
"upload_time": "2017-05-31T17:48:34",
"url": "https://files.pythonhosted.org/packages/0b/d2/d889af43abeff0c1013b98c16055a9ea25ded230a80709796e66e5938b02/gitpub-1.0-py2-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "a59ea8cef3614ef58bcb5ef63538c3ad",
"sha256": "10cfbd46b96873f7b9f6274b9adb1b151d726e0170e5cac2f05ff6cd6dc5ef53"
},
"downloads": -1,
"filename": "gitpub-1.0.tar.gz",
"has_sig": false,
"md5_digest": "a59ea8cef3614ef58bcb5ef63538c3ad",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4322,
"upload_time": "2017-05-31T17:48:36",
"url": "https://files.pythonhosted.org/packages/e5/b9/275dd4163b1a6e814bdccf22925294c31eabe89685d1d01b4699dfc42364/gitpub-1.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "d0db9faf4c78bffcc18fc5889b137037",
"sha256": "4383e081b105848d407ddb23e73c11bdc6429f0907838617fcf9c578c4b95c6f"
},
"downloads": -1,
"filename": "gitpub-1.0-py2-none-any.whl",
"has_sig": false,
"md5_digest": "d0db9faf4c78bffcc18fc5889b137037",
"packagetype": "bdist_wheel",
"python_version": "py2",
"requires_python": null,
"size": 6848,
"upload_time": "2017-05-31T17:48:34",
"url": "https://files.pythonhosted.org/packages/0b/d2/d889af43abeff0c1013b98c16055a9ea25ded230a80709796e66e5938b02/gitpub-1.0-py2-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "a59ea8cef3614ef58bcb5ef63538c3ad",
"sha256": "10cfbd46b96873f7b9f6274b9adb1b151d726e0170e5cac2f05ff6cd6dc5ef53"
},
"downloads": -1,
"filename": "gitpub-1.0.tar.gz",
"has_sig": false,
"md5_digest": "a59ea8cef3614ef58bcb5ef63538c3ad",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4322,
"upload_time": "2017-05-31T17:48:36",
"url": "https://files.pythonhosted.org/packages/e5/b9/275dd4163b1a6e814bdccf22925294c31eabe89685d1d01b4699dfc42364/gitpub-1.0.tar.gz"
}
]
}