mccode-plumber 0.13.1__py3-none-any.whl → 0.13.3__py3-none-any.whl
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.
- mccode_plumber/manage/orchestrate.py +2 -2
- mccode_plumber/splitrun.py +1 -1
- {mccode_plumber-0.13.1.dist-info → mccode_plumber-0.13.3.dist-info}/METADATA +3 -3
- {mccode_plumber-0.13.1.dist-info → mccode_plumber-0.13.3.dist-info}/RECORD +7 -7
- {mccode_plumber-0.13.1.dist-info → mccode_plumber-0.13.3.dist-info}/WHEEL +0 -0
- {mccode_plumber-0.13.1.dist-info → mccode_plumber-0.13.3.dist-info}/entry_points.txt +0 -0
- {mccode_plumber-0.13.1.dist-info → mccode_plumber-0.13.3.dist-info}/top_level.txt +0 -0
|
@@ -357,9 +357,9 @@ def main():
|
|
|
357
357
|
from restage.splitrun import parse_splitrun
|
|
358
358
|
from mccode_plumber.splitrun import monitors_to_kafka_callback_with_arguments
|
|
359
359
|
args, parameters, precision = parse_splitrun(make_splitrun_nexus_parser())
|
|
360
|
-
instr = get_mcstas_instr(args.instrument
|
|
360
|
+
instr = get_mcstas_instr(args.instrument)
|
|
361
361
|
|
|
362
|
-
structure = load_file_json(args.structure if args.structure else Path(args.instrument
|
|
362
|
+
structure = load_file_json(args.structure if args.structure else Path(args.instrument).with_suffix('.json'))
|
|
363
363
|
broker = 'localhost:9092'
|
|
364
364
|
monitor_source = 'mccode-to-kafka'
|
|
365
365
|
callback_topics = get_topics_json(structure) # all structure-topics might be monitor topics?
|
mccode_plumber/splitrun.py
CHANGED
|
@@ -27,6 +27,6 @@ def main():
|
|
|
27
27
|
from .mccode import get_mcstas_instr
|
|
28
28
|
from restage.splitrun import splitrun_args, parse_splitrun
|
|
29
29
|
args, parameters, precision = parse_splitrun(make_parser())
|
|
30
|
-
instr = get_mcstas_instr(args.instrument
|
|
30
|
+
instr = get_mcstas_instr(args.instrument)
|
|
31
31
|
callback, callback_args = monitors_to_kafka_callback_with_arguments(args.broker, args.source, args.topic)
|
|
32
32
|
return splitrun_args(instr, parameters, precision, args, callback=callback, callback_arguments=callback_args)
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mccode-plumber
|
|
3
|
-
Version: 0.13.
|
|
3
|
+
Version: 0.13.3
|
|
4
4
|
Author-email: Gregory Tucker <gregory.tucker@ess.eu>
|
|
5
5
|
Classifier: License :: OSI Approved :: BSD License
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
7
7
|
Requires-Dist: p4p
|
|
8
8
|
Requires-Dist: kafka-python>=2.2.11
|
|
9
9
|
Requires-Dist: ess-streaming-data-types>=0.14.0
|
|
10
|
-
Requires-Dist: restage>=0.8.
|
|
10
|
+
Requires-Dist: restage>=0.8.2
|
|
11
11
|
Requires-Dist: mccode-to-kafka>=0.2.2
|
|
12
|
-
Requires-Dist: moreniius>=0.5.
|
|
12
|
+
Requires-Dist: moreniius>=0.5.1
|
|
13
13
|
Requires-Dist: icecream
|
|
14
14
|
Requires-Dist: ephemeral-port-reserve
|
|
15
15
|
|
|
@@ -4,7 +4,7 @@ mccode_plumber/epics.py,sha256=SvZQN_vmI0NCGaIykIOQLO3tbgv79AMm60zGCmFQ56s,6167
|
|
|
4
4
|
mccode_plumber/forwarder.py,sha256=yzjb--r8M6vNSsWvvOi5IjXqpRn8MvT13cv89ezNEeU,3994
|
|
5
5
|
mccode_plumber/kafka.py,sha256=Q3oAuk7c-PS7b7zWSDhOR3dOO8R6Q8Y3HPI7K-Kt-RU,2499
|
|
6
6
|
mccode_plumber/mccode.py,sha256=vc4Gb5WhdOfuDRjEejU3Flps0C2A60sfFbMrxmKLhn0,2189
|
|
7
|
-
mccode_plumber/splitrun.py,sha256=
|
|
7
|
+
mccode_plumber/splitrun.py,sha256=xL8k99NGRcU7tMCfdJCuj2a0-MvOZ7cPa6J11ACqpOA,1515
|
|
8
8
|
mccode_plumber/utils.py,sha256=E8NoGo_3Z-pPEpzicVGSWfQOX8p3eR-GxElT33-kX5U,2167
|
|
9
9
|
mccode_plumber/writer.py,sha256=YN2I_gvoXn8XkHX_BVbdvCGhJC1aWbwU9VtiYFrcGS0,21185
|
|
10
10
|
mccode_plumber/file_writer_control/CommandChannel.py,sha256=U32mvk8Ctlw8vg38_ULP__-UAG2funWIkhEFo2xahiY,9024
|
|
@@ -26,10 +26,10 @@ mccode_plumber/manage/ensure.py,sha256=0HaxcHYzvcDs6hBvBI39EZsIDt_rVA9CjHm5_yvOZ
|
|
|
26
26
|
mccode_plumber/manage/epics.py,sha256=oQt_hL-7KgtI9Kmwyw8L7a7RxQe7YJWRbmHnKIqMLpQ,1310
|
|
27
27
|
mccode_plumber/manage/forwarder.py,sha256=YYvHaOJ4djBXM7PFF2NBbnNDO6nnrwNOfSHaVOh16Ro,2876
|
|
28
28
|
mccode_plumber/manage/manager.py,sha256=zzrduroUL-jwQ9BrPTdAm1IW4dGv5bi8-ieIQ6qiQ6M,4141
|
|
29
|
-
mccode_plumber/manage/orchestrate.py,sha256=
|
|
29
|
+
mccode_plumber/manage/orchestrate.py,sha256=bumvHN6jPEOqd8V96f7gEmc5IpWOZ6mSo7_bosi3jY8,17662
|
|
30
30
|
mccode_plumber/manage/writer.py,sha256=SEv1U14L01Y9-BcaJKPei4Ah2LFfwexDy9FTjpvtSEs,2245
|
|
31
|
-
mccode_plumber-0.13.
|
|
32
|
-
mccode_plumber-0.13.
|
|
33
|
-
mccode_plumber-0.13.
|
|
34
|
-
mccode_plumber-0.13.
|
|
35
|
-
mccode_plumber-0.13.
|
|
31
|
+
mccode_plumber-0.13.3.dist-info/METADATA,sha256=H-xnuDOYlO0W5H_TipS-xj08Mc9goeuPDHQ9fMlvpbE,594
|
|
32
|
+
mccode_plumber-0.13.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
33
|
+
mccode_plumber-0.13.3.dist-info/entry_points.txt,sha256=JiuAHxI6YuGgJ4682TCyeBEJnS0ygDWpErrLaKgAicI,844
|
|
34
|
+
mccode_plumber-0.13.3.dist-info/top_level.txt,sha256=kCCIpYtKHCKWxiPEqX9J1UaGEm-ze0Qb-cemBCEPhDA,15
|
|
35
|
+
mccode_plumber-0.13.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|