Metadata-Version: 2.1
Name: variousconnector
Version: 1.0
Summary: handy tools to connect the various data sources
Home-page: https://github.com/WeihaoLiTW/variousconnector
Author: Weihao Li
Author-email: weihao.li.tw@gmail.com
License: UNKNOWN
Description: # variousconnector
        handy tools to connect the various data sources
        
        ## What are the Key Features?
        1. Support PostgreSQL with SSH functionality.
        	
        ## How to Install?
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install.
        
        ```bash
        pip install variousconnector
        ```
        
        ## How to Use?
        
        ### PostgreSQL 
        
        ```python
        # will update quickly
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Win32 (MS Windows)
Requires-Python: >=3.6
Description-Content-Type: text/markdown
