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
|
Source: python-dsv
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Aaron M. Ucko <ucko@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: 2to3,
debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-dsv
Vcs-Git: https://salsa.debian.org/python-team/packages/python-dsv.git
Homepage: https://python-dsv.sourceforge.net/
Rules-Requires-Root: no
Package: python3-dsv
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Suggests: python3-wxgtk3.0
Provides: ${python3:Provides}
Description: Python module for delimiter-separated-value files (Python 3)
Python-DSV is an alternative to Python's standard csv module, with
somewhat different usage and optional support for wxWidgets-mediated
user interaction in the course of format autodetection. Like the
standard module, it supports a wide range of delimiters and handles
both import and export.
.
This package installs the library for Python 3.
|