neuronum 5.4.0__py3-none-any.whl → 5.4.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-5.4.0.dist-info → neuronum-5.4.1.dist-info}/METADATA +29 -5
- {neuronum-5.4.0.dist-info → neuronum-5.4.1.dist-info}/RECORD +6 -6
- {neuronum-5.4.0.dist-info → neuronum-5.4.1.dist-info}/WHEEL +0 -0
- {neuronum-5.4.0.dist-info → neuronum-5.4.1.dist-info}/entry_points.txt +0 -0
- {neuronum-5.4.0.dist-info → neuronum-5.4.1.dist-info}/licenses/LICENSE +0 -0
- {neuronum-5.4.0.dist-info → neuronum-5.4.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: neuronum
|
|
3
|
-
Version: 5.4.
|
|
3
|
+
Version: 5.4.1
|
|
4
4
|
Summary: Official client library to interact with the Neuronum Network
|
|
5
5
|
Home-page: https://neuronum.net
|
|
6
6
|
Author: Neuronum Cybernetics
|
|
@@ -31,10 +31,23 @@ Dynamic: requires-dist
|
|
|
31
31
|
Dynamic: requires-python
|
|
32
32
|
Dynamic: summary
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
<h1 align="center">
|
|
35
|
+
<img src="https://neuronum.net/static/neuronum.svg" alt="Neuronum" width="100">
|
|
36
|
+
</h1>
|
|
37
|
+
<h4 align="center">Build, connect, and automate serverless data infrastructures with Neuronum</h4>
|
|
35
38
|
|
|
36
|
-
|
|
39
|
+
<p align="center">
|
|
40
|
+
<a href="https://neuronum.net">
|
|
41
|
+
<img src="https://img.shields.io/badge/Website-Neuronum-blue" alt="Website">
|
|
42
|
+
</a>
|
|
43
|
+
<a href="https://github.com/neuronumcybernetics/neuronum">
|
|
44
|
+
<img src="https://img.shields.io/badge/Docs-Read%20now-green" alt="Documentation">
|
|
45
|
+
</a>
|
|
46
|
+
<img src="https://img.shields.io/badge/Version-5.4.0-blueviolet" alt="Lib Version">
|
|
47
|
+
<img src="https://img.shields.io/badge/Python-3.9%2B-yellow" alt="Python Version">
|
|
48
|
+
</p>
|
|
37
49
|
|
|
50
|
+
---
|
|
38
51
|
|
|
39
52
|
## **Getting Started Goals**
|
|
40
53
|
- Learn about Neuronum
|
|
@@ -58,11 +71,11 @@ Neuronum is a framework to build serverless connected app & data gateways automa
|
|
|
58
71
|
- Streams (STX): Stream, synchronize, and control data in real time
|
|
59
72
|
|
|
60
73
|
**Cellai**
|
|
61
|
-
Cellai is a CLI-based assistant that helps you interact with Neuronum
|
|
74
|
+
- Cellai is a CLI-based assistant that helps you interact with Neuronum
|
|
62
75
|
|
|
63
76
|
|
|
64
77
|
#### Requirements
|
|
65
|
-
- Python >= 3.
|
|
78
|
+
- Python >= 3.9 -> https://www.python.org/downloads/
|
|
66
79
|
- neuronum >= 5.4.0 -> https://pypi.org/project/neuronum/
|
|
67
80
|
|
|
68
81
|
|
|
@@ -114,7 +127,18 @@ Visit: https://github.com/neuronumcybernetics/neuronum/tree/main/how_tos/nodes
|
|
|
114
127
|
|
|
115
128
|
|
|
116
129
|
### **Interact with Neuronum**
|
|
130
|
+
Web-based:
|
|
117
131
|
1. Visit: https://neuronum.net
|
|
118
132
|
2. Connect your Cell
|
|
119
133
|
3. Explore Transmitters
|
|
120
134
|
4. Activate Transmitters
|
|
135
|
+
|
|
136
|
+
Code-based:
|
|
137
|
+
```python
|
|
138
|
+
TX = txID # select the Transmitter TX
|
|
139
|
+
data = {
|
|
140
|
+
"say": "hello",
|
|
141
|
+
}
|
|
142
|
+
tx_response = await cell.activate_tx(TX, data) # activate TX - > get response back
|
|
143
|
+
print(tx_response)
|
|
144
|
+
```
|
|
@@ -4,9 +4,9 @@ cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
4
4
|
cli/main.py,sha256=wu0oggPk-VzONIzcyPKibyWhiT4kbI_6SZUsSrOkVYo,28479
|
|
5
5
|
neuronum/__init__.py,sha256=Drsm263_w3_VWgl1YsKLUr8WwVodqV3TSjqpxLjyq_M,46
|
|
6
6
|
neuronum/neuronum.py,sha256=gaQTvv8llmc36yBG8UwijCOoi6_uvifJyJ4z3KuiQqQ,17382
|
|
7
|
-
neuronum-5.4.
|
|
8
|
-
neuronum-5.4.
|
|
9
|
-
neuronum-5.4.
|
|
10
|
-
neuronum-5.4.
|
|
11
|
-
neuronum-5.4.
|
|
12
|
-
neuronum-5.4.
|
|
7
|
+
neuronum-5.4.1.dist-info/licenses/LICENSE,sha256=UiZjNHiCyRP6WoZfbYQh9cv4JW96wIofKXmzBJrYSUk,1125
|
|
8
|
+
neuronum-5.4.1.dist-info/METADATA,sha256=vidSOj_xGdoGX6SkrujUDMePL5YvX7w7ZK-tlDbmR54,3831
|
|
9
|
+
neuronum-5.4.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
10
|
+
neuronum-5.4.1.dist-info/entry_points.txt,sha256=XKYBcRNxGeJpZZkDPsa8HA_RaJ7Km_R_JaUq5T9Nk2U,42
|
|
11
|
+
neuronum-5.4.1.dist-info/top_level.txt,sha256=gqN5tyGnBKMPSzvWQONO4rpTf4gQPMi77O3KAKx88LQ,20
|
|
12
|
+
neuronum-5.4.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|