Metadata-Version: 2.1
Name: EasyConnect
Version: 1.0.2
Summary: A custom connection pool for pyodbc, pypyodbc, pymysql. Includes custom version of pypyodbc which only supports MS SQL Servers and Python 3+.
Home-page: https://github.com/falconraptor/EasyConnect
Author: Dustin Surwill
Author-email: dustinsurwill@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# EasyConnect

A custom connection pool for pyodbc, pypyodbc, pymysql. Includes custom version of pypyodbc which only supports MS SQL Servers and Python 3+.

## Installation

`pip install EasyConnect`


