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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: python-xlrd
Standards-Version: 4.7.2
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Vincent Bernat <bernat@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-sphinx,
python3-setuptools,
python3-pytest,
python3-pkginfo,
python3-all,
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-xlrd
Vcs-Git: https://salsa.debian.org/python-team/packages/python-xlrd.git
Homepage: https://www.python-excel.org/
Rules-Requires-Root: no
Package: python3-xlrd
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
Breaks:
python-xlrd (<< 1.1.0-2),
Replaces:
python-xlrd (<< 1.1.0-2),
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.
Package: python-xlrd-docs
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Breaks:
python-xlrd (<< 1.1.0-1),
Replaces:
python-xlrd (<< 1.1.0-1),
Description: extract data from Microsoft Excel spreadsheet files (documentation)
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 documentation.
|