pgmanager: Add create_conn_listen() which should be used with wait_for_notify. Update wait_for_notify() to not use put_conn(). Add name to ConnectionInfo. Log queries before they are called. Log exceptions. Add notifyexample.
#!/usr/bin/env python
from distutils.core import setup
setup(
name='pgtoolkit',
version='0.2.0',
description='Postgres utilities, build on top of psycopg2',
author='Radek Brich',
author_email='radek.brich@devl.cz',
url='http://hg.devl.cz/pgtoolkit',
# download_url='',
keywords=['postgresql', 'psycopg2', 'pool', 'keepalive'],
packages=['pgtoolkit'],
)