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
|
Source: python-clevercsv
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Louis-Philippe Véronneau <pollo@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
python3-all-dev,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
python3-chardet <!nocheck>,
python3-regex <!nocheck>,
python3-pandas <!nocheck>,
python3-wilderness <!nocheck>,
# python3-tabview <!nocheck>, optional, would be nice
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-clevercsv
Vcs-Git: https://salsa.debian.org/python-team/packages/python-clevercsv.git
Homepage: https://github.com/alan-turing-institute/CleverCSV
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Package: python3-clevercsv
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python3-chardet,
python3-regex,
python3-pandas,
python3-wilderness,
# python3-tabview, optional, would be nice
Suggests: python3-clevercsv-doc
Description: Drop-in replacement for the CSV module with improved detection
CleverCSV provides a drop-in replacement for the Python csv package with
improved dialect detection for messy CSV files.
.
It also provides a handy command line tool that can standardize a messy file
or generate Python code to import it.
.
This package provides the modules for Python 3.
Package: python3-clevercsv-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: Drop-in replacement for the CSV module (documentation)
CleverCSV provides a drop-in replacement for the Python csv package with
improved dialect detection for messy CSV files.
.
It also provides a handy command line tool that can standardize a messy file
or generate Python code to import it.
.
This package contains the HTML documentation.
|