hstreamdb-py
Python client for HStreamDB
Installation
Create a new virtual environment if you prefer to use isolated environments:
virtualenv -p python3 ./venv
source ./venv/bin/activate
Install hstreamdb:
pip install hstreamdb
Examples
Here's a basic example (For more examples and api documentation, see: https://hstreamdb.github.io/hstreamdb-py/) :
$ python
>>> from hstreamdb import insecure_client
>>> async def main():
... async with await insecure_client(host="127.0.0.1", port=6570) as client:
... streams = await client.list_streams()
... print(list(streams))
...
>>> import asyncio
>>> asyncio.run(main())
Release files for hstreamdb 0.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hstreamdb-0.5.0.tar.gz | 11.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hstreamdb-0.5.0-py3.7.egg | Legacy Egg format | - | - | Details |
Total release size: 43.1 kB
Release files / hstreamdb-0.5.0.tar.gz
| Download URL | hstreamdb-0.5.0.tar.gz |
|---|---|
| Size | 11.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4c920e712a769bf58bd458710715e316ea6acb10aea674206ea423be17edf447
|
|
BLAKE2b-256 checksum How to use checksums |
7f9ccd881fc2408568784e2424d507602c10a0f1ff55b3d9d2282a1f7a1436cf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.17
|
Release files / hstreamdb-0.5.0-py3.7.egg
| Download URL | hstreamdb-0.5.0-py3.7.egg |
|---|---|
| Size | 31.6 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
3cf94760485be2e0fde87b071f09b5a63ca8dc8c54a1da51a26165e7f2364093
|
|
BLAKE2b-256 checksum How to use checksums |
1c1a332c19a45484a303390a923a7fd8dcdb1dac1db04a83f0f49094bd127a4a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.17
|