Metadata-Version: 1.1
Name: gdown
Version: 3.0.0
Summary: Google Drive direct download of big files.
Home-page: http://github.com/wkentaro/gdown
Author: Kentaro Wada
Author-email: www.kentaro.wada@gmail.com
License: MIT
Description: gdown
        =====
        
        .. image:: https://travis-ci.org/wkentaro/gdown.svg?branch=master
            :target: https://travis-ci.org/wkentaro/gdown
        .. image:: https://badge.fury.io/py/gdown.svg
            :target: https://badge.fury.io/py/gdown
        
        
        wget for files in Google Drive.
        
        
        Usage
        -----
        
        .. code-block:: bash
        
          gdown "[URL]" -O [FILENAME]
        
        
        **Example**
        
        .. code-block:: bash
        
          gdown "https://drive.google.com/uc?id=0B9P1L--7Wd2vVlpzRkwzYUladms" -O hoge.txt
        
        
        Installation
        ------------
        
        .. code-block:: bash
        
          pip install gdown
        
Keywords: utility
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Topic :: Internet :: WWW/HTTP
