软件包: python-pgsql (2.5.1-2ubuntu3) [universe]
python-pgsql 的相关链接
Ubuntu 的资源:
下载源码包 python-pgsql:
- [python-pgsql_2.5.1-2ubuntu3.dsc]
- [python-pgsql_2.5.1.orig.tar.gz]
- [python-pgsql_2.5.1-2ubuntu3.diff.gz]
维护者:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Ben Burton
It should generally not be necessary for users to contact the original maintainer.
相似软件包:
A Python DB-API 2.0 interface to PostgreSQL v7.x
PgSQL is a package of two (2) modules that provide a Python DB-API 2.0 compliant interface to PostgreSQL databases. The first module, libpq, exports the PostgreSQL C API to Python. The second module, PgSQL, provides the DB-API 2.0 compliant interface and support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc.
This package contains modules for all supported Python versions.
其他与 python-pgsql 有关的软件包
|
|
|
-
- dep: libc6 (>= 2.4)
- Embedded GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libpq5 (>= 8.3~beta1)
- PostgreSQL C client library
-
- dep: python (<< 2.7)
- An interactive high-level object-oriented language (default version)
- dep: python (>= 2.5)
-
- dep: python-central (>= 0.6.11)
- register and build utility for Python packages
-
- dep: python-egenix-mxdatetime (>= 1.3.0-5)
- date and time handling routines for Python