1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: visidata
Section: devel
Priority: optional
Maintainer: Anja Boskovic <anja.kefala@gmail.com>
Build-Depends: debhelper (>=11), dh-python, python3-all, python3-setuptools, python3-xlrd, python3-openpyxl, python3-dateutil, python3-requests
Standards-Version: 4.1.3
Vcs-Git: https://github.com/saulpw/visidata.git
Vcs-Browser: https://github.com/saulpw/visidata
Homepage: https://pypi.python.org/pypi/visidata
Rules-Requires-Root: no
Package: visidata
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}
Description: rapidly explore columnar data in the terminal
VisiData is a multipurpose terminal utility for exploring, cleaning,
restructuring and analysing tabular data. Current supported sources are
TSV, CSV, fixed-width text, JSON, SQLite, HTTP, HTML, .xls, and .xlsx
(Microsoft Excel).
|