
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Download remote data (HTTP, FTP, SFTP) and store locally for data pipeline.
This package was created out of the frustration that it is very difficult to download data easily with intake
.
fetch-data
is a mash-up of fsspec
and pooch
making it easy to download multiple files and store all the info, making it good for data pipeline applications.
Currently, this package is
pip install git+https://github.com/lukegre/fetch-data.git
Use the download function directly:
flist = fd.download(url)
The file will be downloaded to the current directory and will be populated with a readme file, cached file list, and logging information.
Use the catalog YAML entry
import fetch_data as fd
cat = fd.read_catalog(cat_fname)
flist = fd.download(**cat['entry_name'])
The catalog should be structured as shown below:
entry_name:
url: remote path to file/s. Can contain *
dest: where the file/s will be stored - can have optional {} placeholders that will be replaced
meta: # this will be written to the README file
doi: url to the data source
description: info about the data
citation: how to cite this dataset
placeholder: value # optional will replace values in dest
Project based on the cookiecutter science project template.
FAQs
Download remote data (HTTP, FTP, SFTP) and store locally for data pipeline
We found that fetch-data demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.