File: control

package info (click to toggle)
weasyprint 57.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,612 kB
  • sloc: python: 46,724; makefile: 12
file content (47 lines) | stat: -rw-r--r-- 1,779 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
45
46
47
Source: weasyprint
Section: text
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>
Build-Depends: debhelper-compat (= 12),
               dh-python (>= 5.20211213),
               flit (>= 3.2),
               libglib2.0-0,
               libpango-1.0-0,
               libpangoft2-1.0-0,
               pybuild-plugin-pyproject,
               python3,
               python3-cffi,
               python3-cssselect2,
               python3-fonttools,
               python3-html5lib,
               python3-pil,
               python3-pydyf,
               python3-pyphen,
               python3-sphinx,
Standards-Version: 4.6.2
Homepage: https://weasyprint.org/
Vcs-Browser: https://salsa.debian.org/python-team/packages/weasyprint
Vcs-Git: https://salsa.debian.org/python-team/packages/weasyprint.git

Package: weasyprint
Architecture: all
Depends: libpango-1.0-0,
         libpangoft2-1.0-0,
         shared-mime-info,
         python3-cffi,
         ${misc:Depends},
         ${python3:Depends}
Recommends: ca-certificates
Description: Document factory for creating PDF files from HTML
 WeasyPrint is a smart solution helping web developers to create PDF
 documents. It turns simple HTML pages into gorgeous statistical reports,
 invoices, tickets, etc.
 .
 From a technical point of view, WeasyPrint is a visual rendering engine for
 HTML and CSS that can export to PDF and PNG. It aims to support web standards
 for printing. WeasyPrint is free software made available under a BSD license.
 .
 It is based on various libraries but *not* on a full rendering engine like
 WebKit or Gecko. The CSS layout engine is written in Python, designed for
 pagination, and meant to be easy to hack on.