Currently, the WAMP-XBR dist flavor xbr includes UI portions, which depend on gobject (https://github.com/crossbario/autobahn-python/blob/aa2e22ef9d2dd2497c01f72845532d4a48493231/setup.py#L145), which in turn requires respective host libraries. This can be limiting, and since the UI portions are just "tool level" and not necessary for core WAMP-XBR support, we should split the UI portions and deps into a new dist flavor ui.
Currently, the WAMP-XBR dist flavor
xbr
includes UI portions, which depend on gobject (https://github.com/crossbario/autobahn-python/blob/aa2e22ef9d2dd2497c01f72845532d4a48493231/setup.py#L145), which in turn requires respective host libraries. This can be limiting, and since the UI portions are just "tool level" and not necessary for core WAMP-XBR support, we should split the UI portions and deps into a new dist flavorui
.