python-reportlab 4.0.9-1 source package in Ubuntu

Changelog

python-reportlab (4.0.9-1) unstable; urgency=medium

  * New upstream version 4.0.9

 -- Georges Khaznadar <email address hidden>  Sun, 14 Jan 2024 20:10:36 +0100

Upload details

Uploaded by:
Georges Khaznadar
Uploaded to:
Sid
Original maintainer:
Georges Khaznadar
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-reportlab_4.0.9-1.dsc 2.1 KiB fa13856dab910aae6dc16fce46de2e4ed7601717048e9d49d971b423453a862b
python-reportlab_4.0.9.orig.tar.gz 3.5 MiB f32bff66a0fda234202e1e33eaf77f25008871a61cb01cd91584a521a04c0047
python-reportlab_4.0.9-1.debian.tar.xz 13.6 KiB f84814bb880fe68c31da286ef50ed1131e77ea75cb29e035c776796035682e08

Available diffs

No changes file available.

Binary packages built by this source

python-reportlab-doc: 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.

python3-reportlab: 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