python-reportlab 4.2.2-1 source package in Ubuntu

Changelog

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

  * exclude src/reportlab.egg-info/* from packaging
  * New upstream version 4.2.2
  * refreshed debian patches

 -- Georges Khaznadar <email address hidden>  Thu, 27 Jun 2024 16:12:55 +0200

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
Oracular release universe python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-reportlab_4.2.2-1.dsc 2.2 KiB 8e9f21b441f146795417bdd23e04e2c219712f37803698466f02866f3a253d90
python-reportlab_4.2.2.orig.tar.xz 2.9 MiB 87e05e70f347585f8d92b545273111092d1517795f30942c48bdb9194f6f7263
python-reportlab_4.2.2-1.debian.tar.xz 14.2 KiB b3459a66366ee0a8a01fbfe50fafd5c297f725f8b009b88607069c7e38766f44

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