Metadata-Version: 2.4
Name: openchecks
Version: 0.2.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: maturin~=1.9 ; platform_system != 'Linux' and extra == 'build'
Requires-Dist: maturin[patchelf]~=1.9 ; platform_system == 'Linux' and extra == 'build'
Requires-Dist: hypothesis ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-asyncio ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-xdist ; extra == 'test'
Requires-Dist: ruff ; extra == 'test'
Requires-Dist: myst-parser ; extra == 'docs'
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: openchecks[test] ; extra == 'fuzz'
Requires-Dist: atheris ; extra == 'fuzz'
Provides-Extra: build
Provides-Extra: test
Provides-Extra: docs
Provides-Extra: fuzz
Summary: A simple checks framework
Author-email: Scott Wilson <scott@propersquid.com>
License: MIT OR Apache-2.0
Requires-Python: ~=3.9
Project-URL: documentation, https://openchecks.readthedocs.io/
Project-URL: repository, https://github.com/scott-wilson/openchecks/
