python-reportlab 4.0.8-1 source package in Ubuntu

Changelog

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

  * New upstream version 4.0.8
  * Added Suggests: for rl-accel and rl-renderpm, which provide the
    accelerators in separate packages. Closes: #1037483

 -- Georges Khaznadar <email address hidden>  Sat, 16 Dec 2023 15:19:29 +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.8-1.dsc 2.1 KiB 37f8d6c1db5a8648c1c05e9c947c3e004b063690f85689754afd258403ea7e53
python-reportlab_4.0.8.orig.tar.gz 3.5 MiB 169945817a1a7759fb7b7dae528c2f8064fc21d16338d9b572ebdcb756740853
python-reportlab_4.0.8-1.debian.tar.xz 13.5 KiB 2100744179486fd63c9fe1952bd292789eac3f94970c3d37d7f4a949e8d52dd3

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