Metadata-Version: 2.1
Name: schema-registry
Version: 0.0.2
Summary: A schema registry implementation. Should you need to keep your json schemas in one place.
Home-page: https://gitlab.com/edthamm/schema-registry
License: Apache-2.0
Keywords: event-sourcing,validation
Author: Eduard Thamm
Author-email: eduard.thamm@thammit.at
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Provides-Extra: docs
Requires-Dist: jsonschema (>=4.3.2,<5.0.0)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: python-dotenv (>=0.19.2,<0.20.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Requires-Dist: requests-toolbelt (>=0.9.1,<0.10.0)
Requires-Dist: rich (>=10.16.1,<11.0.0)
Requires-Dist: sphinx (<4); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (>=1.12.0,<2.0.0); extra == "docs"
Requires-Dist: sphinx-click (>=2.7.1,<3.0.0); extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=0.5.2,<0.6.0); extra == "docs"
Requires-Dist: typer (>=0.4.0,<0.5.0)
Project-URL: Documentation, https://schema-registry.readthedocs.io/en/stable/
Project-URL: Repository, https://gitlab.com/edthamm/schema-registry
Description-Content-Type: text/markdown

# Schema Registry

Just a project stub for now

Contributions are welcome. Just get in touch.

## Quickstart

Simply `pip install schema-registry` and get going.

## Development

This project uses `poetry` for dependency management and `pre-commit` for local checks.

