Source: pyfavicon Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Henry-Nicolas Tourneur Build-Depends: debhelper-compat (= 13), dh-python, python3-aiohttp, python3-all (>= 3.7), python3-bs4, python3-pil, python3-pytest-cov, python3-setuptools Standards-Version: 4.5.0 X-Python3-Version: >= 3.7 Rules-Requires-Root: no Testsuite: autopkgtest-pkg-python Homepage: https://pypi.org/project/pyfavicon/ Vcs-Git: https://salsa.debian.org/python-team/packages/pyfavicon.git Vcs-Browser: https://salsa.debian.org/python-team/packages/pyfavicon Package: python3-pyfavicon Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Asynchronous favicon fetcher pyfavicon asynchronously fetches favicons from websites. It will parse html from an URL or from a file and extract all favicons. The favicons are stored into a Python object called Icons, allowing one to iterate over the fetched icons by icon size.