Source: python-xlrd Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Vincent Bernat Standards-Version: 4.1.1 Build-Depends: debhelper (>= 10), dh-python, python3-sphinx, python-setuptools, python3-setuptools, python-pkginfo, python3-pkginfo, 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. 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) 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.