Metadata-Version: 2.4
Name: arraylake
Version: 1.0.2
Summary: Python client for ArrayLake
Project-URL: Documentation, https://docs.earthmover.io/
Project-URL: Changelog, https://docs.earthmover.io/changelog
Author-email: Joseph Hamman <joe@earthmover.io>
License-Expression: MIT
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: <3.15,>=3.12
Requires-Dist: click<9.0,>=8.1.3
Requires-Dist: donfig<1.0,>=0.7
Requires-Dist: httpx<0.29,>=0.23
Requires-Dist: icechunk<3.0.0,>=2.0.1
Requires-Dist: numpy<3.0,>=1.23
Requires-Dist: packaging<27.0,>=23.0
Requires-Dist: pydantic[email]<3.0,>=2.9
Requires-Dist: python-dateutil<3.0,>=2.8
Requires-Dist: rich<16.0,>=12.6
Requires-Dist: ruamel-yaml<1.0,>=0.17
Requires-Dist: structlog<26.0,>=24.1
Requires-Dist: typer<1.0,>=0.12.0
Requires-Dist: zarr<4.0,>=3.1.0
Provides-Extra: maximal
Requires-Dist: cf-xarray>=0.10.4; extra == 'maximal'
Requires-Dist: xarray[accel,etc,io,parallel]>=2024.10.0; extra == 'maximal'
Provides-Extra: obstore
Requires-Dist: obstore>=0.9.2; extra == 'obstore'
Provides-Extra: xarray
Requires-Dist: cf-xarray>=0.10.4; extra == 'xarray'
Requires-Dist: xarray>=2024.10.0; extra == 'xarray'
Description-Content-Type: text/markdown

<p align="center">
<img src="https://earthmover-web-assets.s3.amazonaws.com/04-Arraylake-Lockup-Midnight-RGB-LARGE.png" width="80%" alt="Arraylake">
</p>

<p align="center">
  <a href="https://earthmover.io" rel="nofollow">earthmover.io</a> -
  <a href="https://docs.earthmover.io" 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.

Check out the [documentation](https://docs.earthmover.io) to get started.

## Install

```
# using pip
pip install arraylake

# using conda
conda install arraylake
```
