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
|
Source: python-reportlab
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Uploaders: Igor Stroh <jenner@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Standards-Version: 3.7.2
XS-Python-Version: all
Build-Depends-Indep: debhelper (>= 5.0.37.1), python-central (>= 0.4.17), python-all-dev (>= 2.3.5-10)
Package: python-reportlab
Architecture: all
Depends: ${python:Depends}, python-xml (>= 0.8.4-5)
Recommends: python-imaging (>= 1.1.5-9)
Suggests: pdf-viewer, python-egenix-mxtexttools (>= 2.0.6-3.1), python-reportlab-doc
Conflicts: python2.3-reportlab, python2.4-reportlab
Replaces: python2.3-reportlab, python2.4-reportlab
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-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.
|