python-reportlab 4.1.0-1 source package in Ubuntu

Changelog

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

  * ignore some generated files
  * New upstream version 4.1.0

 -- Georges Khaznadar <email address hidden>  Mon, 12 Feb 2024 15:18:26 +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.1.0-1.dsc 2.1 KiB ea300575faea6b897a11a7b8b890c9b0d82a5f5d69f4817014c1fa900e31230d
python-reportlab_4.1.0.orig.tar.gz 3.0 MiB 3a99faf412691159c068b3ff01c15307ce2fd2cf6b860199434874e002040a84
python-reportlab_4.1.0-1.debian.tar.xz 13.6 KiB 46ccac5164c611679ec7b1a53ecbbd3c86e10ecdc56dcff18b7d2f27550a1246

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