xref: /OK3568_Linux_fs/buildroot/package/python-beautifulsoup4/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_BEAUTIFULSOUP4
2*4882a593Smuzhiyun	bool "python-beautifulsoup4"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_PYTHON3
4*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_SOUPSIEVE # runtime
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  Beautiful Soup is a Python library for pulling data out of
7*4882a593Smuzhiyun	  HTML and XML files. It works with your favorite parser to
8*4882a593Smuzhiyun	  provide idiomatic ways of navigating, searching, and
9*4882a593Smuzhiyun	  modifying the parse tree. It commonly saves programmers
10*4882a593Smuzhiyun	  hours or days of work.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  http://www.crummy.com/software/BeautifulSoup/bs4/
13