Metadata-Version: 2.1
Name: arraylake-client
Version: 0.4.1
Summary: Python client for ArrayLake
Author: Joe Hamman
Author-email: joe@earthmover.io
Requires-Python: >=3.8,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: cli
Provides-Extra: virtual
Provides-Extra: widgets
Requires-Dist: aiobotocore[boto3] (>=2.4.0,<3.0.0)
Requires-Dist: anyio (>=3.6.1,<4.0.0)
Requires-Dist: cachetools (>=5.3.0,<6.0.0)
Requires-Dist: donfig (>=0.7,<1.0)
Requires-Dist: fsspec (>=2022.11.0) ; extra == "virtual"
Requires-Dist: h5py (>=3.7.0,<4.0.0) ; extra == "virtual"
Requires-Dist: httpx (>=0.23.0,<1.0)
Requires-Dist: ipytree (>=0.2.2,<1.0) ; extra == "widgets"
Requires-Dist: kerchunk (>=0.1,<1.0) ; extra == "virtual"
Requires-Dist: numpy (>=1.20,<2.0)
Requires-Dist: pydantic[email] (>=1.10,<2.0)
Requires-Dist: pymongo (>=4.2.0,<5.0.0)
Requires-Dist: rich (>=12.6,<14.0) ; extra == "cli"
Requires-Dist: ruamel-yaml (>=0.17,<1.0) ; extra == "cli"
Requires-Dist: s3fs (>=2022.11.0) ; extra == "virtual"
Requires-Dist: structlog (>=23.1.0,<24.0.0)
Requires-Dist: typer (>=0.6.1,<1.0) ; extra == "cli"
Requires-Dist: types-aiobotocore (>=2.4.0,<3.0.0)
Requires-Dist: zarr (>=2.14,<2.15)
Description-Content-Type: text/markdown

# arraylake-client

<p align="center">
<img src="https://preview.earthmover.io/img/Earthmover_Main_Logo_1130x625.png" width="200" alt="Earthmover">
</p>

<p align="center">
  <a href="https://preview.earthmover.io" rel="nofollow">earthmover.io</a> -
  <a href="https://preview.earthmover.io/docs/overview" rel="nofollow">documentation</a>
</p>

Arraylake is a cloud-based platform that understands a wide array of multidimensional scientific data. Organize, analyze, build, and collaborate—effortlessly.

Checkout the [documentation](https://preview.earthmover.io/docs/overview) to get started.

## Install

```
pip install "arraylake_client[cli]"
```

