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
|
Source: python-reportlab
Section: python
Priority: optional
Maintainer: Gregor Hoffleit <flight@debian.org>
Standards-Version: 3.6.1
Build-Depends: debhelper (>= 4.1.67), python2.1-dev, python2.2-dev, python2.3-dev, python-dev, libart-2.0-dev
Package: python-reportlab
Architecture: all
Depends: ${python:Depends}, python-xml
Recommends: python-imaging
Suggests: pdf-viewer, python-egenix-mxtexttools, python-reportlab-doc
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-doc
Section: doc
Architecture: all
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.
Package: python2.1-reportlab
Architecture: any
Depends: ${python:Depends}, python2.1-xml, ${shlibs:Depends}
Recommends: python2.1-imaging
Conflicts: python-reportlab (<= 1.18debian-1)
Suggests: pdf-viewer, python2.1-egenix-mxtexttools
Description: ReportLab library to create PDF documents using Python (2.1)
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).
.
This is the Python 2.1 version of the package.
.
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: python2.2-reportlab
Architecture: any
Depends: ${python:Depends}, python2.2-xml, ${shlibs:Depends}
Recommends: python2.2-imaging
Conflicts: python-reportlab (<= 1.18debian-1)
Suggests: pdf-viewer, python2.2-egenix-mxtexttools
Description: ReportLab library to create PDF documents using Python (2.2)
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).
.
This is the Python 2.2 version of the package.
.
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: python2.3-reportlab
Architecture: any
Depends: ${python:Depends}, python2.3-xml, ${shlibs:Depends}
Recommends: python2.3-imaging
Conflicts: python-reportlab (<= 1.18debian-1)
Suggests: pdf-viewer, python2.3-egenix-mxtexttools
Description: ReportLab library to create PDF documents using Python (2.3)
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).
.
This is the Python 2.3 version of the package.
.
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
|