Metadata-Version: 2.3
Name: amsdal-glue-core
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_core/#readme
Project-URL: Issues, https://pypi.org/project/amsdal_glue_core/
Project-URL: Source, https://pypi.org/project/amsdal_glue_core/
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.
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
Description-Content-Type: text/markdown

# amsdal-glue-core

Core library for the amsdal-glue project.

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

-----

## Table of Contents

- [Installation](#installation)

## Installation

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