Skip to main content

Python3 module to download files using requests.

Project description

pydownloadfile

Python3 module to download files using requests.

Installation

Install with pip

pip3 install -U pydownloadfile

Usage

In [1]: from pathlib import Path

In [2]: import pydownloadfile

In [3]: pydownloadfile.download_file(
    url="https://...",
    filepath=Path("foobar...")
    headers=None
    proxies=None
    )

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

pydownloadfile-0.5.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

pydownloadfile-0.5-py3-none-any.whl (14.6 kB view hashes)

Uploaded 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