Data catalog, search and load
Project Links
Meta
Author: Martin Durant
Requires Python: >=3.8
Classifiers
License
- OSI Approved :: MIT License
Operating System
- OS Independent
Programming Language
- Python
Development Status
- 4 - Beta
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.
Jan 14, 2025
2.0.8
Sep 04, 2024
2.0.7
Jul 16, 2024
2.0.6
Apr 24, 2024
2.0.5
Mar 19, 2024
2.0.4
Feb 26, 2024
2.0.3
Feb 08, 2024
2.0.1
Feb 02, 2024
2.0.0
Dec 04, 2023
2.0.0a2
Nov 21, 2023
2.0.0a1
May 29, 2023
0.7.0
Mar 11, 2023
0.6.8
Feb 13, 2023
0.6.7
Aug 26, 2022
0.6.6
Jan 09, 2022
0.6.5
Oct 11, 2021
0.6.4
Aug 09, 2021
0.6.3
Mar 16, 2021
0.6.2
Feb 17, 2021
0.6.1
Jun 03, 2020
0.6.0
Apr 03, 2020
0.5.5
Dec 18, 2019
0.5.4
Aug 07, 2019
0.5.3
Aug 01, 2019
0.5.2
May 21, 2019
0.5.1
Apr 26, 2019
0.5.0
Apr 08, 2019
0.4.4
Mar 12, 2019
0.4.3
Mar 04, 2019
0.4.2
Jan 24, 2019
0.4.1
Jan 24, 2019
0.4.0
Jan 24, 2019
0.3.1
Nov 26, 2018
0.3.0
Oct 30, 2018
0.2.9
Oct 30, 2018
0.2.8
Aug 29, 2018
0.2.3
May 29, 2018
0.1.3
May 25, 2018
0.1.2