sd alert pipe:Star Destroyer库用于与各种经纪人进行交互 源码
星际驱逐舰警报管道 Star Destroyer库,用于与各种经纪人进行交互。 当前支持的经纪人: 上面的每个模块都定义了一个服务,该服务包含各种用于从各个API提取数据的方法,通常用于特定的ZTF名称。 安装 在全新的virtualenv中, pip install -r requirements.txt 用法 在脚本中,从导入gather_data() ,该名称采用一个ZTF名称,并返回一个包含来自各个代理的结果的对象: from sd_alert_pipe . common import gather_data result = await gather_data ( 'ZTF18aaviokz' ) print ( result . lasair ) print ( result . lasair . classification ) print ( result . aler
文件列表
sd-alert-pipe-main.zip
(预估有个17文件)
sd-alert-pipe-main
cli.py
1KB
sd_alert_pipe
common.py
2KB
mars.py
1KB
lasair.py
4KB
tns.py
2KB
__init__.py
22B
antares.py
2KB
config.py
350B
暂无评论