Source: pyexcel-xls
Section: python
Priority: optional
Maintainer: Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org>
Uploaders: Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-pyexcel-io,
               python3-setuptools,
               python3-sphinx,
               python3-xlrd,
               python3-xlwt
Standards-Version: 4.4.1
Homepage: https://github.com/pyexcel/pyexcel-xls
Testsuite: autopkgtest-pkg-python

Package: python3-pyexcel-xls
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-pyexcel-xls-doc
Description: Wrapper library to manipulate data in xls using xlrd and xlwt (Python 3)
 This package contains a tiny wrapper library to read, manipulate and write
 data in xls format and it can read xlsx and xlsm fromat. You are likely to use
 it with pyexcel.
 .
 This package installs the library for Python 3.

Package: python-pyexcel-xls-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Wrapper library for data in xls using xlrd and xlwt (common documentation)
 This package contains a tiny wrapper library to read, manipulate and write
 data in xls format and it can read xlsx and xlsm fromat. You are likely to use
 it with pyexcel.
 .
 This is the common documentation package.
