neuronum 2.0.4__py3-none-any.whl → 2.0.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.
- cli/main.py +2 -2
- {neuronum-2.0.4.dist-info → neuronum-2.0.5.dist-info}/METADATA +3 -3
- {neuronum-2.0.4.dist-info → neuronum-2.0.5.dist-info}/RECORD +7 -7
- {neuronum-2.0.4.dist-info → neuronum-2.0.5.dist-info}/WHEEL +0 -0
- {neuronum-2.0.4.dist-info → neuronum-2.0.5.dist-info}/entry_points.txt +0 -0
- {neuronum-2.0.4.dist-info → neuronum-2.0.5.dist-info}/licenses/LICENSE +0 -0
- {neuronum-2.0.4.dist-info → neuronum-2.0.5.dist-info}/top_level.txt +0 -0
cli/main.py
CHANGED
|
@@ -244,8 +244,8 @@ def delete_cell():
|
|
|
244
244
|
|
|
245
245
|
|
|
246
246
|
@click.command()
|
|
247
|
-
@click.option('--sync',
|
|
248
|
-
@click.option('--stream',
|
|
247
|
+
@click.option('--sync', nargs=1, default=None, help="Optional stream ID for sync.")
|
|
248
|
+
@click.option('--stream', nargs=1, default=None, help="Optional stream ID for stream.")
|
|
249
249
|
def init_node(sync, stream):
|
|
250
250
|
|
|
251
251
|
node_type = questionary.select(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: neuronum
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.5
|
|
4
4
|
Summary: Official client library to interact with the Neuronum Network
|
|
5
5
|
Home-page: https://neuronum.net
|
|
6
6
|
Author: Neuronum Cybernetics
|
|
@@ -35,8 +35,8 @@ Dynamic: summary
|
|
|
35
35
|
|
|
36
36
|
Build, deploy and automate serverless data infrastructures for an interconnected world with `Neuronum`
|
|
37
37
|
|
|
38
|
-
### **What's New in neuronum==2.0.
|
|
39
|
-
- **Nodes/Node-CLI**: Logic update: `neuronum init-node`
|
|
38
|
+
### **What's New in neuronum==2.0.5?**
|
|
39
|
+
- **Nodes/Node-CLI**: Logic update: `neuronum init-node --sync` and `neuronum init-node --stream` are not longer required flags
|
|
40
40
|
|
|
41
41
|
### New Feature Set
|
|
42
42
|
- **Cells/Cell-CLI**: Create and manage Neuronum Cells from the command line
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
cellai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
cellai/cellai.py,sha256=g5oBz-Xx6T4-JWzUs-TJ4y9nHtDmA_IpXh_188OqAZA,281
|
|
3
3
|
cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
cli/main.py,sha256=
|
|
4
|
+
cli/main.py,sha256=YujZw9asnHemWPbQx5sNUxNfVSt-C3EiHDS-0OJirko,20530
|
|
5
5
|
neuronum/__init__.py,sha256=Drsm263_w3_VWgl1YsKLUr8WwVodqV3TSjqpxLjyq_M,46
|
|
6
6
|
neuronum/neuronum.py,sha256=rkc16omTxjWBEgBXP0rCeab1S3lYDKz1zx_i-tdFjlY,17544
|
|
7
|
-
neuronum-2.0.
|
|
8
|
-
neuronum-2.0.
|
|
9
|
-
neuronum-2.0.
|
|
10
|
-
neuronum-2.0.
|
|
11
|
-
neuronum-2.0.
|
|
12
|
-
neuronum-2.0.
|
|
7
|
+
neuronum-2.0.5.dist-info/licenses/LICENSE,sha256=UiZjNHiCyRP6WoZfbYQh9cv4JW96wIofKXmzBJrYSUk,1125
|
|
8
|
+
neuronum-2.0.5.dist-info/METADATA,sha256=iYe5HGPBrmAIHF_6yHPS8K7bNJP6lweRmWHZlk3ROG0,13986
|
|
9
|
+
neuronum-2.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
10
|
+
neuronum-2.0.5.dist-info/entry_points.txt,sha256=XKYBcRNxGeJpZZkDPsa8HA_RaJ7Km_R_JaUq5T9Nk2U,42
|
|
11
|
+
neuronum-2.0.5.dist-info/top_level.txt,sha256=gqN5tyGnBKMPSzvWQONO4rpTf4gQPMi77O3KAKx88LQ,20
|
|
12
|
+
neuronum-2.0.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|