Source: beautifulsoup4 Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Stefano Rivera Build-Depends: debhelper (>= 11), dh-python, pypy (>= 1.7), pypy-setuptools, pypy-soupsieve , python-all, python-html5lib , python-lxml , python-setuptools, python-soupsieve , python3-all (>= 3.1.2), python3-html5lib , python3-lxml , python3-setuptools, python3-soupsieve , python3-sphinx Standards-Version: 4.3.0 Homepage: https://www.crummy.com/software/BeautifulSoup Vcs-Git: https://salsa.debian.org/python-team/modules/beautifulsoup4.git Vcs-Browser: https://salsa.debian.org/python-team/modules/beautifulsoup4 Rules-Requires-Root: no Package: python-bs4 Architecture: all Depends: ${misc:Depends}, ${python:Depends} Recommends: python-chardet, python-lxml | python-html5lib Description: error-tolerant HTML parser for Python Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work. . This package contains BeautifulSoup 4, for Python 2.x. Package: pypy-bs4 Architecture: all Depends: ${misc:Depends}, ${pypy:Depends} Recommends: pypy-chardet, pypy-lxml | pypy-html5lib Description: error-tolerant HTML parser for PyPy Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work. . This package contains BeautifulSoup 4, for Python 2.x PyPy. Package: python3-bs4 Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Recommends: python3-chardet, python3-lxml Description: error-tolerant HTML parser for Python 3 Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work. . This package contains BeautifulSoup 4, for Python 3.x. Package: python-bs4-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends} Description: error-tolerant HTML parser for Python - documentation Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work. . This package contains BeautifulSoup's documentation.