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

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

------

# Surety DB

Contract-aware database interaction layer for the Surety ecosystem.

`surety-db` enables structured database interaction and state verification
based on Surety contracts.

It connects declarative contracts with real database state.

---

## Installation

```bash
pip install surety-db
