ratio1 3.4.76__py3-none-any.whl → 3.4.78__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.
ratio1/_ver.py CHANGED
@@ -1,4 +1,4 @@
1
- __VER__ = "3.4.76"
1
+ __VER__ = "3.4.78"
2
2
 
3
3
  if __name__ == "__main__":
4
4
  with open("pyproject.toml", "rt") as fd:
@@ -75,6 +75,7 @@ CLI_COMMANDS = {
75
75
  "--owner" : "Get the apps for a particular owner/initiator",
76
76
  "--full": "Include admin apps (flag)",
77
77
  "--json": "Output the entire JSON config of applications (flag)",
78
+ "--wide": "Display all available information (flag)",
78
79
  }
79
80
  },
80
81
  "networks": {
ratio1/cli/nodes.py CHANGED
@@ -151,6 +151,7 @@ def get_apps(args):
151
151
  show_full = args.full
152
152
  as_json = args.json
153
153
  owner = args.owner
154
+ wide = args.wide
154
155
 
155
156
  # 1. Init session
156
157
  from ratio1 import Session
@@ -203,6 +204,9 @@ def get_apps(args):
203
204
  ),
204
205
  color='b'
205
206
  )
207
+
208
+ if not wide:
209
+ df_apps = df_apps[['Node Alias', 'Owner Alias', 'App', 'Plugin', 'Id', 'Probe', 'LastError']]
206
210
  log_with_color(f"{df_apps}\n")
207
211
  #end if as_json
208
212
  #end if res is not None
@@ -229,7 +229,7 @@ class BaseCodeChecker:
229
229
  for line in lines:
230
230
  rstripped = line.rstrip()
231
231
  stripped = line.lstrip()
232
- is_loop = stripped.startswith(('while', 'for'))
232
+ is_loop = stripped.startswith(('while ', 'for '))
233
233
  has_loop = has_loop or is_loop
234
234
  if is_loop and rstripped[-1] != ':':
235
235
  parts = line.split(':')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ratio1
3
- Version: 3.4.76
3
+ Version: 3.4.78
4
4
  Summary: `ratio1` or Ration1 SDK is the Python SDK required for client app development for the Ratio1 ecosystem
5
5
  Project-URL: Homepage, https://github.com/Ratio1/ratio1_sdk
6
6
  Project-URL: Bug Tracker, https://github.com/Ratio1/ratio1_sdk/issues
@@ -1,5 +1,5 @@
1
1
  ratio1/__init__.py,sha256=YimqgDbjLuywsf8zCWE0EaUXH4MBUrqLxt0TDV558hQ,632
2
- ratio1/_ver.py,sha256=HyseIDqovx1D_Ktrv_ENGahjhCJw0IQQMCc2suqhSyU,331
2
+ ratio1/_ver.py,sha256=rPaOHtXKKil9PSo1wcfDVkaRgOM0DcAr6uSSXgl7Bak,331
3
3
  ratio1/base_decentra_object.py,sha256=iXvAAf6wPnGWzeeiRfwLojVoan-m1e_VsyPzjUQuENo,4492
4
4
  ratio1/plugins_manager_mixin.py,sha256=X1JdGLDz0gN1rPnTN_5mJXR8JmqoBFQISJXmPR9yvCo,11106
5
5
  ratio1/base/__init__.py,sha256=hACh83_cIv7-PwYMM3bQm2IBmNqiHw-3PAfDfAEKz9A,259
@@ -25,12 +25,12 @@ ratio1/certs/r9092118.ala.eu-central-1.emqxsl.com.crt,sha256=y-6io0tseyx9-a4Pmde
25
25
  ratio1/certs/s624dbd4.ala.us-east-1.emqxsl.com.crt,sha256=y-6io0tseyx9-a4Pmde1z1gPULtJNSYUpG_YFkYaMKU,1337
26
26
  ratio1/cli/README.md,sha256=YsT23YcZBRyTKReNZPxD762YqstSWKWz4iZe_UJELPc,73
27
27
  ratio1/cli/cli.py,sha256=D8UCtdTQKi1IqB_PAi3k2FfaM-rnfxmlrOzM4OJBOsA,4352
28
- ratio1/cli/cli_commands.py,sha256=oRt9o1hKIbWDnM4TdR4j4FkygnehbW_CiiygXbfiKd0,6544
29
- ratio1/cli/nodes.py,sha256=EZxjw8G8Kj0PPMHtUJoefm4QootrU50GHlpaJOiHxJo,13787
28
+ ratio1/cli/cli_commands.py,sha256=6_iNKsyui7rtjBNaIFkb-BjlQ-VwbtXyLPxoTtEcgs0,6614
29
+ ratio1/cli/nodes.py,sha256=VkqjKef8ByWNyO7zr3nBEWUZrAlaDQ_9yMgChQPschE,13942
30
30
  ratio1/cli/oracles.py,sha256=b6ziUerZl0hZIk6-0SKaqCu6xxB6L9Z6n4_0bpo8Nk0,12269
31
31
  ratio1/cli/package_update.py,sha256=uRMPW5XV3fBdB_eZfoQDA1SKnJzTJvyfpRJA6T3ZZlQ,4000
32
32
  ratio1/code_cheker/__init__.py,sha256=pwkdeZGVL16ZA4Qf2mRahEhoOvKhL7FyuQbMFLr1E5M,33
33
- ratio1/code_cheker/base.py,sha256=hMnM94xro_r0Kze2KLwr00TKZ1HgshlxXmwql_SEz5I,19066
33
+ ratio1/code_cheker/base.py,sha256=GrvKyb8uVKChtnXp2drQ62kdqIj3jZZZ7jaOCfsEOLc,19068
34
34
  ratio1/code_cheker/checker.py,sha256=QWupeM7ToancVIq1tRUxRNUrI8B5l5eoY0kDU4-O5aE,7365
35
35
  ratio1/comm/__init__.py,sha256=za3B2HUKNXzYtjElMgGM9xbxNsdQfFY4JB_YzdyFkVU,76
36
36
  ratio1/comm/amqp_wrapper.py,sha256=nQQ9YJhxjR-EJbxvjgLTGQLSs881wLClyRw1CS0kiBI,7483
@@ -103,8 +103,8 @@ ratio1/utils/comm_utils.py,sha256=4cS9llRr_pK_3rNgDcRMCQwYPO0kcNU7AdWy_LtMyCY,10
103
103
  ratio1/utils/config.py,sha256=Elfkl7W4aDMvB5WZLiYlPXrecBncgTxb4hcKhQedMzI,10111
104
104
  ratio1/utils/dotenv.py,sha256=_AgSo35n7EnQv5yDyu7C7i0kHragLJoCGydHjvOkrYY,2008
105
105
  ratio1/utils/oracle_sync/oracle_tester.py,sha256=aJOPcZhtbw1XPqsFG4qYpfv2Taj5-qRXbwJzrPyeXDE,27465
106
- ratio1-3.4.76.dist-info/METADATA,sha256=s8KIonsU9LO_Jg9jORNpj2VYO3PmjJrASPRns6z0clc,12255
107
- ratio1-3.4.76.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
108
- ratio1-3.4.76.dist-info/entry_points.txt,sha256=DR_olREzU1egwmgek3s4GfQslBi-KR7lXsd4ap0TFxE,46
109
- ratio1-3.4.76.dist-info/licenses/LICENSE,sha256=cvOsJVslde4oIaTCadabXnPqZmzcBO2f2zwXZRmJEbE,11311
110
- ratio1-3.4.76.dist-info/RECORD,,
106
+ ratio1-3.4.78.dist-info/METADATA,sha256=MGVQYNCbhbCTAqlkkfqdZvawsx64bARTU8H8ki5r2S4,12255
107
+ ratio1-3.4.78.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
108
+ ratio1-3.4.78.dist-info/entry_points.txt,sha256=DR_olREzU1egwmgek3s4GfQslBi-KR7lXsd4ap0TFxE,46
109
+ ratio1-3.4.78.dist-info/licenses/LICENSE,sha256=cvOsJVslde4oIaTCadabXnPqZmzcBO2f2zwXZRmJEbE,11311
110
+ ratio1-3.4.78.dist-info/RECORD,,