streamstore
is the Python package that provides an async client for interacting with the gRPC API of S2, the Stream Store.
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
Python >= 3.11