AI Summary: This issue proposes the creation of an official Python client library for a service that currently only offers a TypeScript client. The Python client should mirror the existing API, including functionalities like connection, data manipulation (create, append, read, subscribe), producer features (durable acks), and robust error handling (retries, SSE subscribe). The new client will be located in the `client/python` directory.
Durable streams