GetPageSpeed Extras

python3-beautifulsoup4

How to install python3-beautifulsoup4 (noarch)

HTML/XML parser for quick-turnaround applications like screen-scraping

License: MIT http://www.crummy.com/software/BeautifulSoup/

Install

sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm
sudo amazon-linux-extras install epel
sudo yum -y install python3-beautifulsoup4

Description

Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. Three features make it powerful: Beautiful Soup wont choke if you give it bad markup. Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. Beautiful Soup parses anything you give it. Valuable data that was once locked up in poorly-designed websites is now within your reach. Projects that would have taken hours take only minutes with Beautiful Soup.

RPMs

Package Size Changelog
python3-beautifulsoup4-4.6.3-2.amzn2.noarch 181 KiB Fedora Release Engineering (2019-02-02)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

Subscribe