File: control

package info (click to toggle)
csvkit 0.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 336 kB
  • sloc: python: 2,660; makefile: 6
file content (36 lines) | stat: -rw-r--r-- 1,470 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
35
36
Source: csvkit
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python, python3, dh-python, python-setuptools, python3-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/onyxfish/csvkit
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/csvkit.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/csvkit.git

Package: python-csvkit
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-openpyxl, python-dbf
Description: library of utilities for working with CSV
 csvkit is a suite of utilities for converting to and working with CSV, the king
 of tabular file formats.
 .
 It is inspired by pdftk, gdal and the original csvcut utility by Joe Germuska
 and Aaron Bycoffe.
 .
 The command-line tools are provided by the python3-csvkit package.

Package: python3-csvkit
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-pkg-resources
Suggests: python3-openpyxl, python3-dbf
Description: library of utilities for working with CSV (Python 3)
 csvkit is a suite of utilities for converting to and working with CSV, the king
 of tabular file formats.
 .
 It is inspired by pdftk, gdal and the original csvcut utility by Joe Germuska
 and Aaron Bycoffe.
 .
 This package contains the Python3 version of csvkit and the command-line tools.