Metadata-Version: 2.4
Name: surety-diff
Version: 0.0.3
Summary: Contract-aware diff and comparison engine for Surety.
Author-email: Elena Kulgavaya <elena.kulgavaya@gmail.com>
License: MIT
Keywords: diff,comparison,contract-testing,automation,surety
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: surety<1.0,>=0.0.4
Dynamic: license-file

[![PyPI version](https://img.shields.io/pypi/v/surety-diff.svg)](https://pypi.org/project/surety-diff/)
[![Python versions](https://img.shields.io/pypi/pyversions/surety-diff.svg)](https://pypi.org/project/surety-diff/)
[![Downloads](https://img.shields.io/pypi/dm/surety-diff.svg)](https://pypi.org/project/surety-diff/)
[![Tests](https://github.com/elenakulgavaya/surety-diff/actions/workflows/test.yml/badge.svg)](https://github.com/elenakulgavaya/surety-diff/actions?query=workflow%3ATests+branch%3Amain++)
[![License](https://img.shields.io/pypi/l/surety-diff.svg)](https://github.com/elenakulgavaya/surety-diff/blob/main/LICENSE)

------

# Surety Diff

Contract-aware diff and comparison engine for the Surety ecosystem.

`surety-diff` provides structured, human-readable comparison
for contract-driven service testing.

It is designed to explain *why* data does not match a contract,
not just that it failed.


---

## Installation

```bash
pip install surety-diff
