summaryrefslogtreecommitdiff
path: root/debian/control
blob: c6c0889afd0b1e156b6a7cd591b0b9ac9cc356ca (plain)
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
50
51
52
53
54
55
56
57
58
Source: pikepdf
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends:
 debhelper-compat (= 10),
 dh-python,
 libqpdf-dev (>= 8.4.2),
 python3-all-dev,
 python3-pil,
 python3-pybind11 (>= 2.4.3),
 python3-setuptools,
 python3-setuptools-scm,
 python3-setuptools-scm-git-archive,
 python3-sphinx,
 python3-sphinx-rtd-theme,
 python3-matplotlib,
 python3-ipython,
 python3-lxml,
Standards-Version: 4.1.5
Homepage: https://github.com/pikepdf/pikepdf
Vcs-Browser: https://salsa.debian.org/python-team/modules/pikepdf
Vcs-Git: https://salsa.debian.org/python-team/modules/pikepdf.git

Package: python3-pikepdf
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-pkg-resources
Provides: ${python3:Provides}
XB-Python-Version: ${python3:Versions}
Description: Python library to read and write PDFs with QPDF
 pikepdf is a Python library to read and write PDFs with QPDF.
 Features include:
 .
   * Editing, manipulation and transformation of existing PDFs
   * Based on the mature, proven QPDF C++ library
   * Works with encrypted PDFs
   * Supports all PDF compression filters
   * Can create "fast web view" (linearized) PDFs
   * Creates standards compliant PDFs that pass validation in other tools
   * Automatically repairs damaged PDFs, just like QPDF
   * Implements more of the PDF specification than existing Python PDF tools
   * IPython notebook and Jupyter integration

Package: pikepdf-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Built-Using: ${sphinxdoc:Built-Using}
Description: Python library to read and write PDFs with QPDF - documentation
 pikepdf is a Python library to read and write PDFs with QPDF.
 .
 This package includes pikepdf's HTML documentation.
 .
 See the description for the pikepdf binary package for more
 information about pikepdf.