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
|
Source: camelot-py
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Elena Grandi <valhalla@debian.org>,
Section: python
Priority: optional
Build-Depends:
dh-sequence-python3,
python3-setuptools,
python3-all,
debhelper-compat (= 13),
help2man,
poppler-utils,
python3-pytest,
python3-pytest-cov,
python3-pytest-mpl,
python3-pytest-runner,
python3-chardet,
python3-click,
python3-ghostscript,
python3-numpy,
python3-opencv,
python3-openpyxl,
python3-pandas,
python3-pdfminer,
python3-pypdf,
python3-tabulate,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/camelot-py.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/camelot-py
Homepage: http://camelot-py.readthedocs.io/
Package: camelot
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-chardet,
python3-click,
python3-ghostscript,
python3-numpy,
python3-opencv,
python3-openpyxl,
python3-pandas,
python3-pdfminer,
python3-pypdf,
python3-tabulate,
Description: PDF Table Extraction for Humans
A Python library and command line program to extract tables from PDF data.
|