File: control

package info (click to toggle)
python-backports.csv 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 176 kB
  • sloc: python: 1,497; sh: 7; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 921 bytes parent folder | download
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
Source: python-backports.csv
Section: python
Priority: optional
Maintainer: Stuart Prescott <stuart@debian.org>
Build-Depends-Indep:
 python,
 python-setuptools,
Build-Depends:
 debhelper (>= 11~),
 dh-python,
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/debian/python-backports.csv.git
Vcs-Browser: https://salsa.debian.org/debian/python-backports.csv
Homepage: https://pypi.org/project/backports.csv/
Rules-Requires-Root: no

Package: python-backports.csv
Architecture: all
Depends:
 python,
 ${misc:Depends},
 ${python:Depends}
Description: Backport of the Python 3 CSV module for Python 2
 The API of the csv module in Python 2 is drastically different from the csv
 module in Python 3. This is due, for the most part, to the difference
 between str in Python 2 and Python 3.
 .
 The semantics of Python 3's version are more useful because they support
 unicode natively, while Python 2's csv does not.