Metadata-Version: 2.4
Name: hamlette
Version: 0.1.0
Summary: Enriches Hamcrest with a fluent asserter and handy matchers for expressive, readable tests.
License-Expression: MIT
License-File: LICENSE
Keywords: hamcrest,matcher,assertions,testing,pytest
Author: Ovunc Cetin
Author-email: ovunccetin@gmail.com
Requires-Python: >=3.12
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Testing
Requires-Dist: pyhamcrest (>=2.1.0,<3.0.0)
Project-URL: Homepage, https://github.com/ovunccetin/hamlette
Project-URL: Issues, https://github.com/ovunccetin/hamlette/issues
Project-URL: Repository, https://github.com/ovunccetin/hamlette
Description-Content-Type: text/markdown

# hamlette

A Python library enriching Hamcrest with additional matchers and syntactic-sugars for more expressive, readable assertions.
