Metadata-Version: 2.4
Name: one4all-iop-models
Version: 0.1.21
Summary: 
Author: Ignacio Jimenez
Author-email: ignacio.jimenez@idener.ai
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: annotated-types (==0.7.0)
Requires-Dist: pydantic (==2.7.3)
Requires-Dist: pydantic-core (==2.18.4)
Requires-Dist: six (==1.16.0)
Requires-Dist: typing-extensions (==4.12.2)
Description-Content-Type: text/markdown

# [ONE4ALL] IOP Models

## Installation
```
pip install one4all-iop-models
```

## Example usage
```python
from one4all_iop_models.robot import *
# ...
```

## Release process
To release a new version of the package, update the version number in the `pyproject.toml` file and publish a release with the same tag. The CI will build and publish the package to PyPI.

