Metadata-Version: 2.4
Name: jsonschema-extras
Version: 0.2.0
Summary: Utilities for working with the Python library 'jsonschema'
Author-email: Viacheslav Syropiatov <nonexistent@example.com>
License-Expression: MIT
Project-URL: source, https://github.com/asrelo/jsonschema-extras
Project-URL: documentation, https://asrelo.github.io/jsonschema-extras
Project-URL: issues, https://github.com/asrelo/jsonschema-extras/issues
Keywords: json,json schema,jsonschema,validation,extras,utilities,utils
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: jsonschema~=4.26.0
Requires-Dist: types-jsonschema
Dynamic: license-file

# jsonschema-extras

[![PyPI version](https://img.shields.io/pypi/v/jsonschema-extras.svg)](https://pypi.org/project/jsonschema-extras)
[![Python versions](https://img.shields.io/pypi/pyversions/jsonschema-extras.svg)](https://pypi.org/project/jsonschema-extras)
[![License](https://img.shields.io/github/license/asrelo/jsonschema-extras.svg)](https://github.com/asrelo/jsonschema-extras/blob/main/LICENSE.txt)

Utilities for working with the JSON Schema Python library [`jsonschema`](https://pypi.org/project/jsonschema/).

**See [documentation](https://asrelo.github.io/jsonschema-extras).**

**Contributions are welcome**, but please consider discussing it in [GitHub issues](https://github.com/asrelo/jsonschema-extras/issues) before committing to it.

## Features

- Specific schemas bundled with the library (easily usable)
- Specific formats bundled with the library (easily usable)
- Utilities for accessing JSON-encoded schemas on a local filesystem
- Other utilities

## Installation

```bash
pip install jsonschema-extras
```

## License

This project is licensed under the [MIT License](LICENSE.txt).
