pylabels 1.2.1+repack-3 source package in Ubuntu

Changelog

pylabels (1.2.1+repack-3) unstable; urgency=medium

  * fixed the wrong VS stuff in d/control

 -- Georges Khaznadar <email address hidden>  Wed, 21 Feb 2024 11:36:20 +0100

Upload details

Uploaded by:
Georges Khaznadar
Uploaded to:
Sid
Original maintainer:
Georges Khaznadar
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pylabels_1.2.1+repack-3.dsc 2.0 KiB 8e499620ef484d605b2e180cee407035a50f078e36fc7a7c7049f6d3e5039f39
pylabels_1.2.1+repack.orig.tar.xz 11.1 KiB 0ab5b1645d5c8b5a5d561c380e7516ef15a484d1db82f7b46427281d355fde14
pylabels_1.2.1+repack-3.debian.tar.xz 2.6 KiB cfb84888593f1a5f19b05a35cf7c4a8d1162c026e07a00161d6064752d0831fb

Available diffs

No changes file available.

Binary packages built by this source

python3-pylabels: python library for creating PDFs to print sheets of labels

 pylabels uses the ReportLab PDF toolkit to produce the PDF.
 .
 Basically, the user creates a set of specifications of the label
 sizes etc, writes a callback function which does the actual drawing,
 and gives these two items to a Sheet object. Items are then added to
 the sheet using the add_label() method (or add_labels() to add all
 items from an iterable).
 .
 The callback function is called once for each item, being given a
 ReportLab Drawing object representing the label, its width and
 height, and the item to draw on the label. Any of the standard
 ReportLab drawing methods can be used, with pylabels automatically
 adding a clipping path around each label to prevent it interfering
 with other labels.
 .
 Once all the items have been added, the labels can be saved as a PDF,
 or a preview of a page can be saved as an image.
 .
 This package installs the library for Python 3.