File: control

package info (click to toggle)
fpdf2 2.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 53,544 kB
  • sloc: python: 38,982; sh: 84; makefile: 12
file content (42 lines) | stat: -rw-r--r-- 1,160 bytes parent folder | download | duplicates (2)
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
Source: fpdf2
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Elena Grandi <valhalla@debian.org>
Section: python
Priority: optional
Build-Depends:
 dh-python,
 python3-setuptools,
 python3-all,
 debhelper-compat (= 13),
 camelot,
 python3-defusedxml,
 python3-endesive,
 python3-fonttools (>= 4.34.0),
 python3-pikepdf,
 python3-pil (>= 6.2.2),
 python3-pytest,
 python3-pytest-cov,
 python3-qrcode,
 qpdf,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://py-pdf.github.io/fpdf2/
Vcs-Git: https://salsa.debian.org/python-team/packages/fpdf2.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/fpdf2

Package: python3-fpdf
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-defusedxml,
 python3-fonttools (>= 4.34.0),
 python3-pil (>= 6.2.2),
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Simple & fast PDF generation for Python
 a library for PDF document generation under Python, ported from PHP.
 .
 Compared with other PDF libraries, PyFPDF is simple, small and versatile, with
 advanced capabilities, and is easy to learn, extend and maintain.