python fireplan:Fireplan公共API包装器 源码
消防计划 围绕公共 API的python软件包。 安装 pip install git+https://github.com/bouni/python-fireplan.git#egg=python-fireplan 用法 警报 import fireplan token = "ABCDEF...." fp = fireplan . Fireplan ( token ) alarmdata = { "alarmtext" : "" , "einsatznrlst" : "" , "strasse" : "" , "hausnummer" : "" , "ort" : "" , "ortsteil" : "" , "objektname" : "" , "koordinaten" : "" , "einsatzst
文件列表
python-fireplan-main.zip
(预估有个11文件)
python-fireplan-main
pyproject.toml
104B
.github
workflows
python-package.yml
1KB
tests
test_alarm.py
3KB
test_init.py
301B
test_status.py
2KB
tox.ini
172B
暂无评论