pyguacamole
pyguacamole copied to clipboard
Guacamole Python Client
Whats the supported guacd version? (latest is 1.4.0)
i wonder if this pyguacamole whethe support guacamole restful api such as create share link ?
As Python2 is being [retired in 2020](https://pythonclock.org/), dropping support for 2.7 would make sense.
thanks for your project! i'm using it with django, and an error occurred while I was running the program:bytes has no attribute encode 。so i changed the code of client.py...
Hello, I’m working on a Django backend and looking to implement a tunneling mechanism that would allow the frontend to initiate interactive SSH/RDP sessions. The goal is for end-users to...