1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: py-postgresql
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
William Grzybowski <william@grzy.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
libpq-dev,
python3-all-dev,
python3-setuptools,
python3-sphinx
Standards-Version: 4.5.1
Homepage: https://github.com/python-postgres/fe
Vcs-Browser: https://salsa.debian.org/python-team/packages/py-postgresql
Vcs-Git: https://salsa.debian.org/python-team/packages/py-postgresql.git
Testsuite: autopkgtest-pkg-python
Package: python3-postgresql
Architecture: any
Depends: libpython3-stdlib,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
${sphinxdoc:Depends}
Description: pgsql driver, cluster management tools, and client tools
py-postgresql is a python3 DB-API driver, including cluster management
tools and client development tools. Written in pure Python 3 with
optional optimizations written in C.
.
It provides support for protocol-level prepared statements, the
COPY interface, arrays and composite types, and a console to run
quick tests and simple scripts in PostgreSQL called pg_python.
|