Metadata-Version: 2.4
Name: surety-api
Version: 0.0.4
Summary: Contract-aware API interaction layer for the Surety ecosystem.
Author-email: Elena Kulgavaya <elena.kulgavaya@gmail.com>
License: MIT
Keywords: api,contract-testing,automation,integration-testing,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: deepdiff==8.0.1
Requires-Dist: surety<1.0,>=0.0.4
Requires-Dist: surety-config>=0.0.3
Requires-Dist: surety-diff>=0.0.1
Requires-Dist: requests
Requires-Dist: pyyaml
Requires-Dist: waiting
Dynamic: license-file

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

------
# Surety API

Contract-aware API interaction layer for the Surety ecosystem.

`surety-api` enables structured API testing, mocking, and
interaction based on Surety contracts.

It bridges declarative contracts and real HTTP communication.

---

## Installation

```bash
pip install surety-api
