Metadata-Version: 2.4
Name: heath
Version: 0.4.3
Summary: Manage projections
License: GPL-3.0-or-later
License-File: LICENSE.md
Author: Tanguy Le Carrour
Author-email: tanguy@bioneland.org
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: bles (>=0.3.0,<0.4.0)
Requires-Dist: blessql (>=0.1.3,<0.2.0)
Requires-Dist: typer (>=0.27.2,<0.28.0)
Project-URL: Homepage, https://git.easter-eggs.org/bioneland/heath
Project-URL: Repository, https://git.easter-eggs.org/bioneland/heath
Description-Content-Type: text/markdown

# Heath — Manage projections

Define the DSN to work with:

```console
$ export HEATH_DSN="sqlite:////tmp/projections.sqlite"
```

Initialise projection database:

```console
$ heath init
```

List the projections:

```console
$ heath status
```

