File: control

package info (click to toggle)
python-xlrd 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,204 kB
  • ctags: 1,139
  • sloc: python: 9,303; makefile: 9
file content (43 lines) | stat: -rw-r--r-- 1,673 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
38
39
40
41
42
43
Source: python-xlrd
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9),
               dh-python,
               python-setuptools, python3-setuptools,
               python-all (>= 2.6.6-3~), python3-all
Homepage: http://www.python-excel.org/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-xlrd.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-xlrd.git

Package: python-xlrd
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends}
Description: extract data from Microsoft Excel spreadsheet files
 xlrd is a Python library to Extract data from new and old Microsoft
 Excel spreadsheets. It supports both .xls and .xlsx files (from Excel
 2007).
 .
 xlrd is a pure Python module and does not require any dependency
 outside of the standard Python distribution.
 .
 This package contains the Python2 version of xlrd as well as the
 documentation and runxlrd, a small utility to extract data from
 Microsoft Excel spreadsheet files.

Package: python3-xlrd
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: extract data from Microsoft Excel spreadsheet files (Python3 version)
 xlrd is a Python library to Extract data from new and old Microsoft
 Excel spreadsheets. It supports both .xls and .xlsx files (from Excel
 2007).
 .
 xlrd is a pure Python module and does not require any dependency
 outside of the standard Python distribution.
 .
 This package contains only the Python3 version of xlrd.