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

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

Python SDK for S2, the durable streams API
https://github.com/s2-streamstore/s2-sdk-python

durable durable-streams python real-time streaming streamstore write-ahead-log

Last synced: 3 months ago
JSON representation

Python SDK for S2, the durable streams API

Awesome Lists containing this project

README

          

# streamstore












`streamstore` is the Python package that provides an async client for interacting with [s2.dev](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 [hi@s2.dev](mailto:hi@s2.dev).