Client for getstream.io, enabling developers to build scalable newsfeeds and activity streams. The library provides functionality to interact with Stream's API for feed management, activity posting, and user token generation. Currently at version 5.4.0, it maintains an active development pace with several releases per year, including minor updates and occasional major feature additions.
pip install stream-pythonVerified import paths — ran on the pinned version, not inferred.
Connects to the Stream API using environment variables for credentials, initializes a user feed, adds a simple activity, and then retrieves it to confirm.
Upgrade your Python interpreter to 3.7 or higher.
Upgrade `pyjwt` to 2.x (`pip install 'pyjwt>=2,<3'`) or ensure your dependency tree allows for `pyjwt` 2.x.
Replace all calls to `client.create_user_session_token(...)` with `client.create_user_token(...)`.
Refer to the `pyjwt` 2.x documentation for any custom token handling or ensure you use the library's provided `create_user_token` method for compatibility.
No dependency data recorded yet.