Skip to main content

Download files in an easier way

Project description

[Latest Version = 0.17]

[Installation]

$ pip install Fancy_Downloader

##[How to use]

from petit_downloader import Download
d = Download(url=url, filename="test.zip", type="serial") #verbose requeries the Fancy_Progressbar lib
d.download()

Download types available

  • basic
  • serial
  • parrarel
  • serial_parralel

Objects available

Download()
DownloadContainer()
Action(func, *args)

Update

Can now reload stopped download in order to continue it, use :

# here you load the json data from the file or your db
d:DownloadProgressSave = ...
download = from_save(d)
# this will resume your download
download.download()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

petit_downloader-0.1.7.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

petit_downloader-0.1.7-py2.py3-none-any.whl (13.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page