Metadata-Version: 2.3
Name: gjp-models
Version: 0.1.9
Summary: 
Author: giannisevagorou
Author-email: giannis.evagorou@macrocosmos.ai
Requires-Python: >=3.11,<3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: numpy (>=1.21.4,<3)
Requires-Dist: pydantic (>=2.3,<3)
Description-Content-Type: text/markdown

This repo provides a set of schemas to be used by the rqlite-API and other repos that require the schemas.
The schemas are published on pypi ([here](https://pypi.org/project/gjp-models/)) and can be installed like any other package:

1. `pip install gjp-models`
2. Or by adding it to pyproject.toml/setup.[cfg|py]

The schemas are published every time you merge into main. The version is automatically bumped.




