File: control

package info (click to toggle)
py-postgresql 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,364 kB
  • ctags: 3,170
  • sloc: python: 18,318; ansic: 2,024; sql: 282; makefile: 29; sh: 26
file content (34 lines) | stat: -rw-r--r-- 1,217 bytes parent folder | download
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
34
Source: py-postgresql
Section: python
Priority: optional
Maintainer: William Grzybowski <william@agencialivre.com.br>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends: 
 debhelper (>= 9),
 python3-all-dev,
 python3-sphinx,
 python-sphinx
Standards-Version: 3.9.5
X-Python3-Version: >= 3.3
Homepage: http://python.projects.postgresql.org/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/py-postgresql/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/py-postgresql/trunk/

Package: python3-postgresql
Architecture: any
Depends: 
 ${python3:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
 libpython3-stdlib,
 libjs-jquery,
 libjs-underscore
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.