File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Numcodecs
2+
3+ Numcodecs is a Python package providing buffer compression and transformation
4+ codecs for use in data storage and communication applications.
5+
6+ [ ![ Docs] ( https://readthedocs.org/projects/numcodecs/badge/?version=latest )] ( https://numcodecs.readthedocs.io/en/latest/?badge=latest )
7+ [ ![ Tests] ( https://github.com/zarr-developers/numcodecs/actions/workflows/ci.yaml/badge.svg?branch=main )] ( https://github.com/zarr-developers/numcodecs/actions/workflows/ci.yaml )
8+ [ ![ Wheels] ( https://github.com/zarr-developers/numcodecs/actions/workflows/wheel.yaml/badge.svg?branch=main )] ( https://github.com/zarr-developers/numcodecs/actions/workflows/wheel.yaml )
9+ [ ![ Codecov] ( https://codecov.io/gh/zarr-developers/numcodecs/branch/main/graph/badge.svg )] ( https://codecov.io/gh/zarr-developers/numcodecs )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ name = "numcodecs"
1313description = """
1414A Python package providing buffer compression and transformation codecs \
1515for use in data storage and communication applications."""
16- readme = " README.rst "
16+ readme = " README.md "
1717dependencies = [" numpy>=1.24" , " typing_extensions" ]
1818requires-python = " >=3.11"
1919dynamic = [
You can’t perform that action at this time.
0 commit comments