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
- 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-13T19:28:11.000Z (3 months ago)
- Last Synced: 2025-02-13T20:19:51.251Z (3 months ago)
- Topics: async, grpc, python, s2, sdk, serverless, store, stream
- Language: Python
- Homepage: https://streamstore.readthedocs.io
- Size: 285 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
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 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]).