Skip to content

Commit 04f9300

Browse files
committed
allow Azure blob storage
1 parent ca8a064 commit 04f9300

File tree

4 files changed

+399
-3
lines changed

4 files changed

+399
-3
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,22 @@ machine learning, and data processing workflows.
5656
You can install _MDIO_ via [pip] from [PyPI]:
5757

5858
```console
59-
$ pip install mdio
59+
$ pip install multidimio
6060
```
6161

62+
You can also install some optional dependencies (extras) like this:
63+
64+
```console
65+
$ pip install multidimio[distributed]
66+
$ pip install multidimio[cloud]
67+
$ pip install multidimio[lossy]
68+
```
69+
70+
`distributed` installs [Dask][dask] for parallel, distributed processing.\
71+
`cloud` installs [fsspec][fsspec] backed I/O libraries for [AWS' S3][s3fs],
72+
[Google's GCS][gcsfs], and [Azure ABS][adlfs].\
73+
`lossy` will install the ZFPY library for lossy chunk compression.
74+
6275
## Usage
6376

6477
Please see the [Command-line Reference] for details.
@@ -90,6 +103,9 @@ This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter]
90103
[dask]: https://www.dask.org/
91104
[zarr]: https://zarr.dev/
92105
[fsspec]: https://filesystem-spec.readthedocs.io/en/latest/
106+
[s3fs]: https://s3fs.readthedocs.io/
107+
[gcsfs]: https://gcsfs.readthedocs.io/
108+
[adlfs]: https://github.com/fsspec/adlfs
93109
[blosc]: https://www.blosc.org/
94110
[zfp]: https://computing.llnl.gov/projects/zfp
95111
[xarray]: https://xarray.dev/

0 commit comments

Comments
 (0)