Bliss data streaming client
Project description
blissdata
The blissdata
library provides access to:
- all data produced by Bliss acquisitions (Redis database 1)
- all public device settings (Redis database 0)
- beamline configuration (Beacon server)
Receive data from Bliss acquisitions
import gevent.monkey
gevent.monkey.patch_all()
from blissdata.client import configure_with_beacon_address
from blissdata.data.node import get_session_node
configure_with_beacon_address("localhost", 10001)
node = get_session_node("demo_session")
for event in node.walk_on_new_events():
print(event)
Pypi installation
python3 -m pip install blissdata[test]
The installation can be tested when installed with the test
option
python3 -m pytest --pyargs blissdata
Note for installation on Linux: the pytango
dependency requires
the following system packages (Ubuntu) to be installed
sudo apt update
sudo apt install libboost-python-dev libtango-dev
Conda installation
conda install blissdata -c esrf-bcu
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
blissdata-0.3.4.tar.gz
(89.6 kB
view details)
Built Distribution
blissdata-0.3.4-py3-none-any.whl
(111.7 kB
view details)
File details
Details for the file blissdata-0.3.4.tar.gz
.
File metadata
- Download URL: blissdata-0.3.4.tar.gz
- Upload date:
- Size: 89.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3a2adc2fa69d15c551ecbe02048d5284a91bb1f8fb56f7f6b1781991822ad93 |
|
MD5 | 165216ee7fd3e5e6f60530f2c9bfb2b1 |
|
BLAKE2b-256 | d9caaa13892db1d54725583f8b82f04cad26bb1d14c0706c05286d3c86be77f7 |
File details
Details for the file blissdata-0.3.4-py3-none-any.whl
.
File metadata
- Download URL: blissdata-0.3.4-py3-none-any.whl
- Upload date:
- Size: 111.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a7169f149dbf76420141e1b639fd6ca2fedfa5596015b65763a7a6e98f8cc8b |
|
MD5 | 025b64da28c17ecc8eb6e0f5a63aedcc |
|
BLAKE2b-256 | a40f06b092f38425e2d47e9a7946cba0043837e4d025e69d272aad6b2fdc3b7c |