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
|
Source: censys
Section: python
Priority: optional
Maintainer: Gianfranco Costamagna <locutusofborg@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-backoff,
python3-poetry-core,
python3-requests,
python3-rich,
python3-urllib3,
python3-setuptools
Standards-Version: 4.7.2
Homepage: https://github.com/censys/censys-python
Package: python3-censys
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: easy-to-use and lightweight API wrapper for Censys APIs (censys.io)
An easy-to-use and lightweight API wrapper for Censys APIs (censys.io).
Python 3.7+ is currently supported.
Notice: The Censys Search v1 endpoints are deprecated as of Nov. 30, 2021.
Please begin using v2 endpoints to query hosts and certificates and check
out our support center for resources.
.
|