Source: pyshodan
Section: python
Priority: optional
Maintainer: Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org>
Uploaders: Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-ipy,
               python3-setuptools,
               python3-shodan
Standards-Version: 4.6.1
Homepage: https://github.com/GoVanguard/pyShodan

Package: python3-pyshodan
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: script for interacting with Shodan API (Python 3)
 This package contains a Python 3 script for interacting with Shodan API. It
 has three modes of operation: making an API query for a search term, for a
 single IP address, or for a list of IP addresses in a .txt file.
 .
 This package installs the library for Python 3.
