1config BR2_PACKAGE_PYTHON_BEAUTIFULSOUP4 2 bool "python-beautifulsoup4" 3 select BR2_PACKAGE_PYTHON_SOUPSIEVE # runtime 4 help 5 Beautiful Soup is a Python library for pulling data out of 6 HTML and XML files. It works with your favorite parser to 7 provide idiomatic ways of navigating, searching, and 8 modifying the parse tree. It commonly saves programmers 9 hours or days of work. 10 11 http://www.crummy.com/software/BeautifulSoup/bs4/ 12