Metadata-Version: 2.1
Name: schema-check
Version: 0.1.0
Summary: Define and enforce schema against user-provided JSON-like data
Home-page: https://github.com/glentner/schema-check
License: MIT
Keywords: data,validation
Author: Geoffrey Lentner
Author-email: glentner@purdue.edu
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Project-URL: Documentation, https://github.com/glentner/schema-check
Project-URL: Repository, https://github.com/glentner/schema-check
Description-Content-Type: text/markdown

schema-check
============

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
&nbsp;
[![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-green.svg)](https://github.com/glentner/schema-check)
&nbsp;
[![Python 3.10 | 3.11 | 3.12](https://img.shields.io/badge/Python-3.10%20%20|%203.11%20|%203.12-blue.svg)](https://www.python.org/downloads)

A simple Python library for defining and validating schemas against user-provided
JSON-like data.


