Metadata-Version: 2.4
Name: xcube-core
Version: 1.9.1.dev3
Summary: xcube is a Python package for generating and exploiting data cubes powered by xarray, dask, and zarr. 
Author: xcube Development Team
License: MIT
Project-URL: Documentation, https://xcube.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/xcube-dev/xcube
Project-URL: Download, https://pypi.org/project/xcube-core/#files
Project-URL: Tracker, https://github.com/xcube-dev/xcube/issues
Project-URL: Release notes, https://github.com/xcube-dev/xcube/releases
Project-URL: Changelog, https://github.com/xcube-dev/xcube/blob/main/CHANGES.md
Keywords: analysis ready data,data science,datacube,xarray,zarr
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: botocore>=1.34.51
Requires-Dist: cftime>=1.6.3
Requires-Dist: click>=8.0
Requires-Dist: cmocean>=2.0
Requires-Dist: chartlets>=0.1.3
Requires-Dist: dask>=2021.6
Requires-Dist: dask-image>=0.6
Requires-Dist: deprecated>=1.2
Requires-Dist: distributed>=2021.6
Requires-Dist: fiona>=1.8
Requires-Dist: fsspec>=2021.6
Requires-Dist: gdal>=3.0
Requires-Dist: geopandas>=0.8
Requires-Dist: jdcal>=1.4
Requires-Dist: jsonschema>=3.2
Requires-Dist: mashumaro
Requires-Dist: matplotlib>=3.8.3
Requires-Dist: netcdf4>=1.5
Requires-Dist: numba>=0.52
Requires-Dist: numcodecs>=0.12.1
Requires-Dist: numpy>=1.16
Requires-Dist: pandas>=1.3
Requires-Dist: pillow>=6.0
Requires-Dist: pyjwt>=1.7
Requires-Dist: pyproj>=3.0
Requires-Dist: pyyaml>=5.4
Requires-Dist: rasterio>=1.2
Requires-Dist: requests>=2.25
Requires-Dist: rfc3339-validator>=0.1
Requires-Dist: rioxarray>=0.11
Requires-Dist: s3fs>=2021.6
Requires-Dist: setuptools>=41.0
Requires-Dist: shapely>=1.6
Requires-Dist: tabulate>=0.9
Requires-Dist: tornado>=6.0
Requires-Dist: urllib3>=1.26
Requires-Dist: xarray>=2024.7
Requires-Dist: zarr<3,>=2.11
Provides-Extra: dev
Requires-Dist: flake8>=3.7; extra == "dev"
Requires-Dist: isort>=6; extra == "dev"
Requires-Dist: moto>=4; extra == "dev"
Requires-Dist: pytest>=4.4; extra == "dev"
Requires-Dist: pytest-cov>=2.6; extra == "dev"
Requires-Dist: requests-mock>=1.8; extra == "dev"
Requires-Dist: ruff>=0.9; extra == "dev"
Requires-Dist: werkzeug; extra == "dev"
Dynamic: license-file

[![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/xcube-dev/xcube/branch/main/graph/badge.svg)](https://codecov.io/gh/xcube-dev/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).
