Metadata-Version: 2.4
Name: arraylake
Version: 0.26.1
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.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <3.14,>=3.11
Requires-Dist: click<9.0,>=8.1.3
Requires-Dist: donfig<1.0,>=0.7
Requires-Dist: httpx<0.28,>=0.23
Requires-Dist: icechunk<2.0.0,>=1.1.0
Requires-Dist: numpy<3.0,>=1.23
Requires-Dist: packaging<26.0,>=23.0
Requires-Dist: pydantic[email]<3.0,>=2.9
Requires-Dist: python-dateutil<3.0,>=2.8
Requires-Dist: rich<15.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: numpy<2.3; extra == 'maximal'
Requires-Dist: pyarrow<22; extra == 'maximal'
Requires-Dist: xarray[complete]>=2024.10.0; extra == 'maximal'
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
```
