Metadata-Version: 2.3
Name: deklare
Version: 0.1.0
Summary: Add your description here
Author-email: Matthias Meyer <matthias.meyer@sdsc.ethz.ch>
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: cachetools>=5.3.3
Requires-Dist: cdsapi>=0.7.0
Requires-Dist: compress-pickle>=2.1.0
Requires-Dist: dask>=2024.5.1
Requires-Dist: numpy>=2.1.1
Requires-Dist: pandas>=2.2.3
Requires-Dist: zarr>=2.18.2
Provides-Extra: examples
Description-Content-Type: text/markdown

# deklare

deklare is a data processing framework designed for data exploration. It allows to create software-defined datasets, which can dynamically load and process data on request in a declarative way.

## Quickstart

- Clone the repo and open its folder in a terminal
- [Install rye](https://rye.astral.sh/guide/installation/), then
- Install dependencies
```
rye sync --all-features
```