Metadata-Version: 2.4
Name: hegel-core
Version: 0.4.1
Summary: Universal property-based testing protocol, built on Hypothesis
Author-email: "David R. MacIver" <david@drmaciver.com>, Liam DeVoe <orionldevoe@gmail.com>
License-Expression: MIT
Project-URL: homepage, https://hegel.dev
Project-URL: source, https://github.com/hegeldev/hegel-core
Project-URL: changelog, https://github.com/hegeldev/hegel-core/blob/main/CHANGELOG.md
Project-URL: issues, https://github.com/hegeldev/hegel-core/issues
Keywords: testing,fuzzing,property-based-testing
Classifier: Framework :: Hypothesis
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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 :: 3.14
Classifier: Topic :: Education :: Testing
Classifier: Topic :: Software Development :: Testing
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cbor2>=5.8.0
Requires-Dist: click>=8.3.1
Requires-Dist: hypothesis>=6.148.5
Dynamic: license-file

> [!IMPORTANT]
> We're excited you're checking out Hegel! Hegel is in beta, and we'd love for you to try it and [report any feedback](https://github.com/hegeldev/hegel-core/issues/new).
>
> As part of our beta, we may make breaking changes if it makes Hegel a better property-based testing protocol. If that instability bothers you, please check back in a few months for a stable release!
>
> See https://hegel.dev/compatibility for more details.

# Hegel

* [Website](https://hegel.dev)
* [hegel-rust](https://github.com/hegeldev/hegel-rust)

The Hegel protocol and server, built on [Hypothesis](https://github.com/hypothesisworks/hypothesis).  `hegel-core` provides the core functionality of a property-based testing library, including data generation and shrinking.
