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

neuronum/__init__.py CHANGED
@@ -1 +1 @@
1
- from neuronum import Cell
1
+ from .neuronum import Cell
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: neuronum
3
- Version: 10.0.0
3
+ Version: 10.0.1
4
4
  Summary: An E2EE Data Engine
5
5
  Home-page: https://neuronum.net
6
6
  Author: Neuronum Cybernetics
@@ -108,10 +108,12 @@ async def main():
108
108
  }
109
109
 
110
110
  # Use activate_tx() if you expect a response from the other cell
111
+ # Replace id with the actual Cell ID
111
112
  tx_response = await cell.activate_tx("id::cell", data)
112
113
  print(tx_response)
113
114
 
114
115
  # Stream data to another cell (no response expected)
116
+ # Replace id with the actual Cell ID
115
117
  await cell.stream("id::cell", data)
116
118
 
117
119
  if __name__ == '__main__':
@@ -0,0 +1,10 @@
1
+ cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ cli/main.py,sha256=Xw3iK0BdWqN89EryBw2k3uWwLrYWxdIt_d0sJKNnErk,10878
3
+ neuronum/__init__.py,sha256=yjm4pci0EGNN01F6soBxYa8HAhljCM20klbEORPbWbc,26
4
+ neuronum/neuronum.py,sha256=_LSl0x2DkZLd_bblFHy1ptJnWC-res00a0cjSu3Ngrs,28212
5
+ neuronum-10.0.1.dist-info/licenses/LICENSE.md,sha256=m7pw_FktMNCs4tcy2UXP3QQP2S_je28P1SepdYoo0Xo,1961
6
+ neuronum-10.0.1.dist-info/METADATA,sha256=cB_3TbDFEbyzajti3rUKlkmVF41iwWZQmH8ZaTRB7Y0,4773
7
+ neuronum-10.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ neuronum-10.0.1.dist-info/entry_points.txt,sha256=XKYBcRNxGeJpZZkDPsa8HA_RaJ7Km_R_JaUq5T9Nk2U,42
9
+ neuronum-10.0.1.dist-info/top_level.txt,sha256=ru8Fr84cHm6oHr_DcJ8-uaq3RTiuCRFIr6AC8V0zPu4,13
10
+ neuronum-10.0.1.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- cli/main.py,sha256=Xw3iK0BdWqN89EryBw2k3uWwLrYWxdIt_d0sJKNnErk,10878
3
- neuronum/__init__.py,sha256=_ankCAWkh9ef-rUGf4yl4SF2jTGiftLEa6y551cK780,25
4
- neuronum/neuronum.py,sha256=_LSl0x2DkZLd_bblFHy1ptJnWC-res00a0cjSu3Ngrs,28212
5
- neuronum-10.0.0.dist-info/licenses/LICENSE.md,sha256=m7pw_FktMNCs4tcy2UXP3QQP2S_je28P1SepdYoo0Xo,1961
6
- neuronum-10.0.0.dist-info/METADATA,sha256=xxwoQTW8uk3RywgRuRYvmy06FhkAGmmLYJskfpehquE,4683
7
- neuronum-10.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- neuronum-10.0.0.dist-info/entry_points.txt,sha256=XKYBcRNxGeJpZZkDPsa8HA_RaJ7Km_R_JaUq5T9Nk2U,42
9
- neuronum-10.0.0.dist-info/top_level.txt,sha256=ru8Fr84cHm6oHr_DcJ8-uaq3RTiuCRFIr6AC8V0zPu4,13
10
- neuronum-10.0.0.dist-info/RECORD,,