Metadata-Version: 2.3
Name: fluent-checks
Version: 0.1.0
Summary: A library for creating fluent, readable, and composable checks for your tests or application logic.
Keywords: fluent,checks,testing,assertions,validation
Author: vantorrewannes
Author-email: vantorrewannes <vantorrewannes@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.12
Project-URL: Bug Tracker, https://github.com/VantorreWannes/fluent-checks/issues
Project-URL: Homepage, https://github.com/VantorreWannes/fluent-checks
Description-Content-Type: text/markdown

# fluent-checks
A simple, lightweight library for creating fluent, readable, and chainable checks in Python.
