ratio1 3.4.41__py3-none-any.whl → 3.4.43__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.41"
1
+ __VER__ = "3.4.43"
2
2
 
3
3
  if __name__ == "__main__":
4
4
  with open("pyproject.toml", "rt") as fd:
@@ -69,8 +69,11 @@ class WebappPipeline(Pipeline):
69
69
  """
70
70
  if self.__extra_debug:
71
71
  self.P(f"Received payload from {plugin_signature} ({plugin_instance})")
72
+ # TODO: this will be removed
72
73
  if "NGROK_URL" in data:
73
74
  self.app_url = data["NGROK_URL"]
75
+ if "APP_URL" in data:
76
+ self.app_url = data["APP_URL"]
74
77
  return
75
78
 
76
79
  def create_plugin_instance(
ratio1/const/base.py CHANGED
@@ -172,6 +172,8 @@ class CONFIG_STREAM:
172
172
 
173
173
  LAST_UPDATE_TIME = 'LAST_UPDATE_TIME'
174
174
 
175
+ IS_DEEPLOYED = 'IS_DEEPLOYED'
176
+
175
177
  URL = K_URL
176
178
  TYPE = K_TYPE
177
179
  RECONNECTABLE = K_RECONNECTABLE
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ratio1
3
- Version: 3.4.41
3
+ Version: 3.4.43
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=y4OSz-Uw1YjaTEwfQ6YDA03oLXrYyM0WRzLZSzRD2dw,331
2
+ ratio1/_ver.py,sha256=cedaRfU4PkTQM2eVR1u3lNjP6Azpi6X0V-oJ2Acfnqg,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
@@ -10,7 +10,7 @@ ratio1/base/pipeline.py,sha256=szoHrk1qBdY6NKPUk3tUTsJx3XzYp5C2GTOlzRiQi48,62489
10
10
  ratio1/base/plugin_template.py,sha256=Gs438cSkhvxPujE4CRH_32pcuZaVwI9kia8E4VDRpSU,138794
11
11
  ratio1/base/responses.py,sha256=ZKBZmRhYDv8M8mQ5C_ahGsQvtWH4b9ImRcuerQdZmNw,6937
12
12
  ratio1/base/transaction.py,sha256=l2JCzTgH3-irFwCEBGrS3z8VOisA8GdC3zEfqgJOTG4,5138
13
- ratio1/base/webapp_pipeline.py,sha256=zjiLzGnsUEfrSyHWMDoiwQWheM-MXQOeR3YKfFPKXiE,3706
13
+ ratio1/base/webapp_pipeline.py,sha256=ebo68iOf3c9IZ0uj7cIizRtTJWFocuSw_aVg72bNWbE,3802
14
14
  ratio1/base/payload/__init__.py,sha256=y8fBI8tG2ObNfaXFWjyWZXwu878FRYj_I8GIbHT4GKE,29
15
15
  ratio1/base/payload/payload.py,sha256=MoCeL6iZzl1an-4eqRpLW0iz6Yk3OvlBrymcmhWeecM,2689
16
16
  ratio1/bc/__init__.py,sha256=BI5pcqHdhwnMdbWTYDLW1cVP_844VtLra-lz7xprgsk,171
@@ -39,7 +39,7 @@ ratio1/comm/mqtt_wrapper.py,sha256=QQ6IXcurchjY8Pp48t4SF1ZpE_GXaZTrgILzoMewefI,1
39
39
  ratio1/const/README.md,sha256=6OHesr-f5NBuuJGryEoi_TCu2XdlhfQYlDKx_IJoXeg,177
40
40
  ratio1/const/__init__.py,sha256=mcSaDgSYV2xbOS8Api72dDPO6kPBRjnYjBPAh9cAgaU,558
41
41
  ratio1/const/apps.py,sha256=0NiuoAPak0HjEULF3fs3xaUH8IRSZ0i4fZw7T2fEd_g,785
42
- ratio1/const/base.py,sha256=0K1zhAkU_LmZosnz1UMmBhmYpVt5QVBPy9FkeLQlAFY,5955
42
+ ratio1/const/base.py,sha256=OiAZB0ctoQtVr6oIkyPQYJoJ8dP9rQm6aLbFtiC5tLo,5988
43
43
  ratio1/const/comms.py,sha256=qEYX4ciYg8SYWSDZZTUYxzpR1--2a7UusrWzAq0hxo8,2259
44
44
  ratio1/const/environment.py,sha256=632L5GrcNqF3-JhvrC6kXzXwLMcihRgMlOkLurnOwGY,1031
45
45
  ratio1/const/evm_net.py,sha256=86ZG8_1tiLxLfH2ud8i-gD1VxGk-PpZTlS-f4XJgm8U,11396
@@ -103,8 +103,8 @@ ratio1/utils/comm_utils.py,sha256=4cS9llRr_pK_3rNgDcRMCQwYPO0kcNU7AdWy_LtMyCY,10
103
103
  ratio1/utils/config.py,sha256=IMXAN9bpHePKEuTFGRRqFJXz_vBa-wi7s9gLhFEheRY,9953
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.41.dist-info/METADATA,sha256=ancxaN4ULxEAHIe-pNvdhROBUzfVI76EJ91OU_msKAc,12248
107
- ratio1-3.4.41.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
108
- ratio1-3.4.41.dist-info/entry_points.txt,sha256=DR_olREzU1egwmgek3s4GfQslBi-KR7lXsd4ap0TFxE,46
109
- ratio1-3.4.41.dist-info/licenses/LICENSE,sha256=cvOsJVslde4oIaTCadabXnPqZmzcBO2f2zwXZRmJEbE,11311
110
- ratio1-3.4.41.dist-info/RECORD,,
106
+ ratio1-3.4.43.dist-info/METADATA,sha256=jaQNtd8Er7skycSW8kIAesJSqpacNCvzGzy7scTWiJI,12248
107
+ ratio1-3.4.43.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
108
+ ratio1-3.4.43.dist-info/entry_points.txt,sha256=DR_olREzU1egwmgek3s4GfQslBi-KR7lXsd4ap0TFxE,46
109
+ ratio1-3.4.43.dist-info/licenses/LICENSE,sha256=cvOsJVslde4oIaTCadabXnPqZmzcBO2f2zwXZRmJEbE,11311
110
+ ratio1-3.4.43.dist-info/RECORD,,