File: control

package info (click to toggle)
csvkit 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 40,388 kB
  • sloc: python: 3,770; perl: 1,000; makefile: 136; sql: 4
file content (82 lines) | stat: -rw-r--r-- 2,699 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Source: csvkit
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: utils
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               dpkg-dev (>= 1.17.14),
               help2man,
               python3-agate (>= 1.6.1) <!nocheck>,
               python3-agatedbf <!nocheck>,
               python3-agateexcel <!nocheck>,
               python3-agatesql (>= 0.5.3) <!nocheck>,
               python3-all,
               python3-doc <!nodoc>,
               python3-setuptools,
               python3-six <!nocheck>,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
               sphinx-common
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/science-team/csvkit
Vcs-Git: https://salsa.debian.org/science-team/csvkit.git
Homepage: https://github.com/wireservice/csvkit
Rules-Requires-Root: no

Package: csvkit
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-csvkit
Breaks: python3-csvkit (<< 1.0.2-1)
Replaces: python3-csvkit (<< 1.0.2-1)
Suggests: csvkit-doc <!nodoc>
Description: command-line tools for working with CSV
 csvkit is a suite of command-line tools for converting to and working with
 CSV, the king of tabular file formats.
 .
 It is inspired by pdftk, gdal and the original csvcut tool by Joe Germuska and
 Aaron Bycoffe.
 .
 If you need to do more complex data analysis than csvkit can handle, use
 agate.
 .
 This package provides the command-line tools.

Package: csvkit-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: documentation for csvkit
 csvkit is a suite of command-line tools for converting to and working with
 CSV, the king of tabular file formats.
 .
 It is inspired by pdftk, gdal and the original csvcut tool by Joe Germuska and
 Aaron Bycoffe.
 .
 If you need to do more complex data analysis than csvkit can handle, use
 agate.
 .
 This package provides the documentation.
Build-Profiles: <!nodoc>

Package: python3-csvkit
Architecture: all
Section: python
Depends: ${misc:Depends},
         ${python3:Depends}
Description: public modules for csvkit (Python 3)
 csvkit is a suite of command-line tools for converting to and working with
 CSV, the king of tabular file formats.
 .
 It is inspired by pdftk, gdal and the original csvcut tool by Joe Germuska and
 Aaron Bycoffe.
 .
 If you need to do more complex data analysis than csvkit can handle, use
 agate.
 .
 This package provides the modules for Python 3.