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