Data catalog, search and load
Project description
Intake: Take 2
A general python package for describing, loading and processing data
Taking the pain out of data access and distribution
Intake is an open-source package to:
- describe your data declaratively
- gather data sets into catalogs
- search catalogs and services to find the right data you need
- load, transform and output data in many formats
- work with third party remote storage and compute platforms
Documentation is available at Read the Docs.
Please report issues at https://github.com/intake/intake/issues
Install
Recommended method using conda:
conda install -c conda-forge intake
You can also install using pip
, in which case you have a choice as to how many of the optional
dependencies you install, with the simplest having least requirements
pip install intake
Note that you may well need specific drivers and other plugins, which usually have additional dependencies of their own.
Development
- Create development Python environment with the required dependencies, ideally with
conda
. The requirements can be found in the yml files in thescripts/ci/
directory of this repo.- e.g.
conda env create -f scripts/ci/environment-py311.yml
and thenconda activate test_env
- e.g.
- Install intake using
pip install -e .
- Use
pytest
to run tests. - Create a fork on github to be able to submit PRs.
- We respect, but do not enforce, pep8 standards; all new code should be covered by tests.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
intake-2.0.4.tar.gz
(114.4 kB
view hashes)
Built Distribution
intake-2.0.4-py3-none-any.whl
(127.3 kB
view hashes)