文件名称:certstream-python:用于连接到CertStream的Python库
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-02 00:49:10
Python
CertStream-Python 实时发布SSL证书。 Certstream-python是一个用于与进行交互的库,以监视来自集合的聚合提要。 它利用了出色的2/3兼容的库,并支持自动重新连接。 正在安装 pip install certstream 用法 用法非常简单,只需导入certstream模块并在certstream注册一个回调certstream.listen_for_events 。 注册回调后,将使用2个参数调用该回调,即message和context 。 import logging import sys import datetime import certstream def print_callback ( message , context ): logging . debug ( "Message -> {}" . format ( messa
【文件预览】:
certstream-python-master
----MANIFEST.in(41B)
----certstream()
--------core.py(2KB)
--------cli.py(3KB)
--------__init__.py(35B)
----LICENSE(1KB)
----requirements.txt(35B)
----examples()
--------stat_windows.py(1KB)
--------gui.py(13KB)
--------__init__.py(0B)
--------echo.py(839B)
----setup.py(1KB)
----.gitignore(1KB)
----Makefile(35B)
----README.md(12KB)