weasyprint 62.2-1 source package in Ubuntu

Changelog

weasyprint (62.2-1) unstable; urgency=medium

  * New upstream release

 -- Scott Kitterman <email address hidden>  Sun, 09 Jun 2024 01:29:51 -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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
weasyprint_62.2-1.dsc 2.1 KiB 5e4e384d9cc60d6f7768a1555f25eebc92649531d898105182c6fb35b2cb6f29
weasyprint_62.2.orig.tar.gz 466.7 KiB a08ac400e11919d996d76becaa33160d7c1ac55ba160628c42ce7586574c1a51
weasyprint_62.2-1.debian.tar.xz 4.1 KiB 23a1f62ecf8025d65b42becebdc72f41baa6e750bdb81d051f27045237772bc0

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.