diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-10-14 00:06:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-15 10:47:31 +0700 |
commit | b271bdadc0539b97fdd25794f16b72fe540cc42c (patch) | |
tree | 5f357f2460e03874268239d8a523fb4b92e74024 /python/python3-websocket-client/slack-desc | |
parent | ae08b45fc3fc527e2e23c18e2ff393700e387395 (diff) |
python/python3-websocket-client: Added (WebSocket client for python)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-websocket-client/slack-desc')
-rw-r--r-- | python/python3-websocket-client/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-websocket-client/slack-desc b/python/python3-websocket-client/slack-desc new file mode 100644 index 0000000000000..3c9e9efb1bc20 --- /dev/null +++ b/python/python3-websocket-client/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-websocket-client: python3-websocket-client (WebSocket client for python) +python3-websocket-client: +python3-websocket-client: websocket-client module is WebSocket client for python. This provides +python3-websocket-client: the low level APIs for WebSocket. All APIs are synchronous functions +python3-websocket-client: +python3-websocket-client: +python3-websocket-client: +python3-websocket-client: +python3-websocket-client: +python3-websocket-client: Homepage: https://github.com/websocket-client/websocket-client +python3-websocket-client: |