-# ControlPi-Plugin für Websocket-Server
-Dieses Paket enthält ein Plugin für das ControlPi-System, mit dem ein
-Websocket-Server zur Verfügung gestellt wird, der eine Verbindung mit dem
-System durch verschiedene Clients ermöglicht. Außerdem stellt er eine
-einfache Debug-Oberfläche zur Verfügung, die alle auf dem System
-vorhandenen Komponenten, ihren momentanen Zustand und die zuletzt von ihnen
-gesandten Nachrichten darstellt und es ermöglicht, ihre Kommandos direkt
-aufzurufen.
+# ControlPi Plugin for Websocket Servers
+This distribution package contains a plugin for the
+[ControlPi system](https://docs.graph-it.com/graphit/controlpi), that
+provides a Websocket server connected to the message bus of the ControlPi.
+Clients connecting a Websocket to the server receive JSON serialisations of
+all messages on the bus and can also send to it.
+A minimal debug Web app is also included, which is served through the
+Websocket server and connects back to it to show all clients of the bus
+with their interfaces, last messages sent, and current state and allow to
+send messages to it.
-Die Dokumentation kann unter [doc/index.md](doc/index.md) bzw.
-[https://docs.graph-it.com/graphit/controlpi-wsserver](https://docs.graph-it.com/graphit/controlpi-wsserver)
-gefunden werden.
+Documentation (in German) can be found at [doc/index.md](doc/index.md) in
+the source repository and at
+[https://docs.graph-it.com/graphit/controlpi-wsserver](https://docs.graph-it.com/graphit/controlpi-wsserver).
+Code documentation (in English) including doctests is contained in the
+source files.
version="0.1.0",
author="Graph-IT GmbH",
author_email="info@graph-it.com",
- description="ControlPi-Plugin für Websocket-Server",
+ description="ControlPi Plugin for Websocket Servers",
long_description=long_description,
long_description_content_type="text/markdown",
url="http://docs.graph-it.com/graphit/controlpi-wsserver",