File: control

package info (click to toggle)
python-unicodecsv 0.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 148 kB
  • ctags: 214
  • sloc: python: 1,035; makefile: 3
file content (37 lines) | stat: -rw-r--r-- 1,470 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: python-unicodecsv
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>, Thomas Bechtold <thomasbechtold@jpberlin.de>
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 7.0.50~),
               python (>= 2.6.6-3~),
               python-unittest2 (>= 0.5.1),
               python-setuptools,
               python-all,
               python3,
               python3-all,
               python3-setuptools,
               dh-python,
               python3-unittest2 (>= 0.5.1),
Homepage: https://github.com/jdunck/python-unicodecsv/
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-unicodecsv.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-unicodecsv.git

Package: python-unicodecsv
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: drop-in replacement for Pythons CSV module with Unicode support
 The unicodecsv is a drop-in replacement for Pythons CSV module
 which supports Unicode strings without a hassle.
 .
 This is the module for Python 2.

Package: python3-unicodecsv
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: drop-in replacement for Pythons CSV module with Unicode support
 The unicodecsv is a drop-in replacement for Pythons CSV module
 which supports Unicode strings without a hassle.
 .
 This is the module for Python 3.