Metadata-Version: 2.1
Name: grai_schemas
Version: 0.2.8
Summary: 
Home-page: https://www.grai.io/
License: Elastic-2.0
Author: Ian Eaves
Author-email: ian@grai.io
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: multimethod (>=1.9.1,<2.0.0)
Requires-Dist: polyfactory (>=2.6.1,<3.0.0)
Requires-Dist: pydantic (>=1.10.11,<2.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Project-URL: Documentation, https://docs.grai.io/
Project-URL: Repository, https://github.com/grai-io/grai-core/tree/master/grai-schemas
Description-Content-Type: text/markdown

# Grai Schemas

Grai Schemas provide reference implementations in Python for objects used in Grai.
So long as your data follows a schema implementation provided in this repository it will be able to interoperate with
all of the other Grai services including the server REST API, yaml serialization, and data integrations.

