Metadata-Version: 1.0
Name: pool
Version: 0.1.2dev
Summary: general purposed connection pool for gevent, split from sqlalchemy
Home-page: https://github.com/CMGS/pool
Author: CMGS
Author-email: ilskdw@gmail.com
License: MIT
Description: when we use gevent and pymysql, mysql connections would create and release in a request lifetime. that's why we need a pool to manage mysql connections.
Keywords: gevent mysql sqlalchemy
Platform: UNKNOWN
