Metadata-Version: 2.4
Name: amsdal-glue-connections
Version: 0.2.0rc1
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-Dist: amsdal-glue-core>=0.2.0rc1
Requires-Dist: aiosqlite>=0.20.0 ; extra == 'async-sqlite'
Requires-Dist: pandas>=2.2.3 ; extra == 'csv'
Requires-Dist: elasticsearch>=8.18.1,<9.0.0 ; extra == 'elasticsearch'
Requires-Dist: psycopg[binary,pool]>=3.2.1 ; extra == 'postgres-binary'
Requires-Dist: psycopg[c,pool]>=3.2.1 ; extra == 'postgres-c'
Provides-Extra: async-sqlite
Provides-Extra: csv
Provides-Extra: elasticsearch
Provides-Extra: postgres-binary
Provides-Extra: postgres-c
License-File: LICENSE.txt
License-File: NOTICE.txt
Summary: AMSDAL Glue connections implementation.
Keywords: 
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://github.com/amsdal/amsdal-glue?tab=readme-ov-file#amsdal-glue-project
Project-URL: Issues, https://github.com/amsdal/amsdal-glue/issues
Project-URL: Source, https://github.com/amsdal/amsdal-glue/

# amsdal-glue-connections

The connection implementations for AMSDAL Glue.

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

-----

## Table of Contents

- [Installation](#installation)

## Installation

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

