Metadata-Version: 2.0
Name: gdget
Version: 0.1.1
Summary: Google drive URLs downloader for command line.
Home-page: https://github.com/v1shwa/gdget
Author: Vishwa
Author-email: v1shwa@yahoo.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: googledrive cli google download
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
Requires-Dist: requests
Requires-Dist: tqdm
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'

GdGet
=====

A simple command line utility to download Google Drive public URLs
effortlessly.

Installation
~~~~~~~~~~~~

.. code:: bash

    pip install gdget

Usage
~~~~~

-  Download using google drive url

.. code:: bash

    gdget https://drive.google.com/file/d/1rcZ42siSqpLlVx2LRR_xjD7uJA8twKEa/view

-  Download using Google drive ID

.. code:: bash

    gdget 1rcZ42siSqpLlVx2LRR_xjD7uJA8twKEa

Requirements
~~~~~~~~~~~~

-  Python >=2.6 & >=3.4 (does not support 3.3)
-  requests
-  tqdm
-  pytest (optional, to run tests)

License
~~~~~~~

`The MIT License`_

.. _The MIT License: ./LICENSE

