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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
|
Source: python-reportlab
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Standards-Version: 3.9.7
XS-Python-Version: >= 2.4
Build-Depends: debhelper (>= 5.0.37.1), dh-python,
python2.7 (>= 2.7.8-4),
python-all-dev (>= 2.6.5-9~), python-all-dbg,
python3-all-dev (>= 3.3.4), python3-all-dbg,
libart-2.0-dev, libfreetype6-dev, sharutils
Build-Depends-Indep: python-pil, python-sphinx
Build-Conflicts: python-setuptools, python3-setuptools
Package: python-reportlab
Architecture: all
Depends: ${python:Depends}, ${misc:Depends},
python-reportlab-accel (>= ${source:Version})
Recommends: python-renderpm, python-pil
Suggests: pdf-viewer,
python-egenix-mxtexttools (>= 2.0.6-3.1),
python-reportlab-doc
XB-Python-Version: ${python:Versions}
Description: ReportLab library to create PDF documents using Python
ReportLab is a library that lets you directly create documents in
Adobe's Portable Document Format (PDF) using the Python programming language.
.
ReportLab library creates PDF based on graphics commands without
intervening steps. It's therefore extremely fast, and flexible (since
you're using a full-blown programming language).
.
Sample use cases are:
* Dynamic PDF generation on the web
* High-volume corporate reporting and database publishing
* As embeddable print engine for other applications, including a
'report language' so that users can customize their own reports.
* As 'build system' for complex documents with charts, tables and text
such as management accounts, statistical reports and scientific papers
* from XML to PDF in one step
Package: python-reportlab-accel
Architecture: any
Multi-Arch: same
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: C coded extension accelerator for the ReportLab Toolkit
A C coded extension accelerator for the ReportLab Toolkit.
Package: python-reportlab-accel-dbg
Priority: extra
Architecture: any
Multi-Arch: same
Section: debug
Depends: python-reportlab-accel (= ${binary:Version}),
python-dbg, ${shlibs:Depends}, ${misc:Depends}
Description: C coded extension accelerator for the ReportLab Toolkit
A C coded extension accelerator for the ReportLab Toolkit.
Package: python-renderpm
Architecture: any
Multi-Arch: same
Depends: ${python:Depends}, ${shlibs:Depends},
${misc:Depends}, gsfonts
Suggests: python-renderpm-dbg
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: python low level render interface
This package contains the python low level render interface,
used in the ReportLab library.
Package: python-renderpm-dbg
Priority: extra
Architecture: any
Multi-Arch: same
Section: debug
Depends: python-renderpm (= ${binary:Version}),
python-dbg,
${shlibs:Depends}, ${misc:Depends}
Description: python low level render interface (debug extension)
This package contains the python low level render interface,
used in the ReportLab library.
.
This package contains the extension built for the python debug interpreter.
Package: python3-reportlab
Architecture: all
Depends: python3-reportlab-accel (>= ${source:Version}),
${python3:Depends}, ${misc:Depends}
Recommends: python3-renderpm, python3-pil
Suggests: pdf-viewer, python3-egenix-mxtexttools (>= 2.0.6-3.1), python-reportlab-doc
Description: ReportLab library to create PDF documents using Python3
ReportLab is a library that lets you directly create documents in
Adobe's Portable Document Format (PDF) using the Python programming language.
.
ReportLab library creates PDF based on graphics commands without
intervening steps. It's therefore extremely fast, and flexible (since
you're using a full-blown programming language).
.
Sample use cases are:
* Dynamic PDF generation on the web
* High-volume corporate reporting and database publishing
* As embeddable print engine for other applications, including a
'report language' so that users can customize their own reports.
* As 'build system' for complex documents with charts, tables and text
such as management accounts, statistical reports and scientific papers
* from XML to PDF in one step
Package: python3-reportlab-accel
Architecture: any
Multi-Arch: same
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Description: C coded extension accelerator for the ReportLab Toolkit
A C coded extension accelerator for the ReportLab Toolkit.
Package: python3-reportlab-accel-dbg
Priority: extra
Architecture: any
Multi-Arch: same
Section: debug
Depends: python3-reportlab-accel (= ${binary:Version}),
python3-dbg,
${shlibs:Depends}, ${misc:Depends}
Description: C coded extension accelerator for the ReportLab Toolkit
A C coded extension accelerator for the ReportLab Toolkit.
Package: python3-renderpm
Architecture: any
Multi-Arch: same
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, gsfonts
Suggests: python3-renderpm-dbg
Provides: ${python3:Provides}
Description: python low level render interface
This package contains the python low level render interface,
used in the ReportLab library.
Package: python3-renderpm-dbg
Priority: extra
Architecture: any
Multi-Arch: same
Section: debug
Depends: python3-renderpm (= ${binary:Version}),
python3-dbg, ${shlibs:Depends}, ${misc:Depends}
Description: python low level render interface (debug extension)
This package contains the python low level render interface,
used in the ReportLab library.
.
This package contains the extension built for the python debug interpreter.
Package: python-reportlab-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: python-reportlab
Description: Documentation for the ReportLab Python library (PDF format)
ReportLab is a library that lets you directly create documents in
Adobe's Portable Document Format (PDF) using the Python programming language.
.
This package contains the documentation for ReportLab in PDF format.
|