Metadata-Version: 2.4
Name: odin-db
Version: 1.3.1
Summary: An utility to facilitate the building of fman build system based projects
Author-email: Floris Verniewuer <floris@vernieuwe.eu>
License-Expression: MPL-2.0
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: pydantic>=2.10.6
Description-Content-Type: text/markdown

# ODIN-DB

Odin DB is a set of models to be able to interpret a .odin file

## 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
```