Skip to content

Import from blissdata instead of bliss #905

@woutdenolf

Description

@woutdenolf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions