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: python-skytools
Section: python
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
Tomasz Rybak <serpent@debian.org>
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all-dev,
python3-psycopg2,
python3-setuptools,
pybuild-plugin-pyproject
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
|