Metadata-Version: 2.3
Name: amsdal-glue
Version: 0.0.1
Summary: AMSDAL Glue is a Python interface providing high-level abstraction for interacting with multiple databases simultaneously, simplifying the development and maintenance process.
Project-URL: Documentation, https://pypi.org/project/amsdal_glue/#readme
Project-URL: Issues, https://pypi.org/project/amsdal_glue/
Project-URL: Source, https://pypi.org/project/amsdal_glue/
License: Licensed under the Apache License, Version 2.0 (the "License"). You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
        
        The software contains third-party components that are distributed under the following license: https://github.com/pola-rs/polars/blob/main/LICENSE.
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: amsdal-glue-core==0.0.*
Requires-Dist: polars>=0.20
Provides-Extra: connections
Requires-Dist: amsdal-glue-connections==0.0.*; extra == 'connections'
Description-Content-Type: text/markdown

# amsdal-glue

AMSDAL Glue is a Python interface providing high-level abstraction for interacting with multiple databases simultaneously, simplifying the development and maintenance process.

[![PyPI - Version](https://img.shields.io/pypi/v/amsdal-glue.svg)](https://pypi.org/project/amsdal-glue)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/amsdal-glue.svg)](https://pypi.org/project/amsdal-glue)

-----

## Table of Contents

- [Installation](#installation)

## Installation

```console
pip install amsdal-glue
```
