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: debhelper-compat (= 13),
               dh-sequence-python3,
               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.
