Metadata-Version: 2.4
Name: ilc-models
Version: 0.1.7
Summary: Data models for the ILC project
Project-URL: Repository, https://github.com/fourtreestech/ilc-models
Author-email: Neil Martin <neil@fourtrees.tech>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: pydantic>=2.10.6
Description-Content-Type: text/markdown

# ilc-models

![version](https://img.shields.io/badge/version-0.1.7-blue)
![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Ffourtreestech%2Filc-models%2Fmain%2Fpyproject.toml)
![coverage](https://img.shields.io/badge/coverage-100%25-green)

**ilc-models** contains all data models for the *ILC* project.

## Installation

    (.venv) $ pip install ilc-models


