Source: python-dsv
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Aaron M. Ucko <ucko@debian.org>
Build-Depends: debhelper (>= 9~),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-dsv/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-dsv/trunk/
Homepage: http://python-dsv.sourceforge.net/

Package: python-dsv
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-wxgtk3.0 | python-wxgtk2.8
Provides: ${python:Provides}
Description: Python module for delimiter-separated-value files (Python 2)
 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 2.

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.
