Metadata-Version: 2.1
Name: metamart_schemas
Version: 0.2.11
Summary: 
Home-page: https://www.metamart.io/
License: Elastic-2.0
Author: Ian Eaves
Author-email: ian@metamart.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
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: multimethod (>=1.8,<2.0,!=1.11)
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.metamart.io/
Project-URL: Repository, https://github.com/meta-mart/metamart-core/tree/master/metamart-schemas
Description-Content-Type: text/markdown

# Metamart Schemas

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

