Metadata-Version: 2.4
Name: model-train-protocol-schemas
Version: 1.3.1
Summary: Contains schemas supporting the model-train-protocol (mtp) library
Author: nikita-olechko
Author-email: nikita@databiomes.com
Requires-Python: >=3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: packaging (>=23.0)
Requires-Dist: pydantic (>=2.12.5,<3.0.0)
Description-Content-Type: text/markdown

# model-train-protocol-schemas

Contains schemas for the model training protocol. These schemas are used to validate the input and output of the model training process, ensuring that the data is in the correct format and contains all necessary information.

See schemas in the `schemas` directory.

