scientiflow-cli 0.4.8__py3-none-any.whl → 0.4.10__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.
- scientiflow_cli/services/request_handler.py +0 -3
- {scientiflow_cli-0.4.8.dist-info → scientiflow_cli-0.4.10.dist-info}/METADATA +1 -1
- {scientiflow_cli-0.4.8.dist-info → scientiflow_cli-0.4.10.dist-info}/RECORD +6 -6
- {scientiflow_cli-0.4.8.dist-info → scientiflow_cli-0.4.10.dist-info}/LICENSE.md +0 -0
- {scientiflow_cli-0.4.8.dist-info → scientiflow_cli-0.4.10.dist-info}/WHEEL +0 -0
- {scientiflow_cli-0.4.8.dist-info → scientiflow_cli-0.4.10.dist-info}/entry_points.txt +0 -0
|
@@ -21,7 +21,6 @@ def make_auth_request(endpoint, method, data=None, params=None, error_message=No
|
|
|
21
21
|
return handle_response(response, error_message)
|
|
22
22
|
|
|
23
23
|
except requests.RequestException as e:
|
|
24
|
-
print(e)
|
|
25
24
|
return "Request failed"
|
|
26
25
|
|
|
27
26
|
|
|
@@ -33,12 +32,10 @@ def make_no_auth_request(endpoint, method, data=None, error_message=None):
|
|
|
33
32
|
response = requests.get(base_url + endpoint)
|
|
34
33
|
elif method == 'POST':
|
|
35
34
|
response = requests.post(base_url + endpoint, json=data)
|
|
36
|
-
print(response)
|
|
37
35
|
else:
|
|
38
36
|
raise ValueError("Unsupported HTTP method")
|
|
39
37
|
|
|
40
38
|
return handle_response(response, error_message)
|
|
41
39
|
|
|
42
40
|
except requests.RequestException as e:
|
|
43
|
-
print(e)
|
|
44
41
|
return "Request failed"
|
|
@@ -14,7 +14,7 @@ scientiflow_cli/services/auth_service.py,sha256=lknARfVTjRCH-4yWVPKiS330NIVHxFw3
|
|
|
14
14
|
scientiflow_cli/services/base_directory.py,sha256=2dUvGYk4enLe3Cagcs_bfv2kNuHg1ws-dtMDEW_tccI,2726
|
|
15
15
|
scientiflow_cli/services/executor.py,sha256=Qj_DfU8umsmc9_rzTsy47EeaOehc6E24x_t4lFmWKcY,11480
|
|
16
16
|
scientiflow_cli/services/modes.py,sha256=-Bk1CJO0vgc8v_rXktfKAyHSF6cr5bGbufSGa_DtvY4,1241
|
|
17
|
-
scientiflow_cli/services/request_handler.py,sha256=
|
|
17
|
+
scientiflow_cli/services/request_handler.py,sha256=CjJqEjXt8AOzyZq6UwUBzRBhahqWHj1_OKUyPG3PpFs,1335
|
|
18
18
|
scientiflow_cli/services/rich_printer.py,sha256=5ORAaZOa_84m6vP-novpPOI70UPxt0pEvmRq9999Ifg,2129
|
|
19
19
|
scientiflow_cli/services/status_updater.py,sha256=VjC2V6lWzjwBN7ZhCQzW_h_sMG25Poeh35MNTeVdt5E,2910
|
|
20
20
|
scientiflow_cli/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -24,8 +24,8 @@ scientiflow_cli/utils/file_manager.py,sha256=JRCXPENFHdPOc0NBwGorRh4EpeZ-UtMtwHG
|
|
|
24
24
|
scientiflow_cli/utils/logger.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
25
|
scientiflow_cli/utils/mock.py,sha256=UZ9cN2Qx3EAXcxnLQY5z4DQWy4jflnWFnfNTsuvnFH8,11237
|
|
26
26
|
scientiflow_cli/utils/singularity.py,sha256=jy8ep7Xa1Eg4fptNjyXLPuVN2KA8l4dFil-w-KaVNkw,4956
|
|
27
|
-
scientiflow_cli-0.4.
|
|
28
|
-
scientiflow_cli-0.4.
|
|
29
|
-
scientiflow_cli-0.4.
|
|
30
|
-
scientiflow_cli-0.4.
|
|
31
|
-
scientiflow_cli-0.4.
|
|
27
|
+
scientiflow_cli-0.4.10.dist-info/LICENSE.md,sha256=nb6GGGYuS_KXe33mSNwcEW-QzvwM475NQ4cNE7KBb34,425
|
|
28
|
+
scientiflow_cli-0.4.10.dist-info/METADATA,sha256=FAtdDTT1yz7cW7XpeOZuOuGTdDDXOF1FpBrHB5h5YcY,2492
|
|
29
|
+
scientiflow_cli-0.4.10.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
30
|
+
scientiflow_cli-0.4.10.dist-info/entry_points.txt,sha256=0lq2mjcG5hGfODrQodeMSAy9RfE2EX1MZSHRpfSncxc,61
|
|
31
|
+
scientiflow_cli-0.4.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|