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 35
|
Source: q-text-as-data
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper-compat (= 9),
dh-python,
openstack-pkg-tools,
python3-all,
Build-Depends-Indep:
python3-six,
Standards-Version: 4.0.1
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/q-text-as-data
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/q-text-as-data.git
Homepage: http://harelba.github.io/q/
Package: python3-q-text-as-data
Architecture: all
Provides:
q-text-as-data,
Depends:
python3-six,
sqlite3,
${misc:Depends},
${python3:Depends},
Description: performs SQL-like statements on tabular text data - Python 3.x
Q is a command line tool that allows direct execution of SQL-like queries on
CSVs/TSVs (and any other tabular text files). Q treats ordinary files as
database tables, and supports all SQL constructs, such as WHERE, GROUP BY,
JOINs etc. It supports automatic column name and column type detection, and
provides full support for multiple encodings.
.
This package provides the Python 3 version.
|