Metadata-Version: 1.0
Name: psycopg2ct
Version: 0.2
Summary: Python-PostgreSQL Database Adapter
Home-page: UNKNOWN
Author: Michael van Tellingen
Author-email: michaelvantellingen@gmail.com
License: LGPL
Description: This is a port of psycopg2 to python+ctypes with usage for PyPy in mind.
        
        To use this package with Django or SQLAlchemy create a psycopg2.py file
        somewhere in your python path (e.g. the current working dir) and add::
        
            from psycopg2ct import compat
            compat.register()
        
        This will map psycopg2ct to psycopg2.
        
        
Platform: any
