File: control

package info (click to toggle)
python-tablib 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 588 kB
  • sloc: python: 4,105; makefile: 119
file content (34 lines) | stat: -rw-r--r-- 1,371 bytes parent folder | download
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
Source: python-tablib
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
           Joseph Herlant <aerostitch@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools
Build-Depends-Indep: python3-odf,
                     python3-openpyxl,
                     python3-pandas,
                     python3-pytest,
                     python3-unicodecsv,
                     python3-xlrd,
                     python3-xlwt,
                     python3-yaml
Standards-Version: 4.4.0.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-tablib
Vcs-Git: https://salsa.debian.org/python-team/modules/python-tablib.git
Homepage: http://docs.python-tablib.org/en/latest/index.html

Package: python3-tablib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: format agnostic tabular dataset library - Python 3.x
 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.