Installation
Install with pip:
Install with Poetry:
Extra packages:
# Generic DatabaseContainer and SQLAlchemy
pip install tomodachi-testcontainers[db]
# MySQLContainer, SQLAlchemy and pymysql
pip install tomodachi-testcontainers[mysql]
# PostgreSQLContainer, SQLAlchemy and psycopg
pip install tomodachi-testcontainers[postgres]
# SFTPContainer and asyncssh
pip install tomodachi-testcontainers[sftp]
# Installs python-wiremock SDK
pip install tomodachi-testcontainers[wiremock]