weasyprint 60.2-1 source package in Ubuntu

Changelog

weasyprint (60.2-1) unstable; urgency=medium

  * New upstream release

 -- Scott Kitterman <email address hidden>  Wed, 03 Jan 2024 10:05:40 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
weasyprint_60.2-1.dsc 2.1 KiB a7a2a43e6737670ec2057bdcc2316241f091bd4fd9a90e3a5113b27aef26a2fb
weasyprint_60.2.orig.tar.gz 432.2 KiB 0c0cdd617a78699262b80026e67fa1692e3802cfa966395436eeaf6f787dd126
weasyprint_60.2-1.debian.tar.xz 3.9 KiB a68e6941e40bda53f2cf54129d5079911ac191b76b8a851ab6304cbade54ce90

Available diffs

No changes file available.

Binary packages built by this source

weasyprint: Document factory for creating PDF files from HTML

 WeasyPrint is a smart solution helping web developers to create PDF
 documents. It turns simple HTML pages into gorgeous statistical reports,
 invoices, tickets, etc.
 .
 From a technical point of view, WeasyPrint is a visual rendering engine for
 HTML and CSS that can export to PDF and PNG. It aims to support web standards
 for printing. WeasyPrint is free software made available under a BSD license.
 .
 It is based on various libraries but *not* on a full rendering engine like
 WebKit or Gecko. The CSS layout engine is written in Python, designed for
 pagination, and meant to be easy to hack on.