{ "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": "# youtube-python-sdk\n===================\n#### Python - Youtube Data API v3\n\n**youtube-python** is a simple client for youtube api. It uses [Youtube Data API v3](https://developers.google.com/youtube/v3/).\n\n## Installation\n``` \nsudo pip install youtube-python\n```\n\n## Using\n```python\nfrom youtube import YouTube\napi = youtube.YouTube(api_key='')\n```\n\n## References https://developers.google.com/youtube/v3/docs/videos\n```python\nvideo = api.get('videos', id='B7FJV9KIn58')\n```\n\n## References https://developers.google.com/youtube/v3/docs/channels/list\n```python\nvideo = api.get('channels', id='UCLFZ5qAH-l_WiRd_EOzX2og')\n```\n\n\n## Contributing\n[https://github.com/rohitkhatri/youtube-python](https://github.com/rohitkhatri/youtube-python)\n\n## Youtube Data API v3\n[Youtube Data API v3 Doc](https://developers.google.com/youtube/v3/)\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/rohitkhatri/googlesheet-python-sdk", "keywords": "googlesheet data api python v4", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "googlesheet-python-sdk", "package_url": "https://pypi.org/project/googlesheet-python-sdk/", "platform": "", "project_url": "https://pypi.org/project/googlesheet-python-sdk/", "project_urls": { "Homepage": "https://github.com/rohitkhatri/googlesheet-python-sdk" }, "release_url": "https://pypi.org/project/googlesheet-python-sdk/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Google Sheet API python client", "version": "1.0.1" }, "last_serial": 3495735, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "70af53b9620ddb72f1bf0b010dd5d704", "sha256": "3580f3e6e3a8f5499f9ac30dd147290edbdd069c4bd667dd7d35a60dbd00e786" }, "downloads": -1, "filename": "googlesheet-python-sdk-1.0.0.tar.gz", "has_sig": false, "md5_digest": "70af53b9620ddb72f1bf0b010dd5d704", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3145, "upload_time": "2018-01-17T03:15:54", "url": "https://files.pythonhosted.org/packages/81/40/c4d9ef70b4a9a8716ad11d32916556252901b8a956ffb56a5e25888809b1/googlesheet-python-sdk-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "e4c48b14a90a23a105a6f1331573aa92", "sha256": "07a7be95c28f2ad2ae4e5e807d90d5e50657a025830b38ed1454eb282e5660f9" }, "downloads": -1, "filename": "googlesheet-python-sdk-1.0.1.tar.gz", "has_sig": false, "md5_digest": "e4c48b14a90a23a105a6f1331573aa92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3133, "upload_time": "2018-01-17T03:25:59", "url": "https://files.pythonhosted.org/packages/69/32/9fe93ae093774d5c5930f047d90f058ad16aba52fa3d14a030c9310580cc/googlesheet-python-sdk-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e4c48b14a90a23a105a6f1331573aa92", "sha256": "07a7be95c28f2ad2ae4e5e807d90d5e50657a025830b38ed1454eb282e5660f9" }, "downloads": -1, "filename": "googlesheet-python-sdk-1.0.1.tar.gz", "has_sig": false, "md5_digest": "e4c48b14a90a23a105a6f1331573aa92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3133, "upload_time": "2018-01-17T03:25:59", "url": "https://files.pythonhosted.org/packages/69/32/9fe93ae093774d5c5930f047d90f058ad16aba52fa3d14a030c9310580cc/googlesheet-python-sdk-1.0.1.tar.gz" } ] }