bec-ipython-client 3.130.2__tar.gz → 3.130.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/PKG-INFO +1 -1
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/main.py +1 -2
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/pyproject.toml +2 -1
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/client_tests/test_bec_client.py +3 -3
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/.gitignore +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/__init__.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/beamline_mixin.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/bec_magics.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/bec_startup.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/callbacks/__init__.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/callbacks/device_progress.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/callbacks/ipython_live_updates.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/callbacks/live_table.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/callbacks/move_device.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/callbacks/utils.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/high_level_interfaces/__init__.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/high_level_interfaces/bec_hli.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/high_level_interfaces/spec_hli.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/plugins/SLS/__init__.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/plugins/SLS/sls_info.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/plugins/XTreme/__init__.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/plugins/XTreme/x-treme.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/plugins/__init__.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/plugins/flomni/flomni_config.yaml +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/prettytable.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/progressbar.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/signals.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/demo.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/client_tests/conftest.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/client_tests/test_beamline_mixins.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/client_tests/test_device_progress.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/client_tests/test_ipython_live_updates.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/client_tests/test_live_table.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/client_tests/test_move_callback.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/client_tests/test_pretty_table.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/conftest.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/end-2-end/_ensure_requirements_container.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/end-2-end/test_actors_e2e.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/end-2-end/test_procedures_e2e.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/end-2-end/test_scans_e2e.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/end-2-end/test_scans_lib_e2e.py +0 -0
- {bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/end-2-end/test_scans_v4_lib_e2e.py +0 -0
|
@@ -38,7 +38,6 @@ logger = bec_logger.logger
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
class CLIBECClient(BECClient):
|
|
41
|
-
|
|
42
41
|
def _wait_for_server(self):
|
|
43
42
|
super()._wait_for_server()
|
|
44
43
|
|
|
@@ -54,7 +53,6 @@ class CLIBECClient(BECClient):
|
|
|
54
53
|
|
|
55
54
|
|
|
56
55
|
class BECIPythonClient:
|
|
57
|
-
|
|
58
56
|
# local_only_types is a container for objects that should not be resolved through
|
|
59
57
|
# the CLIBECClient but directly through the BECIPythonClient. While this is not
|
|
60
58
|
# needed for normal usage, it is required, e.g. for mocks.
|
|
@@ -398,6 +396,7 @@ def main():
|
|
|
398
396
|
main_dict["startup_file"] = args.post_startup_file
|
|
399
397
|
|
|
400
398
|
app = TerminalIPythonApp()
|
|
399
|
+
app.display_banner = False
|
|
401
400
|
app.interact = True
|
|
402
401
|
app.initialize(argv=["-i", os.path.join(os.path.dirname(__file__), "bec_startup.py")])
|
|
403
402
|
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "bec_ipython_client"
|
|
7
|
-
version = "3.130.
|
|
7
|
+
version = "3.130.3"
|
|
8
8
|
description = "BEC IPython client"
|
|
9
9
|
requires-python = ">=3.11"
|
|
10
10
|
classifiers = [
|
|
@@ -80,6 +80,7 @@ Homepage = "https://github.com/bec-project/bec"
|
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
|
|
83
|
+
|
|
83
84
|
|
|
84
85
|
|
|
85
86
|
[tool.hatch.build.targets.wheel]
|
{bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/client_tests/test_bec_client.py
RENAMED
|
@@ -58,11 +58,11 @@ finally:
|
|
|
58
58
|
# all_completions('bec.') should return a list of strings, one of which is 'bec.device_manager'
|
|
59
59
|
# we can therefore limit the output to lines that start with '[' and end with ']'
|
|
60
60
|
output_lines = [out for out in output.split("\n") if out.startswith("[") and out.endswith("]")]
|
|
61
|
-
assert "bec.device_manager" in output_lines[0]
|
|
61
|
+
assert "bec.device_manager" in output_lines[0], output
|
|
62
62
|
assert (
|
|
63
63
|
"BECIPythonClient" not in output_lines[1]
|
|
64
|
-
) # just to ensure something we don't want is really not there
|
|
65
|
-
assert "test_gui_id" in output
|
|
64
|
+
), output # just to ensure something we don't want is really not there
|
|
65
|
+
assert "test_gui_id" in output, output
|
|
66
66
|
|
|
67
67
|
|
|
68
68
|
def test_bec_load_hli_tab_completion(tmpdir):
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/beamline_mixin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/callbacks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/callbacks/live_table.py
RENAMED
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/callbacks/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/plugins/SLS/__init__.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/plugins/SLS/sls_info.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/bec_ipython_client/plugins/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/client_tests/test_beamline_mixins.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/client_tests/test_device_progress.py
RENAMED
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/client_tests/test_live_table.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/client_tests/test_move_callback.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/client_tests/test_pretty_table.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/end-2-end/test_actors_e2e.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/end-2-end/test_procedures_e2e.py
RENAMED
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/end-2-end/test_scans_lib_e2e.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.130.2 → bec_ipython_client-3.130.3}/tests/end-2-end/test_scans_v4_lib_e2e.py
RENAMED
|
File without changes
|