An implementation of the psycopg2 module using ctypes. The module is currently compatible with Psycopg 2.4.4.
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.
This module is only tested with python 2.6+ and PyPy 1.6+
This is a port of Alex Gaynor’s rpython port (https://bitbucket.org/alex_gaynor/pypy-postgresql/overview) of psycopg2 to python + ctypes.
Release files for psycopg2ct 2.4.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| psycopg2ct-2.4.4.tar.gz | 46.4 kB | Details |
Release files / psycopg2ct-2.4.4.tar.gz
| Download URL | psycopg2ct-2.4.4.tar.gz |
|---|---|
| Size | 46.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4f070a7711b738456727791305e6dadcc2ceb9a3ac1e63b4bb1883158691e785
|
|
BLAKE2b-256 checksum How to use checksums |
e647efc75f7a3c4d2d0929f727c44347110dfbe506d5a9fcdc0b843c7aa81fda
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |