Metadata-Version: 2.1
Name: heath
Version: 0.2.1
Summary: Manage projections
Home-page: https://git.easter-eggs.org/bioneland/heath
License: GPL-3.0-or-later
Author: Tanguy Le Carrour
Author-email: tanguy@bioneland.org
Requires-Python: >=3.8,<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.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: bl-event-sourcing (>=0.1.0)
Requires-Dist: bl-event-sourcing-sqlalchemy (>=0.1.0)
Requires-Dist: typer (>=0.4.1,<0.5.0)
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
```

