1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: beautifulsoup4
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
pybuild-plugin-pyproject,
python3-all,
python3-hatchling,
python3-html5lib <!nocheck>,
python3-lxml <!nocheck>,
python3-pytest <!nocheck>,
python3-soupsieve (>= 2.6) <!nocheck>,
python3-sphinx <!nodoc>,
python3-stemmer <!nocheck>,
python3-typing-extensions <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://www.crummy.com/software/BeautifulSoup
Vcs-Git: https://salsa.debian.org/python-team/packages/beautifulsoup4.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/beautifulsoup4
Rules-Requires-Root: no
Package: python3-bs4
Architecture: all
Depends: python3-soupsieve, ${misc:Depends}, ${python3:Depends}
Recommends: python3-chardet | python3-charset-normalizer, 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}
Multi-Arch: foreign
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.
|