Metadata-Version: 2.4
Name: nomox-semantic-model
Version: 0.2.0
Summary: Semantic data model for LLM-consumable data catalog
Author-email: nomox <support@tvargl.eu>
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Requires-Dist: pydantic-settings>=2.0.0
Requires-Dist: pydantic>=2.0.0
Provides-Extra: dev
Requires-Dist: mypy>=1.0.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Description-Content-Type: text/markdown

# Nomox LLM Semantic Model

Internal python package for describing semantics model used across Nomox.

## Installation

To use the package from anywhere run:

```bash
pip install git+https://github.com/MiraZzle/nomox-semantics-package.git
```

Or add to `requirements.txt`:

```bash
git+https://github.com/MiraZzle/nomox-semantics-package.git
```

## Usage

Usage examples can be found at [Usage docs](./docs/usage.md).
