[DB-SIG] PoPy 1.2

M.-A. Lemburg mal@lemburg.com
Tue, 20 Jun 2000 11:06:04 +0200


Eric Bianchi wrote:
> 
> PoPy is a driver for PostgreSQL v6.5 and v7.0 to use
> with Python. It is DB API v2.0 compliant, and supports level-1 thread
> safety
> 
> PoPy is a Python driver for PostgreSQL v6.5 and v7.0
> Right now, the driver includes :
> 
> 1.Full support of the DB API v2.0
> 2.Support for large objects and date objects
> 3.External and internal database procedure call
> 4.Thread safety level 1
> 
> Licence : GPL

Just a note for potential users:
Using this module will put your whole project under the terms
of the GPL.

I would suggest using LGPL as a license for anything which
is mainly used a library, since LGPL only protects the
library and doesn't harm the license of "greater works"
using it.
 
> You can get it at http://www.mixadlive.com
> 
> comments and feedback are welcome
> 
> regards
> 
> the PoPy team
> 
> _______________________________________________
> DB-SIG maillist  -  DB-SIG@python.org
> http://www.python.org/mailman/listinfo/db-sig

-- 
Marc-Andre Lemburg
______________________________________________________________________
Business:                                      http://www.lemburg.com/
Python Pages:                           http://www.lemburg.com/python/