Metadata-Version: 1.1
Name: gdown
Version: 1.0.2
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
        =====
        
        Google Drive direct download of big files
        
        
        Usage
        =====
        
        ::
        
          gdown "[URL]" -O [FILENAME]
        
        ex)
        
        ::
        
          gdown "https://drive.google.com/uc?id=0B9P1L--7Wd2vVlpzRkwzYUladms&export=download" -O hoge.txt
        
        
        Installation
        ============
        
        ::
        
          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
