pyguacamole:鳄梨酱Python客户端

时间:2021-05-23 18:46:49
【文件属性】:
文件名称:pyguacamole:鳄梨酱Python客户端
文件大小:12KB
文件格式:ZIP
更新时间:2021-05-23 18:46:49
python client library guacamole Python 鳄梨酱 用于与服务器通信的Python客户端库(guacd) 安装 使用点 $ pip install pyguacamole 从来源 $ python setup.py install 用法 GuacamoleClient通过处理与正在运行的guacd服务器的通信。 代理服务器必须使用GuacamoleClient,该代理服务器处理与浏览器中运行的Javscript应用程序的通信。 GuacamoleClient实现了可与guacd服务器通信(发送和接收)的方法。 第一步应该是与guacd服务器建立握手,然后Broker服务器应该处理指令的发送和接收: send :将指令发送到guacd服务器 接收:从guacd服务器接收指令 >>> from guacamole.client import GuacamoleClient >>> client = GuacamoleClient
【文件预览】:
pyguacamole-master
----.gitignore(551B)
----dev_requirements.txt(28B)
----README.rst(2KB)
----.github()
--------workflows()
----tests()
--------test.py(10KB)
--------__init__.py(152B)
----LICENSE(1KB)
----guacamole()
--------exceptions.py(436B)
--------instruction.py(5KB)
--------__init__.py(217B)
--------client.py(7KB)
----CHANGES.txt(916B)
----MANIFEST.in(75B)
----setup.py(1KB)
----.travis.yml(220B)
----tox.ini(303B)

网友评论