ius-coredev team mailing list archive
-
ius-coredev team
-
Mailing list archive
-
Message #00605
[Bug 576754] Re: WL: python31-postgresql
Installation test:
Dependencies Resolved
============================================================================================================================================================
Package Arch Version Repository Size
============================================================================================================================================================
Installing:
python31-postgresql i386 1.0.0-3.ius.el5 ius-testing 683 k
Installing for dependencies:
python31 i386 3.1.2-2.ius.el5 ius 6.0 M
python31-libs i386 3.1.2-2.ius.el5 ius 686 k
Transaction Summary
============================================================================================================================================================
Install 3 Package(s)
Upgrade 0 Package(s)
------
Import module test:
# python3.1
Python 3.1.2 (r312:79147, Jun 24 2010, 15:33:49)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import postgresql as postgresql
>>> dir(postgresql)
['__all__', '__author__', '__builtins__', '__date__', '__doc__', '__docformat__', '__file__', '__name__', '__package__', '__path__', '__version__', '_pg_driver', '_pg_iri', '_pg_param', 'open', 'project', 'version', 'version_info']
>>>
--
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/576754
Title:
WL: python31-postgresql
Status in IUS Community Project:
In Progress
Bug description:
This is the *excellent* PostgreSQL driver published by James William Pye:
py-postgresql 1.0.1
URL: http://python.projects.postgresql.org/
--
py-postgresql is a project dedicated to improving the Python interfaces to PostgreSQL. It strives to provide substantial convenience to Python programmers using PostgreSQL. At its core, py-postgresql provides a PG-API, postgresql.api, and DB-API 2.0 interface for using a PostgreSQL database.
--
Why does it matter?
Since IUS is one of the few (if any) places to get a good python31 installation, this package compliments that by providing excellent and well maintained PostgreSQL connectivity specifically for Python 3.1+
--
The original author of this package was BJ.
Follow ups
References