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
|
Source: python-duckduckgo2
Section: python
Priority: optional
Maintainer: Iain R. Learmonth <irl@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python,
python-setuptools
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/python-duckduckgo2.git
Vcs-Git: http://anonscm.debian.org/git/collab-maint/python-duckduckgo2.git
Homepage: https://pypi.python.org/pypi/duckduckgo2/
Package: python-duckduckgo2
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}
Description: Library for querying the DuckDuckGo API
A Python library for querying the DuckDuckGo Instant Answer API. The
Instant Answer API gives you free access to many of DuckDuckGo's instant
answers like: topic summaries, categories, disambiguation, and !bang
redirects.
.
More information on the Instant Answer API can be found at:
.
https://duckduckgo.com/api
|