Skip to content

s2-streamstore/s2-sdk-python

Repository files navigation

streamstore

streamstore is the Python package that provides an async client for interacting with the gRPC API of S2, the Stream Store.

Installation

You can install the package from the Python Package Index using the package manager of your choice. E.g., with pip:

pip install streamstore

If you are managing the dependencies of your project through uv:

uv add streamstore

Requirements

Python >= 3.11