Metadata-Version: 2.4
Name: db-test-helpers
Version: 0.1.0
Summary: YAML-driven database test data setup and verification helpers
Project-URL: Homepage, https://github.com/takaaa220/db-test-helpers
Project-URL: Repository, https://github.com/takaaa220/db-test-helpers
Project-URL: Issues, https://github.com/takaaa220/db-test-helpers/issues
Author: takaaa220
License-Expression: MIT
Keywords: database,fixtures,test-helpers,testing,yaml
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.12
Requires-Dist: pyyaml>=6.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.8; extra == 'dev'
Description-Content-Type: text/markdown

# db-test-helpers

YAML-driven database test data setup and verification helpers. The core is DB-agnostic; DB-specific operations are handled by adapters.

## Installation

```bash
pip install db-test-helpers
```

## Documentation

See the [main repository](https://github.com/takaaa220/db-test-helpers) for usage and documentation.
