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.ymland thenconda activate test_env
- e.g.
- Install intake using
pip install -e . - Use
pytestto 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file intake-2.0.8.tar.gz.
File metadata
- Download URL: intake-2.0.8.tar.gz
- Upload date:
- Size: 122.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
731d484a002de2f659bb988f406b35037234a35c17b08776d9a5e4838ecf2769
|
|
| MD5 |
192df90cf73c1f48fc92d55e8095bb46
|
|
| BLAKE2b-256 |
30d5fae637383a97cb85cacfead6a41c777275c7eed1e3dd4b3cc5c5fef363ea
|
File details
Details for the file intake-2.0.8-py3-none-any.whl.
File metadata
- Download URL: intake-2.0.8-py3-none-any.whl
- Upload date:
- Size: 134.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6095ed5b65568cd9cd1da1fc9d3977c9b981d74264ea9eafb6964f1d508632c5
|
|
| MD5 |
36bb960a327cff53d01b00e14d9f0424
|
|
| BLAKE2b-256 |
f6ddc251b0ceb7d6019afe0ab90fe54e0d918adc9822de96f2e7c5fc1bec2c0e
|