1 [COPY] --- T2-COPYRIGHT-BEGIN ---
2 [COPY] t2/package/*/psycopg2/psycopg2.desc
3 [COPY] Copyright (C) 2006 - 2025 The T2 SDE Project
4 [COPY] SPDX-License-Identifier: GPL-2.0
5 [COPY] --- T2-COPYRIGHT-END ---
7 [I] Python/PostgreSQL database adapter
9 [T] psycopg2 is a PostgreSQL database adapter for the Python programming
10 [T] language. It is an almost complete rewrite of psycopg. It still supports
11 [T] all the features of psycopg but add real adaptation for Python to
12 [T] PostgreSQL type conversions, asynchronous queries, support for the
13 [T] Python built-in datetime module and the new (Python 2.4) Decimal type.
14 [T] Its main advantages are that it supports the full Python DBAPI 2.0 and
15 [T] it is thread safe at level 2. It was designed for heavily multi-threaded
16 [T] applications that create and destroy lots of cursors and make a conspicuous
17 [T] number of concurrent INSERTs or UPDATEs. The psycopg distribution includes
18 [T] ZPsycopgDA, a Zope Database Adapter.
20 [U] https://pypi.org/project/psycopg2
22 [A] Federico Di Gregorio <fog@initd.org>
23 [M] The T2 Project <t2@t2-project.org>
30 [P] X -----5---9 700.000
32 [D] d3dd51b923a8b94a5996d799b1a4201147c9354333af9db23d4923ca psycopg2-2.9.10.tar.gz https://files.pythonhosted.org/packages/62/51/2007ea29e605957a17ac6357115d0c1a1b60c8c984951c19419b3474cdfd/