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
|
Source: python-xlrd
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-sphinx,
python3-setuptools,
python3-pytest,
python3-pkginfo,
python3-all
Homepage: https://www.python-excel.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-xlrd.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-xlrd
Rules-Requires-Root: no
Package: python3-xlrd
Architecture: all
Depends: ${python3:Depends},
${misc:Depends}
Replaces: python-xlrd (<< 1.1.0-2)
Breaks: 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
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Replaces: python-xlrd (<< 1.1.0-1)
Breaks: python-xlrd (<< 1.1.0-1)
Multi-Arch: foreign
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.
|