Metadata-Version: 2.4
Name: exasol-script-languages-package-management
Version: 1.0.0
Summary: This project provides a unified way of installing different packages from sources like coda, apt and PyPi
License-Expression: MIT
License-File: LICENSE
Keywords: exasol,script-languages-package-management
Author: Exasol AG
Author-email: opensource@exasol.com
Requires-Python: >=3.10,<3.15
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
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: click (>=8.3.0,<9.0.0)
Requires-Dist: jinja2 (>=3.1.6,<4.0.0)
Requires-Dist: pydantic (>=2.10.2,<3.0.0)
Requires-Dist: pyyaml (>=6.0.3,<7.0.0)
Requires-Dist: types-pyyaml (>=6.0.12.20250915,<7.0.0.0)
Description-Content-Type: text/markdown

<h1 align="center">script-languages-package-management</h1>

<p align="center">
This project provides a unified way of installing different packages from sources like coda, apt and PyPi
</p>

<p align="center">

<a href="https://opensource.org/licenses/MIT">
    <img src="https://img.shields.io/pypi/l/script-languages-package-management" alt="License">
</a>
<a href="https://pypi.org/project/script-languages-package-management/">
    <img src="https://img.shields.io/pypi/dm/script-languages-package-management" alt="Downloads">
</a>
<a href="https://pypi.org/project/script-languages-package-management/">
    <img src="https://img.shields.io/pypi/pyversions/script-languages-package-management" alt="Supported Python Versions">
</a>
<a href="https://pypi.org/project/script-languages-package-management/">
    <img src="https://img.shields.io/pypi/v/script-languages-package-management" alt="PyPi Package">
</a>
</p>

## 🚀 Features

## 🔌️ Prerequisites

- [Python](https://www.python.org/) >= 3.10

## 💾 Installation

```shell
pip install exasol-script-languages-package-management
```

## 📚 Documentation

For futher details, checkout the latest [documentation](https://exasol.github.io/script-languages-package-management/).

