weasyprint 62.1-1 source package in Ubuntu

Changelog

weasyprint (62.1-1) unstable; urgency=medium

  * New upstream release

 -- Scott Kitterman <email address hidden>  Mon, 06 May 2024 16:00:06 -0400

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
weasyprint_62.1-1.dsc 2.1 KiB d65aa45f7eb473511752923b888e546bcfb4c9ac372c7edf7eaf89fa5a8915f9
weasyprint_62.1.orig.tar.gz 464.5 KiB bf3c1a9ac4194271a7cf117229c093744105b50ac2fa64c0a6e44e68ae742992
weasyprint_62.1-1.debian.tar.xz 4.1 KiB 18273683664feebc88f3e440a1bf347db003dd10223a92cb52b870af3e32b00d

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.