nerdynick / PySQLPool

PySQLPool is a MySQL Connection Pooling for Python 2.4+ built on-top of the famous MySQLdb Python library. My goal of PySQLPool is to provide a simple yet robust pooling library for use in and Python application. Wether it be a simple script to a complex website built on WSGI. PySQLPool can handle it. Even this very website is built upon it, and a few others that you may interact with on a daily bases.
GNU Lesser General Public License v3.0
57 stars 21 forks source link

V0.3.8 #4

Closed bergundy closed 10 years ago

bergundy commented 10 years ago

Includes setup.py fix and version bump for 0.3.7.

Please upload this to pypi.

advance512 commented 10 years ago

+1, please merge in

bergundy commented 10 years ago

Hey, thanks for merging. Can you please upload this to pypi?

bergundy commented 10 years ago

@nerdynick, sorry for nagging but can you please upload this to pypi?

nerdynick commented 10 years ago

It should be uploaded now. I uploaded tar(Gz & Bz) and zip. Sorry for the delay, been a little busy.

bergundy commented 10 years ago

Thanks!