File: control

package info (click to toggle)
python-duckpy 3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 124 kB
  • sloc: python: 118; sh: 15; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,229 bytes parent folder | download
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.