Metadata-Version: 2.1
Name: pydload
Version: 1.0.2
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
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
Requires-Dist: progressbar2
Requires-Dist: requests


# PyDload

# Installation
```
pip install pydload
```

# Usage
```
import pydload
pydload.dload('url', 'out_path')
```

# 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.


