neuronum 2.0.4__tar.gz → 2.0.5__tar.gz

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.4
2
2
  Name: neuronum
3
- Version: 2.0.4
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.4?**
39
- - **Nodes/Node-CLI**: Logic update: `neuronum init-node` now defaults to the Hello, Neuronum! Stream
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
@@ -4,8 +4,8 @@
4
4
 
5
5
  Build, deploy and automate serverless data infrastructures for an interconnected world with `Neuronum`
6
6
 
7
- ### **What's New in neuronum==2.0.4?**
8
- - **Nodes/Node-CLI**: Logic update: `neuronum init-node` now defaults to the Hello, Neuronum! Stream
7
+ ### **What's New in neuronum==2.0.5?**
8
+ - **Nodes/Node-CLI**: Logic update: `neuronum init-node --sync` and `neuronum init-node --stream` are not longer required flags
9
9
 
10
10
  ### New Feature Set
11
11
  - **Cells/Cell-CLI**: Create and manage Neuronum Cells from the command line
@@ -244,8 +244,8 @@ def delete_cell():
244
244
 
245
245
 
246
246
  @click.command()
247
- @click.option('--sync', required=True, nargs=1, help="Stream ID required for sync.")
248
- @click.option('--stream', required=True, nargs=1, help="Stream ID required for 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.4
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.4?**
39
- - **Nodes/Node-CLI**: Logic update: `neuronum init-node` now defaults to the Hello, Neuronum! Stream
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
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='neuronum',
5
- version='2.0.4',
5
+ version='2.0.5',
6
6
  author='Neuronum Cybernetics',
7
7
  author_email='welcome@neuronum.net',
8
8
  description='Official client library to interact with the Neuronum Network',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes