Metadata-Version: 2.3
Name: cosma
Version: 0.1.4
Requires-Dist: cosma-backend
Requires-Dist: cosma-tui
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# cosma

Core packages for cosma.

## Running

To start the backend:

```py
uvx cosma serve
```

To start the TUI:
```py
uvx cosma
```
