File: control

package info (click to toggle)
python-dsv 1.4.0-7
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 148 kB
  • ctags: 44
  • sloc: python: 573; makefile: 10
file content (20 lines) | stat: -rw-r--r-- 933 bytes parent folder | download
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.