Metadata-Version: 2.3
Name: exasol-python-extension-common
Version: 0.9.0
Summary: A collection of common utilities for Exasol extensions.
License: MIT
Author: Mikhail Beck
Author-email: mikhail.beck@exasol.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: exasol-bucketfs (>=0.10.0)
Requires-Dist: exasol-saas-api (>=0.7.0,<1.0.0)
Requires-Dist: exasol-script-languages-container-tool (>=1.0.0,<2.0.0)
Requires-Dist: pyexasol (>=0.25.0,<1.0.0)
Requires-Dist: requests (>=2.32.0)
Requires-Dist: tenacity (>=8.3.0,<9.0.0)
Description-Content-Type: text/markdown

# Exasol Python Extension Common

A package with common functionality, shared by Exasol Python Extensions, e.g.
* [transformers-extension](https://github.com/exasol/transformers-extension)
* [sagemaker-extension](https://github.com/exasol/sagemaker-extension)

## Features

A deployer for script language containers (SLC) to be used by UDF-based extensions of Exasol database requiring a special SLC.

## More documentation

* [User Guide](doc/user_guide/user-guide.md)
* [Developer Guide](doc/developer-guide.md)
* [User Defined Functions (UDF)](https://docs.exasol.com/db/latest/database_concepts/udf_scripts.htm)
* [Script Language Containers (SLC)](https://github.com/exasol/script-languages-release/)

