Metadata-Version: 1.1
Name: gdown
Version: 2.3.1
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
        
        
        Google Drive direct download of big files.
        
        
        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
        
        
        License
        -------
        This is originally created with Perl, and this is Python version Command Line Tool.
        
        ::
        
          gdown.pl
        
          by circulosmeos 04-2014.
        
          Released under GPL v3
          http://www.gnu.org/copyleft/gpl.html
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
