Official Python SDK for S2
streamstore
Python >= 3.11
pip
pip install streamstore
python -m asyncio
from streamstore import S2 async with S2(access_token="your_access_token") as s2: print(await s2.create_basin("your_basin_name"))