Metadata-Version: 2.1
Name: exasol-integration-test-docker-environment
Version: 2.0.0
Summary: Integration Test Docker Environment for Exasol
Home-page: https://github.com/exasol/integration-test-docker-environment
License: MIT
Keywords: exasol,docker,testing
Author: Torsten Kilias
Author-email: torsten.kilias@exasol.com
Requires-Python: >=3.8,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=7.0)
Requires-Dist: docker (>=4.0.0) ; sys_platform != "win32"
Requires-Dist: exasol-bucketfs (>=0.6.0,<2.0.0)
Requires-Dist: fabric (>=3.0.1,<4.0.0)
Requires-Dist: gitpython (>=2.1.0)
Requires-Dist: humanfriendly (>=4.18)
Requires-Dist: importlib_resources (>=5.4.0)
Requires-Dist: jinja2 (>=2.10.1)
Requires-Dist: jsonpickle (>=1.1)
Requires-Dist: luigi (>=2.8.4)
Requires-Dist: netaddr (>=0.7.19)
Requires-Dist: networkx (>=2.3)
Requires-Dist: portalocker (>=2.7.0,<3.0.0)
Requires-Dist: pydot (>=1.4.0)
Requires-Dist: pyexasol (>=0.25.2,<0.26.0)
Requires-Dist: pytest (>=7.2.2,<8.0.0)
Requires-Dist: requests (>=2.21.0)
Requires-Dist: simplejson (>=3.16.0)
Requires-Dist: stopwatch.py (>=1.0.0)
Project-URL: Repository, https://github.com/exasol/integration-test-docker-environment
Description-Content-Type: text/x-rst

Integration Test Docker Environment
===================================

This project provides a command line interface and a Python API layer to
start a test environment with an `Exasol
Docker-DB <https://hub.docker.com/r/exasol/docker-db>`_. Both start an
Exasol Docker-DB container, but the API Layer has extended functionality
and also can start an associated test container for whose content the
client is responsible.

Documentation
-------------

`Documentation for the current main branch <https://exasol.github.io/integration-test-docker-environment/main>`_ is hosted on the Github Pages of this project.
`Here <https://exasol.github.io/integration-test-docker-environment>`_  is a list of documentations for previous releases.

