Metadata-Version: 2.4
Name: numcodecs_wasm
Version: 0.2.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: numcodecs>=0.13.0,<0.17
Requires-Dist: numcodecs-observers~=0.1.1
Requires-Dist: numpy~=2.0
Requires-Dist: typing-extensions~=4.6
License-File: LICENSE
Summary: numcodecs compression for codecs compiled to WebAssembly
Author-email: Juniper Tyree <juniper.tyree@helsinki.fi>
Maintainer-email: Juniper Tyree <juniper.tyree@helsinki.fi>
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

[![CI Status]][workflow] [![PyPi Release]][pypi] [![Read the Docs]][rtdocs]

[CI Status]: https://img.shields.io/github/actions/workflow/status/juntyr/numcodecs-rs/ci.yml?branch=main
[workflow]: https://github.com/juntyr/numcodecs-rs/actions/workflows/ci.yml?query=branch%3Amain

[PyPi Release]: https://img.shields.io/pypi/v/numcodecs-wasm.svg
[pypi]: https://pypi.python.org/pypi/numcodecs-wasm

[Read the Docs]: https://img.shields.io/readthedocs/numcodecs-wasm?label=readthedocs
[rtdocs]: https://numcodecs-wasm.readthedocs.io/en/stable/api/numcodecs_wasm/

# numcodecs-wasm

[`numcodecs`] compression for codecs compiled to WebAssembly.

`numcodecs-wasm` provides the `WasmCodecMeta` meta class to load a codec from a WebAssembly component into a fresh Python class.

[`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-wasm` 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.

