Metadata-Version: 2.1
Name: schema-registry
Version: 0.0.4
Summary: A schema registry implementation. Should you need to keep your json schemas in one place.
Home-page: https://gitlab.com/friendly-facts/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.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: beautifulsoup4 (>=4.10.0,<5.0.0)
Requires-Dist: jsonschema (>=4.3.2,<5.0.0)
Requires-Dist: lxml (>=4.7.1,<5.0.0)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: python-dotenv (>=0.19,<0.20)
Requires-Dist: requests (>=2,<3)
Requires-Dist: requests-toolbelt (>=0.9,<0.10)
Requires-Dist: rich (>=10,<11)
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,<1)
Project-URL: Documentation, https://schema-registry.readthedocs.io/en/stable/
Project-URL: Repository, https://gitlab.com/friendly-facts/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.

