uipath 2.1.35__py3-none-any.whl → 2.1.36__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.
- uipath/_cli/cli_dev.py +20 -22
- {uipath-2.1.35.dist-info → uipath-2.1.36.dist-info}/METADATA +1 -1
- {uipath-2.1.35.dist-info → uipath-2.1.36.dist-info}/RECORD +6 -6
- {uipath-2.1.35.dist-info → uipath-2.1.36.dist-info}/WHEEL +0 -0
- {uipath-2.1.35.dist-info → uipath-2.1.36.dist-info}/entry_points.txt +0 -0
- {uipath-2.1.35.dist-info → uipath-2.1.36.dist-info}/licenses/LICENSE +0 -0
uipath/_cli/cli_dev.py
CHANGED
@@ -18,27 +18,25 @@ console = ConsoleLogger()
|
|
18
18
|
@track
|
19
19
|
def dev(interface: Optional[str]) -> None:
|
20
20
|
"""Launch interactive debugging interface."""
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
21
|
+
console.info("Launching UiPath debugging terminal ...")
|
22
|
+
result = Middlewares.next(
|
23
|
+
"dev",
|
24
|
+
interface,
|
25
|
+
)
|
26
26
|
|
27
|
-
|
28
|
-
|
27
|
+
if result.should_continue is False:
|
28
|
+
return
|
29
29
|
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
f"Error running debug interface: {str(e)}", include_traceback=True
|
44
|
-
)
|
30
|
+
try:
|
31
|
+
if interface == "terminal":
|
32
|
+
runtime_factory = UiPathRuntimeFactory(UiPathRuntime, UiPathRuntimeContext)
|
33
|
+
app = UiPathDevTerminal(runtime_factory)
|
34
|
+
asyncio.run(app.run_async())
|
35
|
+
else:
|
36
|
+
console.error(f"Unknown interface: {interface}")
|
37
|
+
except KeyboardInterrupt:
|
38
|
+
console.info("Debug session interrupted by user")
|
39
|
+
except Exception as e:
|
40
|
+
console.error(
|
41
|
+
f"Error running debug interface: {str(e)}", include_traceback=True
|
42
|
+
)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: uipath
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.36
|
4
4
|
Summary: Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools.
|
5
5
|
Project-URL: Homepage, https://uipath.com
|
6
6
|
Project-URL: Repository, https://github.com/UiPath/uipath-python
|
@@ -8,7 +8,7 @@ uipath/_cli/README.md,sha256=GLtCfbeIKZKNnGTCsfSVqRQ27V1btT1i2bSAyW_xZl4,474
|
|
8
8
|
uipath/_cli/__init__.py,sha256=kf4GINkunFGMZkTk2Z4f1Q3-OsxpNnV6u_9BsBt1i0E,2229
|
9
9
|
uipath/_cli/cli_auth.py,sha256=SfE3wiQZ00f_iv4NQfRpLqV4KVnkUhq8J-a7reg247A,7773
|
10
10
|
uipath/_cli/cli_deploy.py,sha256=KPCmQ0c_NYD5JofSDao5r6QYxHshVCRxlWDVnQvlp5w,645
|
11
|
-
uipath/_cli/cli_dev.py,sha256=
|
11
|
+
uipath/_cli/cli_dev.py,sha256=VRcVMeEqZE4TPf_l5wsLV0Iuhxx7DWqGWsdoLowk_ho,1247
|
12
12
|
uipath/_cli/cli_eval.py,sha256=Hze4PwW4smivmSZg_eGDHr3pZ6LHxX5MkTJuXB2xpxs,3598
|
13
13
|
uipath/_cli/cli_init.py,sha256=LPpcKcuoYDAb1K8N-51z_HMlV9slqjhKr7EWC_hL4U0,5963
|
14
14
|
uipath/_cli/cli_invoke.py,sha256=zuy3hCn5wfOcd_qYJDmfMB-5qtYS-GENprYXkQN29No,3836
|
@@ -128,8 +128,8 @@ uipath/tracing/_traced.py,sha256=qeVDrds2OUnpdUIA0RhtF0kg2dlAZhyC1RRkI-qivTM,185
|
|
128
128
|
uipath/tracing/_utils.py,sha256=wJRELaPu69iY0AhV432Dk5QYf_N_ViRU4kAUG1BI1ew,10384
|
129
129
|
uipath/utils/__init__.py,sha256=VD-KXFpF_oWexFg6zyiWMkxl2HM4hYJMIUDZ1UEtGx0,105
|
130
130
|
uipath/utils/_endpoints_manager.py,sha256=iRTl5Q0XAm_YgcnMcJOXtj-8052sr6jpWuPNz6CgT0Q,8408
|
131
|
-
uipath-2.1.
|
132
|
-
uipath-2.1.
|
133
|
-
uipath-2.1.
|
134
|
-
uipath-2.1.
|
135
|
-
uipath-2.1.
|
131
|
+
uipath-2.1.36.dist-info/METADATA,sha256=9oQluTGWpLpfG820opKPr-v2ipQHnmVVnVp46Izd6cY,6450
|
132
|
+
uipath-2.1.36.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
133
|
+
uipath-2.1.36.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
|
134
|
+
uipath-2.1.36.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
|
135
|
+
uipath-2.1.36.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|