python-reportlab 4.0.7-1 source package in Ubuntu

Changelog

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

  * New upstream version 4.0.7

 -- Georges Khaznadar <email address hidden>  Sun, 12 Nov 2023 16:03: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.7-1.dsc 2.1 KiB f6d5d09643b0b7b4e2b269ad6755ed99ab3b55f9276873a6e6d6d4908d60c628
python-reportlab_4.0.7.orig.tar.gz 3.5 MiB 967c77f00efd918cc231cf8b6d8f4e477dc973b5c16557e3bd18dfaeb5a70234
python-reportlab_4.0.7-1.debian.tar.xz 13.5 KiB b2cacc2308cee2b390ca6a9b6a321349e33a00af98f9d7ceb22dc525349f5bdd

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