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
- Host: GitHub
- URL: https://github.com/s2-streamstore/s2-sdk-python
- Owner: s2-streamstore
- License: apache-2.0
- Created: 2025-01-10T05:33:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-05T05:16:05.000Z (4 months ago)
- Last Synced: 2026-03-05T10:37:05.761Z (3 months ago)
- Topics: durable, durable-streams, python, real-time, streaming, streamstore, write-ahead-log
- Language: Python
- Homepage: https://streamstore.readthedocs.io
- Size: 414 KB
- Stars: 11
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
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).