Metadata-Version: 2.1
Name: testcontainers-on-whales
Version: 0.7.0
Summary: A library that provides throwaway instances of common services.
Keywords: testing containers podman docker test automation
Author-Email: betaboon <betaboon@0x80.ninja>
Maintainer-Email: betaboon <betaboon@0x80.ninja>
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Classifier: Topic :: Software Development :: Build Tools
Project-URL: Homepage, https://github.com/betaboon/testcontainers-on-whales
Project-URL: Documentation, https://betaboon.github.io/testcontainers-on-whales
Project-URL: Changelog, https://github.com/betaboon/testcontainers-on-whales/releases
Project-URL: Repository, https://github.com/betaboon/testcontainers-on-whales
Project-URL: Issue tracker, https://github.com/betaboon/testcontainers-on-whales/issues
Requires-Python: <3.13,>=3.9
Requires-Dist: python-on-whales>=0.69.0
Requires-Dist: requests>=2.31.0
Requires-Dist: eventstoredb>=0.8.1; extra == "eventstoredb"
Requires-Dist: boto3>=1.34.52; extra == "minio"
Requires-Dist: psycopg2-binary>=2.9.9; extra == "postgres"
Requires-Dist: sqlalchemy>=2.0.27; extra == "postgres"
Requires-Dist: pika>=1.3.2; extra == "rabbitmq"
Requires-Dist: redis>=5.0.2; extra == "redis"
Requires-Dist: testcontainers-on-whales[eventstoredb]; extra == "all"
Requires-Dist: testcontainers-on-whales[minio]; extra == "all"
Requires-Dist: testcontainers-on-whales[postgres]; extra == "all"
Requires-Dist: testcontainers-on-whales[rabbitmq]; extra == "all"
Requires-Dist: testcontainers-on-whales[redis]; extra == "all"
Provides-Extra: eventstoredb
Provides-Extra: minio
Provides-Extra: postgres
Provides-Extra: rabbitmq
Provides-Extra: redis
Provides-Extra: all
Description-Content-Type: text/markdown

# Testcontainers on whales

[![ci](https://img.shields.io/github/actions/workflow/status/betaboon/testcontainers-on-whales/ci-main.yaml?style=for-the-badge&branch=main&logo=github&logoColor=white)](https://github.com/betaboon/testcontainers-on-whales/actions/workflows/ci-main.yaml?query=branch%3Amain)

[![version](https://img.shields.io/pypi/v/testcontainers-on-whales?style=for-the-badge&logo=pypi&logoColor=white)](https://pypi.org/project/testcontainers-on-whales)
[![pyversions](https://img.shields.io/pypi/pyversions/testcontainers-on-whales?style=for-the-badge&logo=python&logoColor=white)](https://github.com/betaboon/testcontainers-on-whales)
[![license](https://img.shields.io/pypi/l/testcontainers-on-whales?style=for-the-badge)](https://github.com/betaboon/testcontainers-on-whales/LICENSE)

[![docs](https://img.shields.io/badge/docs-blue?style=for-the-badge&label=sphinx&logo=sphinx&logoColor=white)](https://betaboon.github.io/testcontainers-on-whales)
[![pdm](https://img.shields.io/badge/managed-blue?style=for-the-badge&logo=pdm&logoColor=white&label=pdm&color=%237e56c2)](https://pdm-project.org)
[![ruff](https://img.shields.io/badge/formatted-blue?style=for-the-badge&logo=ruff&logoColor=white&label=ruff&color=%23d7ff64)](https://astral.sh/ruff)

## What is Testcontainers on whales?
<!-- start description -->

A library that provides throwaway instances of common services.

<!-- end description -->

## Features
<!-- start features -->

<!-- end features -->

## Installation
<!-- start installation -->

Testcontainers on whales can be installed with `pip`:

```text
pip install testcontainers-on-whales
```

<!-- end installation -->

## Quickstart
<!-- start quickstart -->

<!-- end quickstart -->

## Contributing
