{ "info": { "author": "Kentaro Wada", "author_email": "www.kentaro.wada@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython" ], "description": "

\n gdown\n

\n\n

\n Download a large file from Google Drive.\n

\n\n
\n \n \n \n
\n\n
\n \n \n
\n\n
\n\n\n## Description\n\nDownload a large file from Google Drive. \nIf you use curl/wget, it fails with a large file because of\nthe security warning from Google Drive.\n\n\n## Installation\n\n```bash\npip install gdown\n```\n\n\n## Usage\n\n### From Command Line\n\n```bash\n$ # gdown [-h] [-V] [-O OUTPUT] [-q] [--id] url_or_id\n\n$ # a large file (~400MB)\n$ gdown https://drive.google.com/uc?id=0B_NiLAzvehC9R2stRmQyM3ZiVjQ\n$ # gdown --id 0B_NiLAzvehC9R2stRmQyM3ZiVjQ\n$ md5sum pose_estimation_2d_chainermodel.pkl\n587933c2c0adf335ebed0486c183541f\n\n$ # a small file\n$ gdown https://drive.google.com/uc?id=0B9P1L--7Wd2vU3VUVlFnbTgtS2c\n$ cat spam.txt\nspam\n\n$ # as an alternative to curl/wget\n$ gdown https://httpbin.org/ip -O ip.json\n$ cat ip.json\n{\n \"origin\": \"126.169.213.247\"\n}\n\n$ # write stdout and pipe to extract\n$ gdown https://drive.google.com/uc?id=0B9P1L--7Wd2vNm9zMTJWOGxobkU -O - --quiet | tar zxvf -\n$ ls 20150428_collected_images/\n\n$ # it can handle urls created from [Share] -> [Copy Url] on Google Drive\n$ gdown 'https://drive.google.com/a/jsk.imi.i.u-tokyo.ac.jp/uc?id=0B_NiLAzvehC9R2stRmQyM3ZiVjQ'\n```\n\n### From Python\n\n```python\nimport gdown\n\nurl = 'https://drive.google.com/uc?id=0B9P1L--7Wd2vU3VUVlFnbTgtS2c'\noutput = 'spam.txt'\ngdown.download(url, output, quiet=False)\n```\n\n\n## License\n\nSee [LICENSE](https://github.com/wkentaro/gdown/blob/master/LICENSE).", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/wkentaro/gdown", "keywords": "Data Download", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "gdown", "package_url": "https://pypi.org/project/gdown/", "platform": "", "project_url": "https://pypi.org/project/gdown/", "project_urls": { "Homepage": "http://github.com/wkentaro/gdown" }, "release_url": "https://pypi.org/project/gdown/3.8.3/", "requires_dist": null, "requires_python": "", "summary": "Google Drive direct download of big files.", "version": "3.8.3" }, "last_serial": 5767498, "releases": { "1.0.0": [], "1.0.1": [ { "comment_text": "", "digests": { "md5": "53352e84d13819893f75142772151365", "sha256": "205bc778717d56d755d74a4aa3402ddf78757633f1a249c429f9b0a2fc61b494" }, "downloads": -1, "filename": "gdown-1.0.1.tar.gz", "has_sig": false, "md5_digest": "53352e84d13819893f75142772151365", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2252, "upload_time": "2015-10-17T03:27:47", "url": "https://files.pythonhosted.org/packages/ce/ce/d21c8cb62e3b13a4b0ff85fcffa10bc873ecfd47a68b3610a6d7b5a1f662/gdown-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "f35d4d9f5426860af2571b5e5ec92078", "sha256": "164b5b59576caecc6fd141592e1512dac503a27b08afd333d3f3c94033e3d839" }, "downloads": -1, "filename": "gdown-1.0.2.tar.gz", "has_sig": false, "md5_digest": "f35d4d9f5426860af2571b5e5ec92078", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2311, "upload_time": "2015-12-16T10:57:48", "url": "https://files.pythonhosted.org/packages/07/ec/f5275b86e82882f7724b3828b7f44de30573cf8eb8f9e72e294a1491fd12/gdown-1.0.2.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "1e224a06a6aba8013eb744e6a2827015", "sha256": "5281094c6c976304361de621ac858ad6317820fab8db0837128235722035ac82" }, "downloads": -1, "filename": "gdown-2.0.0.tar.gz", "has_sig": false, "md5_digest": "1e224a06a6aba8013eb744e6a2827015", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2530, "upload_time": "2016-05-01T19:22:41", "url": "https://files.pythonhosted.org/packages/f9/14/1ae4157af24f2dad0bb06dae697991f581f40ad0471b91b8b6c890b2a44f/gdown-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "c2deada16c839f979e0c909168f8c03d", "sha256": "67ebe40fca219811095bf6f115a4ba2b8164f198d1689fd401c930b0e0ca32c4" }, "downloads": -1, "filename": "gdown-2.0.1.tar.gz", "has_sig": false, "md5_digest": "c2deada16c839f979e0c909168f8c03d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2861, "upload_time": "2016-05-31T10:44:47", "url": "https://files.pythonhosted.org/packages/a8/71/864b2f423b113e9fc64811911433c305eefa024f80ca8caa16038894d110/gdown-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "4a6689ded61a71c3ec4e986458983ba5", "sha256": "bfe1bd9b31095ec66c33d94be80e29c76d334063705c975ce75fe088390ef968" }, "downloads": -1, "filename": "gdown-2.0.2.tar.gz", "has_sig": false, "md5_digest": "4a6689ded61a71c3ec4e986458983ba5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2873, "upload_time": "2016-05-31T11:35:04", "url": "https://files.pythonhosted.org/packages/ee/05/b62c5ef83b0915912c143451db7f56c69502251689dc1ad8fb129277de05/gdown-2.0.2.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "811318f65811c239b8b8941ccd603684", "sha256": "14f05013b55d4d0d9c4e4d9eebe94a2279a3f1d2a48de38877509c6df32c8798" }, "downloads": -1, "filename": "gdown-2.1.0.tar.gz", "has_sig": false, "md5_digest": "811318f65811c239b8b8941ccd603684", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2768, "upload_time": "2016-06-02T07:43:41", "url": "https://files.pythonhosted.org/packages/37/ee/7dd8635fd1caa33ac65dafd3532031a22b0d0a1a3e2099de600e0b2060d2/gdown-2.1.0.tar.gz" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "a2e80febaf70795c7cf9401c20dd96b0", "sha256": "761f287e08f41d3a9dc1d9fed42c1953c7c8326ce6c5a61515c80b4eae9ba086" }, "downloads": -1, "filename": "gdown-2.1.1.tar.gz", "has_sig": false, "md5_digest": "a2e80febaf70795c7cf9401c20dd96b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3072, "upload_time": "2016-06-02T08:17:44", "url": "https://files.pythonhosted.org/packages/da/ad/fef7e72bcc96df7287350bcb556524d4e1a0223ab421460bd2476ccfb488/gdown-2.1.1.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "a2846d96ef1f9765e13cf3f4a007dd99", "sha256": "f02c7dbad30b0082b0f16daa7eed4967f862954061d10fe8b4ca74a92ff02b88" }, "downloads": -1, "filename": "gdown-2.2.0.tar.gz", "has_sig": false, "md5_digest": "a2846d96ef1f9765e13cf3f4a007dd99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3151, "upload_time": "2016-06-02T08:27:10", "url": "https://files.pythonhosted.org/packages/a5/25/d27befe1374877af03a0559f7648821d17117453ff438190307c01d14c18/gdown-2.2.0.tar.gz" } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "e707990f4f9318e742e5af9e80c0da6e", "sha256": "9a469a181f05cc5d943aadf24299fd011157c0f0c3fb3fa54854c7473adb9554" }, "downloads": -1, "filename": "gdown-2.3.0.tar.gz", "has_sig": false, "md5_digest": "e707990f4f9318e742e5af9e80c0da6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2851, "upload_time": "2016-11-15T06:57:16", "url": "https://files.pythonhosted.org/packages/cb/e3/e445d937a3ea7169a0d4485faa67c1addc4476787b1d57bb3d7e7464fba1/gdown-2.3.0.tar.gz" } ], "2.3.1": [ { "comment_text": "", "digests": { "md5": "2798d485a8c37493d8cc35fb58911120", "sha256": "d1baf8ca1b7c07ee8ef59366851f172b918b6f293e0f9349c86680ea9eb2603f" }, "downloads": -1, "filename": "gdown-2.3.1.tar.gz", "has_sig": false, "md5_digest": "2798d485a8c37493d8cc35fb58911120", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2891, "upload_time": "2016-11-15T15:56:02", "url": "https://files.pythonhosted.org/packages/5c/99/e532c63a459dacdfd4b4a7dd4d9d70e81c3235ef0030da05fc4f5a1dbc40/gdown-2.3.1.tar.gz" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "e8495ede1117ef823376ff03d6b788ef", "sha256": "94ee9b1789dc1a015a8a224a34bf562bc958d12a530c4f10c6f6b688e0289bb9" }, "downloads": -1, "filename": "gdown-3.0.0.tar.gz", "has_sig": false, "md5_digest": "e8495ede1117ef823376ff03d6b788ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2683, "upload_time": "2016-11-15T19:57:14", "url": "https://files.pythonhosted.org/packages/48/83/81017a9fdb138e86eadde0fcf67eca2d0cda31cc58a99147da5fdc91d246/gdown-3.0.0.tar.gz" } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "4a8d912b21a22699a1778a4da61a2e2a", "sha256": "e304d04c5db03c0e7baa448cba21750deb3336bce92e2f30417b7c4f8368383b" }, "downloads": -1, "filename": "gdown-3.1.0.tar.gz", "has_sig": false, "md5_digest": "4a8d912b21a22699a1778a4da61a2e2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2799, "upload_time": "2016-11-15T20:58:29", "url": "https://files.pythonhosted.org/packages/2d/a1/c5b69c429163359656b150dfbc80db3f84551e2c03388bee9fe0765b8e83/gdown-3.1.0.tar.gz" } ], "3.2.0": [ { "comment_text": "", "digests": { "md5": "206d7d83137e26319474371b4a072399", "sha256": "3e98f90074714065d8aa0a5013fec794592d68e90700bb35118e46d50c18b50c" }, "downloads": -1, "filename": "gdown-3.2.0.tar.gz", "has_sig": false, "md5_digest": "206d7d83137e26319474371b4a072399", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2867, "upload_time": "2016-11-15T21:12:03", "url": "https://files.pythonhosted.org/packages/15/be/241ec0e3b63f748dd75fc76026c0351b87cdf5065de66b1b795d3030c548/gdown-3.2.0.tar.gz" } ], "3.2.1": [ { "comment_text": "", "digests": { "md5": "d676078e42a91343e660e428cf92243f", "sha256": "2e7a5afb5933c60bbd21731ebf1cd2415de3d78f6952cfd235bc86e8df07b087" }, "downloads": -1, "filename": "gdown-3.2.1.tar.gz", "has_sig": false, "md5_digest": "d676078e42a91343e660e428cf92243f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2882, "upload_time": "2016-11-15T21:22:18", "url": "https://files.pythonhosted.org/packages/bf/b9/0992629da74c5eea91041e66f9b699bc7c6fd38e36816d0ba86a5d89ee74/gdown-3.2.1.tar.gz" } ], "3.2.2": [ { "comment_text": "", "digests": { "md5": "7ffb774da1e4b35d4592d89d835d19d8", "sha256": "56293ad9f5eaecf1e392b6d226b57aae449ca1eceb010f8a4895f2485822b3e0" }, "downloads": -1, "filename": "gdown-3.2.2.tar.gz", "has_sig": false, "md5_digest": "7ffb774da1e4b35d4592d89d835d19d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2877, "upload_time": "2016-11-15T21:46:03", "url": "https://files.pythonhosted.org/packages/8b/b7/0a2dfc96c5dcf1907fc6374e3ca91f8612d7b0177d0566cc9ad580236b98/gdown-3.2.2.tar.gz" } ], "3.2.3": [ { "comment_text": "", "digests": { "md5": "fe38b285aa75db31b9658bd5ff25410f", "sha256": "7d9a7e066f5eb6e55bdee23fa950253e65b5a1d840291de8b00896feb83d2ec0" }, "downloads": -1, "filename": "gdown-3.2.3.tar.gz", "has_sig": false, "md5_digest": "fe38b285aa75db31b9658bd5ff25410f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2877, "upload_time": "2016-11-15T21:49:39", "url": "https://files.pythonhosted.org/packages/3f/df/648f90aefc51554ae69e44f909f14ee007f20efb7c2daaa03dd7bda5b112/gdown-3.2.3.tar.gz" } ], "3.2.4": [ { "comment_text": "", "digests": { "md5": "29f2026e74c9fc79c0465700ef4e4811", "sha256": "ba0e2b6ed2efaeb75ffc3e2b0c26bda2db2c4a2e7af3abd53e86e5eab9e4dcdc" }, "downloads": -1, "filename": "gdown-3.2.4.tar.gz", "has_sig": false, "md5_digest": "29f2026e74c9fc79c0465700ef4e4811", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2948, "upload_time": "2016-11-22T09:16:56", "url": "https://files.pythonhosted.org/packages/5e/57/3614c25028295b58cdc6c1a128805dd36b077c36fb70550198e556458318/gdown-3.2.4.tar.gz" } ], "3.2.5": [ { "comment_text": "", "digests": { "md5": "418567a825d68366adf42f3de542c405", "sha256": "1879e956f564315792be5e473f8cd3cfb382cba77771781e8e57f27ab1c663ac" }, "downloads": -1, "filename": "gdown-3.2.5.tar.gz", "has_sig": false, "md5_digest": "418567a825d68366adf42f3de542c405", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3054, "upload_time": "2017-05-08T18:10:30", "url": "https://files.pythonhosted.org/packages/a4/3b/906a33b363287c857704f9b886f46d81175a1c0671da0186da0ee1308122/gdown-3.2.5.tar.gz" } ], "3.3.0": [ { "comment_text": "", "digests": { "md5": "f0557c425e9caf27b920a7207128648d", "sha256": "e7c19a762ed04e6631867f3dcb0999bfe090f54154eab2aa33c656e2d1c8199a" }, "downloads": -1, "filename": "gdown-3.3.0.tar.gz", "has_sig": false, "md5_digest": "f0557c425e9caf27b920a7207128648d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3063, "upload_time": "2017-08-03T22:55:27", "url": "https://files.pythonhosted.org/packages/39/12/34e863a47d8dff7a8feae0cc7383b5afe8039cdc08324b6434c9b587a1ba/gdown-3.3.0.tar.gz" } ], "3.3.1": [ { "comment_text": "", "digests": { "md5": "e53c9da9706a54b89c5ef31df7bf6b82", "sha256": "6f1a13875e291df410f645ab30662802d653de3a1b7d4ea2a558e3fb99945124" }, "downloads": -1, "filename": "gdown-3.3.1.tar.gz", "has_sig": false, "md5_digest": "e53c9da9706a54b89c5ef31df7bf6b82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3053, "upload_time": "2017-08-05T20:35:59", "url": "https://files.pythonhosted.org/packages/29/20/7533893e7790b5bf91828065f0bd0bc027b42d63043d16bb2a08fadb9bd0/gdown-3.3.1.tar.gz" } ], "3.3.2": [ { "comment_text": "", "digests": { "md5": "fa8807f8384c2578815596fad4550429", "sha256": "b4b9c096566dee2e0300d9991f8ead3f3c7583892e714edd715ce22d61092971" }, "downloads": -1, "filename": "gdown-3.3.2.tar.gz", "has_sig": false, "md5_digest": "fa8807f8384c2578815596fad4550429", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3105, "upload_time": "2017-08-07T08:40:53", "url": "https://files.pythonhosted.org/packages/d6/a0/5b22ba1e37c5f59bef25830f7ba33cf0e0760deccfaf6032defcfd6f0446/gdown-3.3.2.tar.gz" } ], "3.4.0": [ { "comment_text": "", "digests": { "md5": "2e47ef16bf88593c6f7613ced3da570c", "sha256": "d979498b4a8d298ec0181cf7526599390d13e3a1b6bac41c81b3b7121e0ca13b" }, "downloads": -1, "filename": "gdown-3.4.0.tar.gz", "has_sig": false, "md5_digest": "2e47ef16bf88593c6f7613ced3da570c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3208, "upload_time": "2017-12-22T16:30:12", "url": "https://files.pythonhosted.org/packages/bc/dd/bf65a3390982648770d3a566f3273aed051ea7497441b3ea418a6bdf06b5/gdown-3.4.0.tar.gz" } ], "3.4.1": [ { "comment_text": "", "digests": { "md5": "9dc5ddd26009d42c9a6971c407a4fa8f", "sha256": "ca15464c221434b34dbde319d41756e9451bb742fb9587ba18129c667138dcf1" }, "downloads": -1, "filename": "gdown-3.4.1.tar.gz", "has_sig": false, "md5_digest": "9dc5ddd26009d42c9a6971c407a4fa8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3238, "upload_time": "2017-12-22T16:35:57", "url": "https://files.pythonhosted.org/packages/08/49/3c887178ea9eb290643df6a2c84b1a0df3c4248aeaab7c8f6f61bf8b0e75/gdown-3.4.1.tar.gz" } ], "3.4.2": [ { "comment_text": "", "digests": { "md5": "95f6d46daf472bc9041a929a0d544515", "sha256": "a5c1eebdb6156cf1d4783f42ff761b4b608e2b4167ffe9ae076e94ec6ec5d58d" }, "downloads": -1, "filename": "gdown-3.4.2.tar.gz", "has_sig": false, "md5_digest": "95f6d46daf472bc9041a929a0d544515", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3301, "upload_time": "2017-12-27T08:46:45", "url": "https://files.pythonhosted.org/packages/32/a3/3c680c3afa9942a59b1d0bfca1e0f8864f6b0b4d72671dcbbc5d476a84e0/gdown-3.4.2.tar.gz" } ], "3.4.3": [ { "comment_text": "", "digests": { "md5": "cfc7e08ded10b145c31d79c92356e254", "sha256": "facd7243a4df9006dbd30de19056750158a4cd784cf365548fa58246f1765d5f" }, "downloads": -1, "filename": "gdown-3.4.3.tar.gz", "has_sig": false, "md5_digest": "cfc7e08ded10b145c31d79c92356e254", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3291, "upload_time": "2017-12-27T11:14:41", "url": "https://files.pythonhosted.org/packages/98/8d/291d57355e542f54e256a3117429dba72849fdbc947e60658e2e31b99c1f/gdown-3.4.3.tar.gz" } ], "3.4.4": [ { "comment_text": "", "digests": { "md5": "010b730d4becb512e37bd070f17dd610", "sha256": "201c2ad8caaf49ef1887a410564186e5916b09618c03030e56db7932c7fe2735" }, "downloads": -1, "filename": "gdown-3.4.4.tar.gz", "has_sig": false, "md5_digest": "010b730d4becb512e37bd070f17dd610", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3412, "upload_time": "2018-02-21T12:42:17", "url": "https://files.pythonhosted.org/packages/9e/d3/4b4ce376993b3c3ec40122bd2640852508412d67f2fdff6b29d5e03ba01f/gdown-3.4.4.tar.gz" } ], "3.4.5": [ { "comment_text": "", "digests": { "md5": "a448a5be39c02b086f20fa9d20719ec7", "sha256": "786a8fa420664f022582c27114cdcf537cea1373af6fda4b3b064c52f5bde7d9" }, "downloads": -1, "filename": "gdown-3.4.5.tar.gz", "has_sig": false, "md5_digest": "a448a5be39c02b086f20fa9d20719ec7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3406, "upload_time": "2018-02-21T12:47:55", "url": "https://files.pythonhosted.org/packages/c2/f1/5c80d141426f3dd4eb8018fa9d3e2e5581ee56f3e4c78f46a025e5b5f512/gdown-3.4.5.tar.gz" } ], "3.4.6": [ { "comment_text": "", "digests": { "md5": "4391e604d6b952c8535660509718e160", "sha256": "58a8007c0effa8f61cc9990e2e36df0d86b5fbed60c0c61656fe99cdb26575db" }, "downloads": -1, "filename": "gdown-3.4.6.tar.gz", "has_sig": false, "md5_digest": "4391e604d6b952c8535660509718e160", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3592, "upload_time": "2018-03-23T11:43:48", "url": "https://files.pythonhosted.org/packages/07/4a/1168e62fccad9b6ce542f0627997c76a6020465a59947b33e4b29d91c83f/gdown-3.4.6.tar.gz" } ], "3.5.0": [ { "comment_text": "", "digests": { "md5": "e9aaa0a43df91373e42aaea7f2617fe4", "sha256": "f46319b1b8366439c5e3fb3a3979495d2900b2d50595cf58520802d5e39afea5" }, "downloads": -1, "filename": "gdown-3.5.0.tar.gz", "has_sig": false, "md5_digest": "e9aaa0a43df91373e42aaea7f2617fe4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3725, "upload_time": "2018-06-05T04:24:11", "url": "https://files.pythonhosted.org/packages/e5/74/5d03afabe2d4c15387c12075d076992c23af28041910a9b73d87e5a27de1/gdown-3.5.0.tar.gz" } ], "3.6.0": [ { "comment_text": "", "digests": { "md5": "ec1d03026fc55f389cc33757f2f95da8", "sha256": "ce7dda4bbb59f77f1af2d3dc70533557edf339ce3db0bd778ecf0f34e78d59e0" }, "downloads": -1, "filename": "gdown-3.6.0.tar.gz", "has_sig": false, "md5_digest": "ec1d03026fc55f389cc33757f2f95da8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4462, "upload_time": "2018-10-23T16:51:42", "url": "https://files.pythonhosted.org/packages/12/33/e9f21d0b3f85804ca570d124fb7a80c12a99948ff495cf54dfb72f18bf9e/gdown-3.6.0.tar.gz" } ], "3.6.1": [ { "comment_text": "", "digests": { "md5": "5c4d19f3f41cb82915a1d9932c59f7bb", "sha256": "b3dbe74e100b08aabe1b8b32a2b09d193f85bbeea2ebb312fed850bc7b9ca578" }, "downloads": -1, "filename": "gdown-3.6.1.tar.gz", "has_sig": false, "md5_digest": "5c4d19f3f41cb82915a1d9932c59f7bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4550, "upload_time": "2018-12-21T14:23:53", "url": "https://files.pythonhosted.org/packages/e6/d0/fc966aecffe7100792b0ad2b498c4923a26a59442056cf5338f3eb03ae10/gdown-3.6.1.tar.gz" } ], "3.6.2": [ { "comment_text": "", "digests": { "md5": "434d2bafa5bea4be572bcfdbca6ab6b1", "sha256": "b22836fbd5b7ea800e514dd39b010a6f5fb4c6dad5dd9ca19c29127337f0c8f0" }, "downloads": -1, "filename": "gdown-3.6.2.tar.gz", "has_sig": false, "md5_digest": "434d2bafa5bea4be572bcfdbca6ab6b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4604, "upload_time": "2019-01-02T14:38:32", "url": "https://files.pythonhosted.org/packages/77/a8/bafb5e06c1d413bff0c51be652a0997f042a586806bb821c759cec557207/gdown-3.6.2.tar.gz" } ], "3.6.3": [ { "comment_text": "", "digests": { "md5": "647fe58094f1fddf0769106a193592fe", "sha256": "18751a9ef55f91d7257978ab92934f375c510045d7652e04b76741fb15c63522" }, "downloads": -1, "filename": "gdown-3.6.3.tar.gz", "has_sig": false, "md5_digest": "647fe58094f1fddf0769106a193592fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5126, "upload_time": "2019-01-02T15:44:23", "url": "https://files.pythonhosted.org/packages/27/1f/157b75253e233013dd42b0ae8649c5d1a734d76c817db5e97ce37b5e5a02/gdown-3.6.3.tar.gz" } ], "3.6.4": [ { "comment_text": "", "digests": { "md5": "bc1aabf976306b2b8d0faa06acdbee8a", "sha256": "d050bff567f6dc2bc29ddbd916bd2d8fddab2047051c57ea4e63382e798b2ec4" }, "downloads": -1, "filename": "gdown-3.6.4.tar.gz", "has_sig": false, "md5_digest": "bc1aabf976306b2b8d0faa06acdbee8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5156, "upload_time": "2019-01-02T15:45:05", "url": "https://files.pythonhosted.org/packages/7d/c4/8f4ae8ce7d18bfd51d41a65314efcd65597ae5401accd1f6bd4be5ab4cc1/gdown-3.6.4.tar.gz" } ], "3.7.0": [ { "comment_text": "", "digests": { "md5": "1572c54c0a9177e167e192910631bdd3", "sha256": "67d6ebb9cdd4286b11ce5399bef46f070f2f0a4deb87237111322f780672da38" }, "downloads": -1, "filename": "gdown-3.7.0.tar.gz", "has_sig": false, "md5_digest": "1572c54c0a9177e167e192910631bdd3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6262, "upload_time": "2019-01-15T20:57:54", "url": "https://files.pythonhosted.org/packages/8f/31/5aed03de10301e2eaae735c7a850aeabf425dd86b0c827f0e5aeac25baba/gdown-3.7.0.tar.gz" } ], "3.7.1": [ { "comment_text": "", "digests": { "md5": "27eea1fa985edd25709e4b544099cefb", "sha256": "ba10694327ac86ed0eef433a0f88c0d2e828154886305bf2893c39a83412dbdd" }, "downloads": -1, "filename": "gdown-3.7.1.tar.gz", "has_sig": false, "md5_digest": "27eea1fa985edd25709e4b544099cefb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6324, "upload_time": "2019-01-16T12:39:54", "url": "https://files.pythonhosted.org/packages/d5/b8/4e8e43730e2e5c92457ebb29c342859fd4b48535d873781e919a03656a19/gdown-3.7.1.tar.gz" } ], "3.7.3": [ { "comment_text": "", "digests": { "md5": "811599937bbb2a7bf5e3d2177a181f8d", "sha256": "9fd992b68dbdacc85af6f70fc96304134f4d4e7a8cbed006fb618106dd5fb1d6" }, "downloads": -1, "filename": "gdown-3.7.3.tar.gz", "has_sig": false, "md5_digest": "811599937bbb2a7bf5e3d2177a181f8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6354, "upload_time": "2019-01-29T23:50:41", "url": "https://files.pythonhosted.org/packages/bb/8c/05b20e48185aa915e56f933482063397538fa0db1d9e4b10e9c91508afad/gdown-3.7.3.tar.gz" } ], "3.7.4": [ { "comment_text": "", "digests": { "md5": "a3132ceee7fb0475ac119a1553356b79", "sha256": "374e4a1cd563c1933022b95bd2a3f9f43793fcd8711ab534249ef73915ad28a3" }, "downloads": -1, "filename": "gdown-3.7.4.tar.gz", "has_sig": false, "md5_digest": "a3132ceee7fb0475ac119a1553356b79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6303, "upload_time": "2019-03-01T12:11:33", "url": "https://files.pythonhosted.org/packages/87/fa/f6b4c5728f9828aa4b41b164125b505281bc428e6b13a05d2b210f7162e7/gdown-3.7.4.tar.gz" } ], "3.8.0": [ { "comment_text": "", "digests": { "md5": "441b9dcec714961c3daed06388aa33c1", "sha256": "b933f96c1359e974dce7f04d72f1681a5cbd6c4915baf6f8b557ac9a60eace25" }, "downloads": -1, "filename": "gdown-3.8.0.tar.gz", "has_sig": false, "md5_digest": "441b9dcec714961c3daed06388aa33c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6473, "upload_time": "2019-03-17T13:39:42", "url": "https://files.pythonhosted.org/packages/95/69/0f3bb0c7b8644b81e54ced4d8aa598785eb85d8489c2258aa1043864d6e7/gdown-3.8.0.tar.gz" } ], "3.8.1": [ { "comment_text": "", "digests": { "md5": "59c6438548e9e6a1fc4eb88240344056", "sha256": "286fff6587f855c0b883180e3caf99c9238d34d7fd9b003b4514c40383b95848" }, "downloads": -1, "filename": "gdown-3.8.1.tar.gz", "has_sig": false, "md5_digest": "59c6438548e9e6a1fc4eb88240344056", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6502, "upload_time": "2019-03-17T13:45:54", "url": "https://files.pythonhosted.org/packages/4a/9d/c4a15162a96309a2b8eca1b072de7dd0bda1bb3e6c9095905c7053002559/gdown-3.8.1.tar.gz" } ], "3.8.2": [ { "comment_text": "", "digests": { "md5": "fbd1f30f66f85a94e5df907acc741389", "sha256": "b114678dad862a0d0cc87d916ad4e602f1c3e4db083c502092da682b16441c90" }, "downloads": -1, "filename": "gdown-3.8.2.tar.gz", "has_sig": false, "md5_digest": "fbd1f30f66f85a94e5df907acc741389", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6139, "upload_time": "2019-08-28T03:46:03", "url": "https://files.pythonhosted.org/packages/48/ea/9a271c4bdf49866369725f8e96042ee1bf2df43686b71f1fe9b3584303cb/gdown-3.8.2.tar.gz" } ], "3.8.3": [ { "comment_text": "", "digests": { "md5": "0a0ca9b983bc11ab4a52c8ae1efac8d7", "sha256": "2e7788a49237cf7a42be6d734a49867ed9360c8785e6d1d99091200165194905" }, "downloads": -1, "filename": "gdown-3.8.3.tar.gz", "has_sig": false, "md5_digest": "0a0ca9b983bc11ab4a52c8ae1efac8d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7274, "upload_time": "2019-09-01T16:49:09", "url": "https://files.pythonhosted.org/packages/b0/b4/a8e9d0b02bca6aa53087001abf064cc9992bda11bd6840875b8098d93573/gdown-3.8.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0a0ca9b983bc11ab4a52c8ae1efac8d7", "sha256": "2e7788a49237cf7a42be6d734a49867ed9360c8785e6d1d99091200165194905" }, "downloads": -1, "filename": "gdown-3.8.3.tar.gz", "has_sig": false, "md5_digest": "0a0ca9b983bc11ab4a52c8ae1efac8d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7274, "upload_time": "2019-09-01T16:49:09", "url": "https://files.pythonhosted.org/packages/b0/b4/a8e9d0b02bca6aa53087001abf064cc9992bda11bd6840875b8098d93573/gdown-3.8.3.tar.gz" } ] }