Config.in 474 B

123456789101112
  1. config 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. http://www.crummy.com/software/BeautifulSoup/bs4/