Metadata-Version: 2.1
Name: gddl
Version: 0.1.4
Summary: Download files from google drive with resuming capability.
Home-page: https://github.com/rafiibrahim8/gddl
Author: Ibrahim Rafi
Author-email: me@ibrahimrafi.me
License: MIT
Download-URL: https://github.com/rafiibrahim8/gddl/archive/v0.1.4.tar.gz
Description: [![PyPi Downloads][PyPi-downloads]][PyPi-url]
        [![PyPi Version][PyPi-version]][PyPi-url]
        [![License][License-shield]][License-url]
        
        # gddl
        #### Download files from google drive with resuming capability.
        
        # DESCRIPTION
        This program can be used for downloading files (including large files) from google drive using the command line. The program supports resuming which is lacking in most of the command line google drive downloaders. 
        # INSTALLATION
        From a command line enter the command to install gddl
        ```
        pip install gddl
        ```
        You need to have python 3 installed. gddl won't run on python 2.
        # USES
        
        ```sh
        $ gddl "https://drive.google.com/open?id=abcde12345"
        ```
        *Note: Quotes are required for some urls.*
        
        # DEPENDENCY
          - requests
          - urllib3
        
        [PyPi-downloads]: https://img.shields.io/pypi/dm/gddl
        [PyPi-url]: https://pypi.org/project/gddl/
        [License-shield]: https://img.shields.io/github/license/rafiibrahim8/gddl
        [License-url]: https://github.com/rafiibrahim8/gddl/blob/master/LICENSE
        [PyPi-version]: https://img.shields.io/pypi/v/gddl
        
Keywords: gddl,downloader,drive,google
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Utilities
Classifier: Topic :: Internet
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
