mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
- Update LICENSE [1] - Update pkg-descr, add WWW: URL - Add USE_PYTHON=concurrent, package installs a script - Remove backports.ssl_match_hostname dependency, only needed for Python < 2.7.9 [2] Changelog: https://github.com/websocket-client/websocket-client/blob/v0.56.0/ChangeLog [1]e94ed9e078
[2]f7f5f70681
Reviewed by: alfred (maintainer) Approved by: alfred (maintainer) Differential Revision: D20283
6 lines
245 B
Text
6 lines
245 B
Text
websocket-client module is a WebSocket client for python. This provide the
|
|
low level APIs for WebSocket. All APIs are the synchronous functions.
|
|
|
|
websocket-client supports only hybi-13.
|
|
|
|
WWW: https://github.com/websocket-client/websocket-client
|