neuronum 1.2.4__py3-none-any.whl → 1.2.5__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.

Potentially problematic release.


This version of neuronum might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: neuronum
3
- Version: 1.2.4
3
+ Version: 1.2.5
4
4
  Summary: Interact with the Neuronum Network to build, connect & automate economic data streams
5
5
  Home-page: https://neuronum.net
6
6
  Author: Neuronum Cybernetics
@@ -138,10 +138,9 @@ Sync stream:
138
138
  stream = cell.sync()
139
139
  for operation in stream:
140
140
  label = operation.get("label")
141
- data = operation.get("data")
142
- key = operation.get("data").get("key1")
143
- time = operation.get("time")
141
+ value = operation.get("data").get("key1")
142
+ ts = operation.get("time")
144
143
  stxID = operation.get("stxID")
145
- operator = operation.get("cellHost")
144
+ operator = operation.get("operator")
146
145
  ```
147
146
 
@@ -0,0 +1,7 @@
1
+ neuronum/__init__.py,sha256=Drsm263_w3_VWgl1YsKLUr8WwVodqV3TSjqpxLjyq_M,46
2
+ neuronum/neuronum.py,sha256=UZw5oocfxTJslee0YB74_cWEre3JsyKLoCkh0Lpk3rs,7531
3
+ neuronum-1.2.5.dist-info/LICENSE,sha256=UiZjNHiCyRP6WoZfbYQh9cv4JW96wIofKXmzBJrYSUk,1125
4
+ neuronum-1.2.5.dist-info/METADATA,sha256=pGAdlwA-BOJQcTJzg4UDxqvuLB1S9FFKG3qyrEpay1g,3642
5
+ neuronum-1.2.5.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
6
+ neuronum-1.2.5.dist-info/top_level.txt,sha256=73zXVVO9UTTiwEcSaXytsJ8n0q47OCwAqPlIh-hzWJU,9
7
+ neuronum-1.2.5.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- neuronum/__init__.py,sha256=Drsm263_w3_VWgl1YsKLUr8WwVodqV3TSjqpxLjyq_M,46
2
- neuronum/neuronum.py,sha256=UZw5oocfxTJslee0YB74_cWEre3JsyKLoCkh0Lpk3rs,7531
3
- neuronum-1.2.4.dist-info/LICENSE,sha256=UiZjNHiCyRP6WoZfbYQh9cv4JW96wIofKXmzBJrYSUk,1125
4
- neuronum-1.2.4.dist-info/METADATA,sha256=8If9GyeJyNYN7YCoFcunfazpFauyjxwfqqd08mKO1Pg,3676
5
- neuronum-1.2.4.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
6
- neuronum-1.2.4.dist-info/top_level.txt,sha256=73zXVVO9UTTiwEcSaXytsJ8n0q47OCwAqPlIh-hzWJU,9
7
- neuronum-1.2.4.dist-info/RECORD,,