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.5.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: http://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.
