Name: | python3-requests-download |
---|---|
Version: | 0.1.2 |
Release: | 7.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 11940 |
License: | MIT |
RPM: | python3-requests-download-0.1.2-7.el9.noarch.rpm |
Source RPM: | python-requests-download-0.1.2-7.el9.src.rpm |
Build Date: | Thu Jun 16 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://www.github.com/takluyver/requests_download |
Summary: | Download files using requests and save them to a target path |
Description: | A convenient function to download to a file using requests. Basic usage: url = "https://github.com/takluyver/requests_download/archive/master.zip" download(url, "requests_download.zip") An optional headers= parameter is passed through to requests. |