File: control

package info (click to toggle)
python-csv 1.0-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 84 kB
  • ctags: 111
  • sloc: ansic: 597; python: 205; makefile: 59
file content (20 lines) | stat: -rw-r--r-- 788 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-csv
Section: python
Priority: optional
Build-Depends: debhelper (>=4), python2.1, python2.1-dev, python2.2, python2.2-dev
Maintainer: David Coe <davidc@debian.org>
Standards-Version: 3.5.8

Package: python2.1-csv
Architecture: any
Depends: python2.1
Description: A fast CSV (comma-separated-value) class for python scripts
 A python library module (csv.so) for parsing and creating comma-separated-value
 text strings efficiently.  It also supports other separators besides comma.

Package: python2.2-csv
Architecture: any
Depends: python2.2
Description: A fast CSV (comma-separated-value) class for python scripts
 A python library module (csv.so) for parsing and creating comma-separated-value
 text strings efficiently.  It also supports other separators besides comma.