Source: pyexploitdb
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@kali.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-git,
               python3-requests,
               python3-setuptools
Standards-Version: 4.7.2
Homepage: https://github.com/Hackman238/pyExploitDb
Vcs-Browser: https://gitlab.com/kalilinux/packages/pyexploitdb
Vcs-Git: https://gitlab.com/kalilinux/packages/pyexploitdb.git

Package: python3-pyexploitdb
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: exploitdb
Description: library to fetch the most recent exploit-database (Python 3)
 This package contains an optimized Python3 library to fetch the most recent
 exploit-database, create searchable indexes for CVE->EDBID and EDBID -> CVE,
 and provide methods to perform searches.
 .
 This package installs the library for Python 3.
