Source: python-beautifulsoup
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://pypi.org/project/beautifulsoup4/#history
Vcs-Browser: https://github.com/alvistack/leonardr-beautifulsoup
Vcs-Git: https://github.com/alvistack/leonardr-beautifulsoup.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-bs4
Architecture: all
Description: Screen-scraping library
 Beautiful Soup is a library that makes it easy to scrape information
 from web pages. It sits atop an HTML or XML parser, providing Pythonic
 idioms for iterating, searching, and modifying the parse tree.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-soupsieve (>> 1.6.1),
 python3-typing-extensions (>= 4.0.0),
