Metadata-Version: 2.1
Name: one4all-iop-models
Version: 0.1.2
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
Requires-Dist: annotated-types (==0.6.0)
Requires-Dist: numpy (==1.26.4)
Requires-Dist: pandas (==2.2.1)
Requires-Dist: pydantic (==2.6.4)
Requires-Dist: pydantic-core (==2.16.3)
Requires-Dist: python-dateutil (==2.9.0.post0)
Requires-Dist: pytz (==2024.1)
Requires-Dist: six (==1.16.0)
Requires-Dist: typing-extensions (==4.10.0)
Requires-Dist: tzdata (==2024.1)
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.

