{"id":16504837,"url":"https://github.com/fanchengyan/data-downloader","last_synced_at":"2025-10-14T10:40:12.956Z","repository":{"id":45602037,"uuid":"264206041","full_name":"Fanchengyan/data-downloader","owner":"Fanchengyan","description":"Make downloading scientific data much easier","archived":false,"fork":false,"pushed_at":"2024-08-13T09:41:15.000Z","size":5144,"stargazers_count":10,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T22:54:49.371Z","etag":null,"topics":["downloader","hyp3","licsar","sentinel-1"],"latest_commit_sha":null,"homepage":"https://data-downloader.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fanchengyan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-15T13:50:59.000Z","updated_at":"2024-09-23T21:02:17.000Z","dependencies_parsed_at":"2022-09-10T00:20:37.479Z","dependency_job_id":"c555d0e9-4022-4bef-92e2-62f2fbebf2c1","html_url":"https://github.com/Fanchengyan/data-downloader","commit_stats":{"total_commits":66,"total_committers":3,"mean_commits":22.0,"dds":0.3939393939393939,"last_synced_commit":"9e1c96d01a155c06d50762da6c846d2f73b29f34"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fanchengyan%2Fdata-downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fanchengyan%2Fdata-downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fanchengyan%2Fdata-downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fanchengyan%2Fdata-downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fanchengyan","download_url":"https://codeload.github.com/Fanchengyan/data-downloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244764898,"owners_count":20506726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["downloader","hyp3","licsar","sentinel-1"],"created_at":"2024-10-11T15:07:27.508Z","updated_at":"2025-10-14T10:40:07.937Z","avatar_url":"https://github.com/Fanchengyan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\r\n\u003cimg src=\"https://raw.githubusercontent.com/Fanchengyan/data-downloader/master/docs/source/_static/logo/logo.svg\" width=\"300\"\u003e\r\n\u003c/h1\u003e\u003cbr\u003e\r\n\r\n\r\n[![Downloads](https://static.pepy.tech/badge/data_downloader)](https://pepy.tech/project/data_downloader) [![PyPI](https://img.shields.io/pypi/v/data_downloader)](https://pypi.org/project/data_downloader/) [![Documentation Status](https://readthedocs.org/projects/data-downloader/badge/?version=latest)](https://data-downloader.readthedocs.io/en/latest/?badge=latest)\r\n\r\nMake downloading scientific data much easier\r\n\r\n## Introduction\r\n\r\nDataDownloader is a user-friendly package for downloading files using HTTP/HTTPS. It currently includes a `downloader` module for downloading files, a `parse_urls` module for parsing URLs, and a `services` module for managing well-known online services.\r\n\r\n## Highlight Features\r\n\r\nDataDownloader has several features to make retrieving files easy, including:\r\n\r\n* **Resumable**: You can resume aborted downloads automatically when you re-execute the code if website support resuming (status code is 216 or 416 when send a HEAD request to the server supplying a Range header)\r\n* **Asynchronous**: Can download multiple files at the same time when download a single file very slow. \r\n* **Convenient**: Provide a easy way to manage your username and password and parse urls from different sources:\r\n  * **netrc**: Provide a convenient way to manage your username and password via ``.netrc`` file, avoiding providing your login information over and over again.\r\n  * **parse_urls**: Provide various methods to parse urls from different sources. See sections :ref:`parse_urls` for more details\r\n  * **services**: Provide a convenient way to manage well-known online services, currently support: HyP3, LiCSAR, Sentinel-1 orbit. \r\n\r\n## Installation\r\n\r\nYou can install `DataDownloader` via pip from [PyPI](https://pypi.org/project/data_downloader/):\r\n\r\n```bash\r\npip install data_downloader\r\n```\r\n\r\nor you can install the latest version from [GitHub](https://github.com/Fanchengyan/data-downloader):\r\n\r\n```bash\r\npip install git+hhttps://github.com/Fanchengyan/data-downloader.git\r\n```\r\n## Usage\r\n\r\nThe detailed documentation is available at: \u003chttps://data-downloader.readthedocs.io/en/latest/\u003e. \r\n\r\n\u003e [!TIP]\r\n\u003e We provide some examples to help you get started quickly : \u003chttps://data-downloader.readthedocs.io/en/latest/Tutorials/index.html\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffanchengyan%2Fdata-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffanchengyan%2Fdata-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffanchengyan%2Fdata-downloader/lists"}