OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.7 KiB

  1. [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] Filename: package/.../psycopg2/psycopg2.desc
  5. [COPY] Copyright (C) 2006 - 2007 The OpenSDE Project
  6. [COPY] Copyright (C) 2006 The T2 SDE Project
  7. [COPY]
  8. [COPY] More information can be found in the files COPYING and README.
  9. [COPY]
  10. [COPY] This program is free software; you can redistribute it and/or modify
  11. [COPY] it under the terms of the GNU General Public License as published by
  12. [COPY] the Free Software Foundation; version 2 of the License. A copy of the
  13. [COPY] GNU General Public License can be found in the file COPYING.
  14. [COPY] --- SDE-COPYRIGHT-NOTE-END ---
  15. [I] Python/PostgreSQL database adapter
  16. [T] psycopg2 is a PostgreSQL database adapter for the Python programming
  17. [T] language. It is an almost complete rewrite of psycopg. It still supports
  18. [T] all the features of psycopg but add real adaptation for Python to
  19. [T] PostgreSQL type conversions, asynchronous queries, support for the
  20. [T] Python built-in datetime module and the new (Python 2.4) Decimal type.
  21. [T] Its main advantages are that it supports the full Python DBAPI 2.0 and
  22. [T] it is thread safe at level 2. It was designed for heavily multi-threaded
  23. [T] applications that create and destroy lots of cursors and make a conspicuous
  24. [T] number of concurrent INSERTs or UPDATEs. The psycopg distribution includes
  25. [T] ZPsycopgDA, a Zope Database Adapter.
  26. [U] http://initd.org/projects/psycopg2
  27. [A] Federico Di Gregorio <fog@initd.org>
  28. [M] The OpenSDE Community <list@opensde.org>
  29. [C] extra/development
  30. [L] GPL
  31. [S] Stable
  32. [V] 2.0.6
  33. [P] X -----5---9 700.000
  34. [D] 2703376738 psycopg2-2.0.6.tar.gz http://initd.org/pub/software/psycopg/