@@ -18,15 +18,19 @@ Zarr-Python
1818
1919**Version **: |version |
2020
21- Zarr is a storage format for chunked, compressed, N-dimensional arrays based on an open-source specification. Highlights include:
21+ **Useful links **:
22+ `Source Repository <https://github.com/zarr-developers/zarr-python>`_ |
23+ `Issue Tracker <https://github.com/zarr-developers/zarr-python/issues>`_ |
24+ `Zulip Chat <https://ossci.zulipchat.com/ >`_ |
25+ `Zarr specifications <https://zarr-specs.readthedocs.io >`_
26+
27+ Zarr-Python is a Python library for reading and writing Zarr groups and arrays. Highlights include:
2228
23- * Create N-dimensional arrays with any NumPy dtype.
24- * Chunk arrays along any dimension.
25- * Compress and/or filter chunks using any NumCodecs _ codec.
26- * Store arrays in memory, on disk, inside a Zip file, on S3, ...
27- * Read an array concurrently from multiple threads or processes.
28- * Write to an array concurrently from multiple threads or processes.
29- * Organize arrays into hierarchies via groups.
29+ * Specification support for both Zarr v2 and v3.
30+ * Create and read from N-dimensional arrays using NumPy-like semantics.
31+ * Flexible storage enables reading and writing from local, cloud and in-memory stores.
32+ * High performance: Enables fast I/O with support for asynchronous I/O and multi-threading.
33+ * Extensible: Customizable with user-defined codecs and stores.
3034
3135.. grid :: 2
3236
@@ -104,11 +108,6 @@ Zarr is a storage format for chunked, compressed, N-dimensional arrays based on
104108
105109 To the contributor's guide
106110
107- **Useful links **:
108- `Source Repository <https://github.com/zarr-developers/zarr-python>`_ |
109- `Issue Tracker <https://github.com/zarr-developers/zarr-python/issues>`_ |
110- `Zulip Chat <https://ossci.zulipchat.com/ >`_ |
111- `Zarr specifications <https://zarr-specs.readthedocs.io >`_
112111
113112**Download documentation **: `PDF/Zipped HTML <https://readthedocs.org/projects/zarr/downloads/ >`_
114113
0 commit comments