Metadata-Version: 2.4
Name: numcodecs-combinators
Version: 0.2.12
Summary: Combinator codecs for the `numcodecs` buffer compression API
License-Expression: MPL-2.0
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: numcodecs<0.17,>=0.13.0
Requires-Dist: numpy~=2.0
Requires-Dist: typing-extensions~=4.6
Requires-Dist: varint~=1.0.2
Provides-Extra: xarray
Requires-Dist: dask>=2024.6; extra == 'xarray'
Requires-Dist: xarray>=2024.06; extra == 'xarray'
Description-Content-Type: text/markdown

[![image](https://img.shields.io/github/actions/workflow/status/juntyr/numcodecs-combinators/ci.yml?branch=main)](https://github.com/juntyr/numcodecs-combinators/actions/workflows/ci.yml?query=branch%3Amain)
[![image](https://img.shields.io/pypi/v/numcodecs-combinators.svg)](https://pypi.python.org/pypi/numcodecs-combinators)
[![image](https://img.shields.io/pypi/l/numcodecs-combinators.svg)](https://github.com/juntyr/numcodecs-combinators/blob/main/LICENSE)
[![image](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fjuntyr%2Fnumcodecs-combinators%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)](https://pypi.python.org/pypi/numcodecs-combinators)
[![image](https://readthedocs.org/projects/numcodecs-combinators/badge/?version=latest)](https://numcodecs-combinators.readthedocs.io/en/latest/?badge=latest)

# numcodecs-combinators

Combinator codecs for the [`numcodecs`] buffer compression API.

The following combinators, implementing the `CodecCombinatorMixin` are provided:

- `CodecStack`: a stack of codecs
- `FramedCodecStack`: a stack of codecs that is framed with array data type and shape information
- `PickBestCodec`: pick the best codec to encode the data

[`numcodecs`]: https://numcodecs.readthedocs.io/en/stable/

## License

Licensed under the Mozilla Public License, Version 2.0 ([LICENSE](LICENSE) or https://www.mozilla.org/en-US/MPL/2.0/).


## Funding

The `numcodecs-combinators` package has been developed as part of [ESiWACE3](https://www.esiwace.eu), the third phase of the Centre of Excellence in Simulation of Weather and Climate in Europe.

Funded by the European Union. This work has received funding from the European High Performance Computing Joint Undertaking (JU) under grant agreement No 101093054.
