Metadata-Version: 2.1
Name: sqlalchemy-connector
Version: 0.1.19
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
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)

# py-sqlalchemy-ssh-connector


## About

Python library to connect to SQLAlchemy with SSH Tunnel.


## Install

To install `pip install git+https://github.com/pualien/py-sqlalchemy-ssh-connector.git`

