python syncthing:到Syncthing REST接口的Python绑定 源码
python同步 Python绑定到Syncthing REST接口。 $ pip install syncthing 入门 from syncthing import Syncthing API_KEY = "..." s = Syncthing ( API_KEY ) # name spaced by API endpoints s . system . connections () # supports GET/POST semantics sync_errors = s . system . errors () s . system . clear () if sync_errors
文件列表
python-syncthing-master.zip
(预估有个14文件)
python-syncthing-master
MANIFEST.in
46B
docs
Makefile
8KB
source
conf.py
10KB
index.rst
3KB
tests
test_parse_datetime.py
2KB
test_syncthing.py
3KB
暂无评论