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 60 61 62 63 64 65 66 67 68
|
Source: python-tablib
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Carsten Schoenert <c.schoenert@t-online.de>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
python3-setuptools-scm,
Build-Depends-Indep:
python3-doc <!nodoc>,
python3-odf <!nocheck>,
python3-openpyxl <!nocheck>,
python3-pandas <!nocheck>,
python3-poetry,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
python3-xlrd <!nocheck>,
python3-xlwt <!nocheck>,
python3-yaml <!nocheck>,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tablib
Vcs-Git: https://salsa.debian.org/python-team/packages/python-tablib.git
Homepage: https://tablib.readthedocs.io/en/stable/
Package: python-tablib-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: format agnostic tabular dataset library (Documentation)
Tablib is a format agnostic tabular dataset library, written in Python. It
allows you to import, export, and manipulate tabular data sets. Advanced
features include, segregation, dynamic columns, tags & filtering, and seamless
format import & export.
.
This package provides the documentation.
Package: python3-tablib
Architecture: all
Depends:
python3-odf,
python3-openpyxl,
python3-pandas,
python3-tabulate,
python3-xlrd,
python3-xlwt,
python3-yaml,
${misc:Depends},
${python3:Depends}
Suggests:
python-tablib-doc,
Description: format agnostic tabular dataset library (Python 3)
Tablib is a format agnostic tabular dataset library, written in Python. It
allows you to import, export, and manipulate tabular data sets. Advanced
features include, segregation, dynamic columns, tags & filtering, and seamless
format import & export.
.
This package provides the Python 3.x module.
|