Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Intake is a lightweight package for finding, investigating, loading and disseminating data.

License

NotificationsYou must be signed in to change notification settings

intake/intake

Repository files navigation

A general python package for describing, loading and processing data

Logo

Build StatusDocumentation Status

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 atRead the Docs.

Please report issues athttps://github.com/intake/intake/issues

Install

Recommended method using conda:

conda install -c conda-forge intake

You can also install usingpip, in which case you have a choice as to how many of the optionaldependencies 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 additionaldependencies of their own.

Development

  • Create development Python environment with the required dependencies, ideally withconda.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
  • Install intake usingpip install -e .
  • Usepytest 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.

About

Intake is a lightweight package for finding, investigating, loading and disseminating data.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp