Description
Write flexible equality checks for Python tests and validation code. It helps developers compare complex values with readable expectations instead of writing many custom assertion helpers.
This is mainly a testing library. Loose comparisons should be used deliberately, because overly broad equality rules can hide real differences that matter for correctness.