Multi process downloader in python
Project description
This module is usefull to download files faster than usual. It split the file into parts and download each part on different process
## INSTALL
pip install mdwpy
## USAGE
>>> from mdwpy.downloader import Downloader >>> downloader = Downloader(url=url, filename=filename, usr= usr, pwd=pwd, directory=directory, progress=True) >>> downloader.run()

## LICENCE
Licence [BEERWARE](https://spdx.org/licenses/Beerware.html)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mdwpy-1.2.1.tar.gz
(1.7 kB
view details)
File details
Details for the file mdwpy-1.2.1.tar.gz.
File metadata
- Download URL: mdwpy-1.2.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.10.0 pkginfo/1.2.1 requests/2.21.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31894cbbc0b31d38c31446b1f657c9937aaa2f2dcadc71a9da9d11cd05098ebb
|
|
| MD5 |
2f6a3bef5df6095670ed1fe45096b0b1
|
|
| BLAKE2b-256 |
ba0b477f1ecea07e0158a27d0ea2b7b21e77ff6ec22ac453a629df0d7acb6f5c
|