Metadata-Version: 2.1
Name: pydload
Version: 1.0.9
Summary: Simple file downloading utilty with configurable timeouts.
Home-page: https://github.com/bedapudi6788/PyDload
Author: BEDAPUDI PRANEETH
Author-email: praneethbedapudi@gmail.com
License: GPLv3
Description: 
        # PyDload      [![Downloads](https://pepy.tech/badge/pydload)](https://pepy.tech/project/pydload)
        
        # Installation
        ```
        pip install pydload
        ```
        
        Documentation at http://bpraneeth.com/docs/pydload/
        
        # Usage
        ```python
        # As a python module
        import pydload
        pydload.dload('url')
        ```
        
        ```bash
        # As a cli tool
        pydload url_to_download
        ```
        
        # Optional Params
        
        max_time - default:30sec. If download takes more than max_time stop download.
        
        timeout - default:10sec. Requests timeout. Max time allowed for establishing connection.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.5.0
Description-Content-Type: text/markdown
