Metadata-Version: 2.1
Name: exasol-python-test-framework
Version: 0.6.0
Summary: Python Test framework for Exasol database tests
Home-page: https://github.com/exasol/exasol-python-test-framework
License: MIT
Keywords: exasol,testing
Author: Exasol AG
Author-email: opensource@exasol.com
Requires-Python: >=3.10,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: docker (>=5.0.3); sys_platform != "win32"
Requires-Dist: numpy (>=1.26)
Requires-Dist: pyftpdlib (>=1.5.6)
Requires-Dist: pyodbc (>=5.1.0,<6.0.0)
Requires-Dist: scipy (>=1.13.0,<2.0.0)
Project-URL: Repository, https://github.com/exasol/exasol-python-test-framework
Description-Content-Type: text/markdown

# Exasol Python Test Framework

## About

This project is shared among other Exasol projects, and provides a test framework to execute integration tests on the database. 


## Prerequisites

* Linux, macOS
* Python3.10 and later

### On Linux

 * providers (packages) of unixodbc and unixodbc-development artifacts


