A Python port of the Readability HTML parser (originally by Arc90) for extracting readable content from HTML pages. Current version: 0.1.20. The library is in maintenance mode with infrequent releases.
pip install breadabilityVerified import paths — ran on the pinned version, not inferred.
Fetch a URL and extract the readable article content.
Switch to readability-lxml (pip install readability-lxml) or trafilatura for better maintained alternatives.
Use 'from breadability.readable import Article'.
Use requests.get(url).text to get the HTML, then pass to Article().
No dependency data recorded yet.