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
|
Source: pdfkit
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 4.6.1
Homepage: https://github.com/JazzCore/python-pdfkit
Vcs-Git: https://salsa.debian.org/python-team/packages/pdfkit.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pdfkit
Package: python3-pdfkit
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
wkhtmltopdf
Description: Python wrapper for wkhtmltopdf to convert HTML to PDF (Python 3)
Python wrapper for wkhtmltopdf utility to convert HTML to PDF using Webkit.
.
Wkhtmltopdf conversion and all wkhtmltopdf options are available in Python
from this module
.
This is the Python 3 version of the package.
|