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
|
Source: python-duckpy
Section: science
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Sao I Kuan <saoikuan@gmail.com>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-aiohttp,
python3-all,
python3-bs4,
python3-certifi,
python3-httpx,
python3-setuptools,
python3-urllib3
Standards-Version: 4.6.0
Homepage: https://github.com/AmanoTeam/duckpy
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-duckpy
Vcs-Git: https://salsa.debian.org/python-team/packages/python-duckpy.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Package: python3-duckpy
Architecture: all
Section: python
Depends: ${misc:Depends},
${python3:Depends},
python3-bs4,
python3-h2
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: simple Python library for searching on DuckDuckGo
A simple Python module for searching on DuckDuckGo. And also provide an
asynchronous version inside the duckpy.aio package.
.
Can also set up proxies and/or enable or disable random User-Agents
depending on your needs.
|