The blissdata package is a much lighter dependency than bliss. It is available on pypi and anaconda.
# PyMca5/PyMcaCore/RedisTools.py
from bliss.config import get_sessions_list
from bliss.config.settings import scan as rdsscan
from bliss.data.node import get_node, get_nodes
# PyMca5/PyMcaCore/RedisTools.py
from bliss.config import get_sessions_list # TODO
from blissdata.settings import scan as rdsscan
from blissdata.data.node import get_node, get_nodes
get_sessions_list is unfortunately not in blissdata. I'll try to make that happen.
FYI: soon blissdata will also work without gevent.
The
blissdatapackage is a much lighter dependency thanbliss. It is available on pypi and anaconda.get_sessions_listis unfortunately not inblissdata. I'll try to make that happen.FYI: soon
blissdatawill also work withoutgevent.