{ "info": { "author": "Rohit Khatri", "author_email": "developer.rohitkhatri@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "google-python-sdk\n===================\n#### Python - Google API\n\n**google-python-sdk** is a simple client for google api.\n\n## Installation\n``` \nsudo pip install google-python-sdk\n```\n\n## Using\n```python\nfrom google import API\napi = API('CLIENT_ID', 'CLIENT_SECRET', 'API_KEY', 'ACCESS_TOKEN')\n```\n\n## References https://www.googleapis.com/oauth2/v3/userinfo\n```python\nprofile = api.get_profile()\n```\n\n## References https://oauth2.googleapis.com/tokeninfo\n```python\ntokeninfo = api.get_token_info()\n```\n\n\n## Contributing\n[https://github.com/rohitkhatri/google-python-sdk](https://github.com/rohitkhatri/google-python-sdk)", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rohitkhatri/google-python-sdk", "keywords": "google data api python", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "google-python-sdk", "package_url": "https://pypi.org/project/google-python-sdk/", "platform": "", "project_url": "https://pypi.org/project/google-python-sdk/", "project_urls": { "Homepage": "https://github.com/rohitkhatri/google-python-sdk" }, "release_url": "https://pypi.org/project/google-python-sdk/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Python Google API", "version": "1.0.0" }, "last_serial": 4830649, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "77faca13b2c1bdd4438928abda9623c7", "sha256": "156ac088102f0cf1ae714b3903f69f00e81c1ab0dd32e57e9b97b28b83ac3555" }, "downloads": -1, "filename": "google-python-sdk-1.0.0.tar.gz", "has_sig": false, "md5_digest": "77faca13b2c1bdd4438928abda9623c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2771, "upload_time": "2019-02-17T06:32:43", "url": "https://files.pythonhosted.org/packages/ba/52/76ccdedab434822f3cd39e5b5a050ffd9ebf06bcfba93233706159d382e6/google-python-sdk-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "77faca13b2c1bdd4438928abda9623c7", "sha256": "156ac088102f0cf1ae714b3903f69f00e81c1ab0dd32e57e9b97b28b83ac3555" }, "downloads": -1, "filename": "google-python-sdk-1.0.0.tar.gz", "has_sig": false, "md5_digest": "77faca13b2c1bdd4438928abda9623c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2771, "upload_time": "2019-02-17T06:32:43", "url": "https://files.pythonhosted.org/packages/ba/52/76ccdedab434822f3cd39e5b5a050ffd9ebf06bcfba93233706159d382e6/google-python-sdk-1.0.0.tar.gz" } ] }