Skip to content

Commit

Permalink
(fix): unuglify readme (#41)
Browse files Browse the repository at this point in the history
* (chore): unuglify readme

* (fix): middleground

* (fix): remove bolder

* (fix): multi-line

* (fix): line wrap
  • Loading branch information
ilan-gold authored Nov 16, 2024
1 parent 3c0a2b2 commit a3e99e7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# `zarrs-python`
# zarrs-python

```{warning}
The version of `zarr-python` we currently depend on is still in pre-release and this package is accordingly extremely experimental. We cannot guarantee any stability or correctness at the moment, although we have tried to do extensive testing and make clear what we think we support and do not.
⚠️ The version of `zarr-python` we currently depend on is still in pre-release and this
package is accordingly extremely experimental.
We cannot guarantee any stability or correctness at the moment, although we have
tried to do extensive testing and make clear what we think we support and do not.
```

This project serves as a bridge between [`zarrs`](https://docs.rs/zarrs/latest/zarrs/) and [`zarr`](https://zarr.readthedocs.io/en/latest/index.html) via [`PyO3`](https://pyo3.rs/v0.22.3/). The main goal of the project is to speed up i/o.
Expand Down

0 comments on commit a3e99e7

Please sign in to comment.