Metadata-Version: 1.0
Name: txpostgres
Version: 0.5.0
Summary: Twisted wrapper for asynchronous PostgreSQL connections
Home-page: http://wulczer.org/
Author: Jan Urbanski
Author-email: wulczer@wulczer.org
License: MIT
Description: txpostgres
        ==========
        
        A Twisted wrapper for asynchronous PostgreSQL connections.
        
        Based on the interface exposed from the native Postgres C library by the Python
        psycopg2 driver.
        
        Can be used as a drop-in replacement for Twisted's adbapi module when working
        with PostgreSQL. The only part that does not provide 100% compatibility is
        connection pooling, although pooling provided by txpostgres is very similar to
        the one Twisted adbapi offers.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
