Lightstreamer's official Python library #253
Replies: 1 comment 11 replies
-
We have just released the Lightstreamer Python Client SDK 1.0.0-beta.1 on PyPi. It is a fully-featured client supporting websockets, stream-sensing, session recovery, auto-reconnections etc. It requires Python 3.9 and Lightstreamer Server 7.2.0. In the README on PyPi there is a brief tutorial which shows how the client can connect to a Lightstreamer Server and subscribe to some items. If you have ever used another Lightstreamer client library, you will surely recognize the familiar API. There is also this demo on Github, which subscribes to a list of randomly-generated stock items (not on IG but on a random simulator) and displays the formatted updates on the console. The documentation is here. For the moment it uses a generic format, but we intend to switch to a more pythonic style in the future. NOTE: The Lightstreamer Python Client SDK requires IG to upgrade to Lightstreamer Server v.7.2 or newer and unlock Python support in the license. |
Beta Was this translation helpful? Give feedback.
-
Just wanted to let you know that we are close to releasing the official Lightstreamer client library for Python. It will be maintained by the Lightstreamer team and will contain all the state-of-the-art features of the other Lightstreamer libraries (stream-sense, websockets, auto-reconnections, auto-resubscriptions, etc.).
The alpha should be available in the next few weeks. It will need to be unlocked on IG's servers, though.
Will keep you posted.
Beta Was this translation helpful? Give feedback.
All reactions