readability 0.8.1+dfsg1-4 source package in Ubuntu

Changelog

readability (0.8.1+dfsg1-4) unstable; urgency=medium

  * Team upload.
  * Add (build-)dependency on python3-lxml-html-clean (closes: #1069756).

 -- Colin Watson <email address hidden>  Fri, 26 Apr 2024 16:39:16 +0100

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
readability_0.8.1+dfsg1-4.dsc 2.1 KiB b03cd45477452068afb0e51a5becc9c8f6989b42c75a5367963aa977ae784b5c
readability_0.8.1+dfsg1.orig.tar.xz 19.1 KiB e19f66b7588a7922119c577485c3ca5c1890ed10d0069245632b0c9cc991a344
readability_0.8.1+dfsg1-4.debian.tar.xz 3.6 KiB 53dda0b78d62af0a24d4d7ada0f19c602b921fab36365d49092430a27fb0e8f9

Available diffs

No changes file available.

Binary packages built by this source

python3-readability: Pulls the main body of HTML document and cleans it up

 Given an HTML document, it pulls out the main body text and cleans it up.
 The module extract the main content of an HTML document, separating meaningful
 content pertaining the subject from cruft like navigation links, ads,
 footnotes and sidebar content.
 This Python module is based off the arc90 ruby readability project.