File: control

package info (click to toggle)
python-skytools 3.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 560 kB
  • sloc: python: 6,009; ansic: 924; makefile: 28; awk: 14
file content (32 lines) | stat: -rw-r--r-- 1,148 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
Source: python-skytools
Section: python
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Standards-Version: 4.5.0
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all-dev,
 python3-psycopg2,
 python3-setuptools,
Vcs-Git: https://salsa.debian.org/postgresql/python-skytools.git
Vcs-Browser: https://salsa.debian.org/postgresql/python-skytools
Homepage: https://github.com/pgq/python-skytools

Package: python3-skytools
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
 python3-psycopg2,
Description: Skytools Python modules
 This is the low-level utility module split out from the old Skytools
 meta-package. It contains various utilities for writing PostgreSQL database
 scripts.
 .
 Features:
  * Support for background scripts - daemonizing - logging - config parsing
  * Database tools - tuned connection - DB structure examining - SQL parsing -
    COPY I/O
  * Time utilities - ISO timestamp parsing - datetime to timestamp
  * Text utilities - natural sort - fast urlencode I/O