An open API service indexing awesome lists of open source software.

https://github.com/s2-streamstore/s2-sdk-python

Python SDK for S2
https://github.com/s2-streamstore/s2-sdk-python

async grpc python s2 sdk serverless store stream

Last synced: 3 months ago
JSON representation

Python SDK for S2

Awesome Lists containing this project

README

        

# streamstore












`streamstore` is the Python package that provides an async client for interacting with the [gRPC API](https://s2.dev/docs/interface/grpc) of [S2, the Stream Store](https://s2.dev/).

## Project links

- [PyPI](https://pypi.org/project/streamstore/)
- [Documentation](https://streamstore.readthedocs.io/)
- [GitHub](https://github.com/s2-streamstore/s2-sdk-python)

## Requirements

Python >= 3.11

## Installation

You can install the package from the [Python Package Index](https://pypi.org/project/streamstore) using the package manager of your choice. E.g., with `pip`:

```bash
pip install streamstore
```

## Examples

`examples/` directory in the [repo](https://github.com/s2-streamstore/s2-sdk-python/tree/main/examples/) contain examples for streaming APIs.

## Get in touch

Join our [Discord](https://discord.gg/vTCs7kMkAf) server. We would love to hear
from you.

You can also email us at [[email protected]](mailto:[email protected]).