psycopg2: Python/PostgreSQL database adapter1
psycopg2 is a PostgreSQL database adapter for the Python programming
language. It is an almost complete rewrite of psycopg. It still supports
all the features of psycopg but add real adaptation for Python to
PostgreSQL type conversions, asynchronous queries, support for the
Python built-in datetime module and the new (Python 2.4) Decimal type.
Its main advantages are that it supports the full Python DBAPI 2.0 and
it is thread safe at level 2. It was designed for heavily multi-threaded
applications that create and destroy lots of cursors and make a conspicuous
number of concurrent INSERTs or UPDATEs. The psycopg distribution includes
ZPsycopgDA, a Zope Database Adapter.
... part of T2,
get it here
URL: https://pypi.org/project/psycopg2
Author: Federico Di Gregorio <fog [at] initd [dot] org>
Maintainer: The T2 Project <t2 [at] t2-project [dot] org>
License: GPL
Status: Stable
Version: 2.9.10
Download: https://files.pythonhosted.org/packages/62/51/2007ea29e605957a17ac6357115d0c1a1b60c8c984951c19419b3474cdfd/ psycopg2-2.9.10.tar.gz
T2 source: psycopg2.cache
T2 source: psycopg2.desc
Build time (on reference hardware): 3% (relative to binutils)2
Installed size (on reference hardware): 0.44 MB, 27 files
Dependencies (build time detected):
bash
coreutils
cython
diffutils
gawk
grep
gzip
linux-header
openssl
postgresql
python
sed
setuptools
tar
Installed files (on reference hardware):
[show]
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/EGG-INFO
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/EGG-INFO/PKG-INFO
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/EGG-INFO/SOURCES.txt
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/EGG-INFO/dependency_links.txt
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/EGG-INFO/native_libs.txt
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/EGG-INFO/not-zip-safe
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/EGG-INFO/top_level.txt
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/psycopg2
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/psycopg2/__init__.py
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/psycopg2/_ipaddress.py
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/psycopg2/_json.py
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/psycopg2/_psycopg.cpython-312-x86_64-linux-gnu.so
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/psycopg2/_psycopg.py
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/psycopg2/_range.py
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/psycopg2/errorcodes.py
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/psycopg2/errors.py
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/psycopg2/extensions.py
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/psycopg2/extras.py
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/psycopg2/pool.py
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/psycopg2/sql.py
usr/lib64/python3.12/site-packages/psycopg2-2.9.10-py3.12-linux-x86_64.egg/psycopg2/tz.py
var/adm/dependencies/psycopg2
var/adm/descs/psycopg2
var/adm/flists/psycopg2
var/adm/md5sums/psycopg2
var/adm/packages/psycopg2
1) This page was automatically generated from the T2
package source. Corrections, such as dead links, URL changes or typos
need to be performed directly on that source.
2) Compatible with Linux From Scratch's
"Standard Build Unit" (SBU).