diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-03-30 20:57:16 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:16 +0700 |
commit | c930ce80121739c62e6879cf05e8426f546c1143 (patch) | |
tree | 986424833b8d92a464840fbbad49ff470e22b3fb /python/python3-websockets/slack-desc | |
parent | db41eea5512d80542bf703020717cfd8d4f22a61 (diff) |
python/python3-websockets: Added (WebSocket servers & clients)
Rewrapped README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-websockets/slack-desc')
-rw-r--r-- | python/python3-websockets/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-websockets/slack-desc b/python/python3-websockets/slack-desc new file mode 100644 index 000000000000..9ec0d031f5b3 --- /dev/null +++ b/python/python3-websockets/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-websockets: python3-websockets (building WebSocket servers and clients) +python3-websockets: +python3-websockets: websockets is a library for building WebSocket servers and clients +python3-websockets: in Python with a focus on correctness, simplicity, robustness, and +python3-websockets: performance. +python3-websockets: +python3-websockets: Homepage: https://github.com/aaugustin/websockets +python3-websockets: +python3-websockets: +python3-websockets: +python3-websockets: |