Source: pyexcel
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>,
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-chardet,
               python3-flask <!nocheck>,
               python3-lml,
               python3-mock <!nocheck>,
               python3-nose <!nocheck>,
               python3-psutil <!nocheck>,
               python3-pyexcel-io (>= 0.6.2),
               python3-pyexcel-text,
               python3-pyexcel-xls (>= 0.7.0-0kali2),
               python3-pyexcel-xlsx,
               python3-setuptools,
               python3-sphinx,
# To build the doc, but for now it's broken:
#               python3-sphinx-copybutton,
#               python3-sphinxcontrib.excel,
               python3-sqlalchemy,
               python3-texttable
Standards-Version: 4.6.2
Homepage: https://github.com/pyexcel/pyexcel
Vcs-Git: https://gitlab.com/kalilinux/packages/pyexcel.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/pyexcel
Testsuite: autopkgtest-pkg-python

Package: python3-pyexcel
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-pyexcel-doc
Description: Single API for reading, manipulating and writing data (Python 3)
 This package contains a Python Wrapper that provides single API for reading,
 manipulating and writing data in csv, ods, xls, xlsx and xlsm files.
 .
 This package installs the library for Python 3.

Package: python-pyexcel-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Single API for reading, manipulating and writing data (common documentation)
 This package contains a Python Wrapper that provides single API for reading,
 manipulating and writing data in csv, ods, xls, xlsx and xlsm files.
 .
 This is the common documentation package.
