Metadata-Version: 2.1
Name: sqlalchemy-connector
Version: 0.1.25
Summary: Python library to connect to SQLAlchemy with SSH Tunnel
Home-page: https://github.com/pualien/py-sqlalchemy-ssh-connector
Author: Matteo Senardi
Author-email: pualien@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=0.25.3)
Requires-Dist: SQLAlchemy (==1.3.20)
Requires-Dist: PyMySQL (==0.10.1)
Requires-Dist: PyYAML (==5.3.1)
Requires-Dist: sshtunnel (==0.2.2)
Requires-Dist: retry (==0.9.2)
Requires-Dist: cryptography (==3.0)

![sqlalchemy-connector](https://github.com/pualien/py-sqlalchemy-ssh-connector/blob/master/images/logo.png?raw=true)

# py-sqlalchemy-ssh-connector
[![PyPI Latest Release](https://img.shields.io/pypi/v/sqlalchemy-connector.svg)](https://pypi.org/project/sqlalchemy-connector/)
[![PyPI Build](https://github.com/pualien/py-sqlalchemy-ssh-connector/workflows/PyPI%20Build/badge.svg)](https://github.com/pualien/py-sqlalchemy-ssh-connector/actions)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/sqlalchemy-connector)](https://pypi.org/project/sqlalchemy-connector/))
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sqlalchemy-connector.svg)](https://pypi.org/project/sqlalchemy-connector/))

Python library to connect to SQLAlchemy with SSH Tunnel.

## Where to get it

The source code is currently hosted on GitHub at:
<https://github.com/pualien/py-sqlalchemy-ssh-connector>

Binary installers for the latest released version are available at the
[Python package index](https://pypi.org/project/sqlalchemy-connector/)

```sh
pip install sqlalchemy-connector
```

