summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2021-03-03 23:21:26 -0500
committerengn33r <engn33r@users.noreply.github.com>2021-03-03 23:21:26 -0500
commitf8716ba79dea933745029a4b470ec75488be0951 (patch)
treedc9a4079f8faef0946612ef7fb1a123bbdb94af7 /docs
parentc36efd01cd408c0cfe909e8ab2927083e401cef2 (diff)
downloadwebsocket-client-f8716ba79dea933745029a4b470ec75488be0951.tar.gz
Add more real-world examples, upgrade PyPI upload.sh script
Diffstat (limited to 'docs')
-rw-r--r--docs/source/examples.rst13
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/source/examples.rst b/docs/source/examples.rst
index a11bb23..0f4140e 100644
--- a/docs/source/examples.rst
+++ b/docs/source/examples.rst
@@ -430,13 +430,20 @@ Real-world Examples
=========================
Other projects that depend on websocket-client may be able to illustrate more
-complex use cases for this library. A few of the projects using websocket-client
-are listed below:
-
+complex use cases for this library. A list of 600+ dependent projects is found
+`on libraries.io <https://libraries.io/pypi/websocket-client/dependents>`_, and
+a few of the projects using websocket-client are listed below:
+
+- `https://github.com/docker/compose <https://github.com/docker/compose>`_
+- `https://github.com/apache/airflow <https://github.com/apache/airflow>`_
+- `https://github.com/docker/docker-py <https://github.com/docker/docker-py>`_
+- `https://github.com/scrapinghub/slackbot <https://github.com/scrapinghub/slackbot>`_
- `https://github.com/slackapi/python-slack-sdk <https://github.com/slackapi/python-slack-sdk>`_
- `https://github.com/wee-slack/wee-slack <https://github.com/wee-slack/wee-slack>`_
- `https://github.com/aluzzardi/wssh/ <https://github.com/aluzzardi/wssh/>`_
+- `https://github.com/miguelgrinberg/python-socketio <https://github.com/miguelgrinberg/python-socketio>`_
- `https://github.com/invisibleroads/socketIO-client <https://github.com/invisibleroads/socketIO-client>`_
+- `https://github.com/s4w3d0ff/python-poloniex <https://github.com/s4w3d0ff/python-poloniex>`_
- `https://github.com/Ape/samsungctl <https://github.com/Ape/samsungctl>`_
- `https://github.com/xchwarze/samsung-tv-ws-api <https://github.com/xchwarze/samsung-tv-ws-api>`_
- `https://github.com/andresriancho/websocket-fuzzer <https://github.com/andresriancho/websocket-fuzzer>`_