1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
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 (>= 7.0.8), python-dev (>= 2.3), python (>= 2.3.5-7), python-support (>= 0.5.3), quilt
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-dsv/trunk
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-dsv/trunk/?op=log
Package: python-dsv
Architecture: all
Depends: ${python:Depends}
Suggests: python-wxgtk2.6
Description: Python module for delimiter-separated-value files
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.
|