python-reportlab 4.1.0-4 source package in Ubuntu

Changelog

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

  * added autopkgtests
  * cleaned the patch t1searchpath.patch
  * install callig15 fonts
  * rewritten d/copyright to comply with copyright-format/1.0/
  * removed copyright mentions about LibHnj since the relevant files are no
    longer part of ReportLab (they were C code, compiled to the older library
    pyHnj.x86_64-linux-gnu.so)

 -- Georges Khaznadar <email address hidden>  Tue, 19 Mar 2024 19:09:52 +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
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-reportlab_4.1.0-4.dsc 2.2 KiB fcfbdcc33b7a54e4669e5afd8b265f6da1dd7c4858446fb74dbb741f0a4c31ba
python-reportlab_4.1.0.orig.tar.gz 3.0 MiB 3a99faf412691159c068b3ff01c15307ce2fd2cf6b860199434874e002040a84
python-reportlab_4.1.0-4.debian.tar.xz 14.1 KiB f6a7ba612ceb63ecf7eeda2f53addb06fe34f28895d78b2b7e2426cf99fe6b90

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