Metadata-Version: 2.1
Name: xcube-core
Version: 1.6.0.dev0
Summary: xcube is a Python package for generating and exploiting data cubes powered by xarray, dask, and zarr.
Author: xcube Development Team
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE

[![Build Status](https://ci.appveyor.com/api/projects/status/h4m43pwga7pjoftl/branch/main?svg=true)](https://ci.appveyor.com/project/bcdev/xcube)
[![codecov](https://codecov.io/gh/dcs4cop/xcube/branch/main/graph/badge.svg)](https://codecov.io/gh/dcs4cop/xcube)
[![Documentation Status](https://readthedocs.org/projects/xcube/badge/?version=latest)](https://xcube.readthedocs.io/en/latest/?badge=latest)
[![PyPI Version](https://img.shields.io/pypi/v/xcube-core)](https://pypi.org/project/xcube-core/)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/xcube/badges/version.svg)](https://anaconda.org/conda-forge/xcube)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/xcube/badges/license.svg)](https://anaconda.org/conda-forge/xcube)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

xcube is a Python toolkit for managing geospatial data cubes.

It is based on popular data science packages such as 
[xarray](http://xarray.pydata.org/), [Zarr](https://zarr.readthedocs.io/), and [Dask](https://dask.org/).

Find out more in the [xcube Documentation](https://xcube.readthedocs.io).
