Metadata-Version: |
2.4 |
Name: |
jsonschema_rs |
Version: |
0.27.1 |
Summary: |
A high-performance JSON Schema validator for Python |
Author: |
Dmitry Dygalo <dmitry@dygalo.dev> |
Author-Email: |
Dmitry Dygalo <dmitry[at]dygalo.dev> |
Maintainer-Email: |
Dmitry Dygalo <dmitry[at]dygalo.dev> |
Project-Url: |
Homepage, https://github.com/Stranger6667/jsonschema/tree/master/crates/jsonschema-py |
Project-Url: |
Changelog, https://github.com/Stranger6667/jsonschema/blob/master/crates/jsonschema-py/CHANGELOG.md |
Project-Url: |
Bug Tracker, https://github.com/Stranger6667/jsonschema/issues |
Project-Url: |
Source, https://github.com/Stranger6667/jsonschema |
Project-Url: |
Funding, https://github.com/sponsors/Stranger6667 |
License: |
MIT |
Keywords: |
jsonschema,validation,rust |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
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 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Rust |
Classifier: |
Topic :: File Formats :: JSON :: JSON Schema |
Requires-Python: |
>=3.8 |
Requires-Dist: |
flask (>=2.2.5); extra == "tests" |
Requires-Dist: |
hypothesis (>=6.79.4); extra == "tests" |
Requires-Dist: |
pytest (>=7.4.4); extra == "tests" |
Requires-Dist: |
fastjsonschema (>=2.20.0); extra == "bench" |
Requires-Dist: |
jsonschema (>=4.23.0); extra == "bench" |
Requires-Dist: |
pytest-benchmark (>=4.0.0); extra == "bench" |
Provides-Extra: |
tests |
Provides-Extra: |
bench |
Description-Content-Type: |
text/markdown; charset=UTF-8; variant=GFM |