Metadata-Version: 2.4
Name: odin-db
Version: 1.1.0
Summary: An utility to facilitate the building of fman build system based projects
Requires-Python: >=3.10
Requires-Dist: pydantic>=2.10.6
Description-Content-Type: text/markdown

# ODIN-DB

## Development

This project depends on UV for managing dependencies.
Make sure you have UV installed and set up in your environment.

You can find more information about UV [here](https://docs.astral.sh/uv/getting-started/installation/).

```bash
uv venv
```

```bash
uv sync --all-extras --dev
```