File: control

package info (click to toggle)
pdfkit 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 156 kB
  • sloc: python: 290; makefile: 4
file content (44 lines) | stat: -rw-r--r-- 1,313 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
35
36
37
38
39
40
41
42
43
44
Source: pdfkit
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>
Build-Depends:
 debhelper (>= 9~),
 dh-python,
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools
Standards-Version: 4.2.1
Homepage: https://github.com/JazzCore/python-pdfkit
Vcs-Git: https://salsa.debian.org/python-team/modules/pdfkit.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pdfkit

Package: python-pdfkit
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
 wkhtmltopdf
Description: Python wrapper for wkhtmltopdf to convert HTML to PDF (Python 2)
 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 2 version of the package.

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.