neuronum 2.0.0__tar.gz → 2.0.2__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.0
3
+ Version: 2.0.2
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,7 +35,7 @@ Dynamic: summary
35
35
 
36
36
  Build, deploy and automate serverless data infrastructures for an interconnected world with `Neuronum`
37
37
 
38
- ### **Neuronum 2.0.0 – What's New?**
38
+ ### **What's New in neuronum==2.0.2?**
39
39
  - **Cellai**: A local running task assistant in development (version 0.0.1)
40
40
 
41
41
  ### New Feature Set
@@ -365,3 +365,11 @@ List Contracts your Cell can interact with:
365
365
  ```python
366
366
  contractList = cell.list_contracts()
367
367
  ```
368
+
369
+ ### Cellai
370
+ A local running task assistant in development (version 0.0.1)
371
+
372
+ Call Cellai:
373
+ ```sh
374
+ $ neuronum call-cellai
375
+ ```
@@ -4,7 +4,7 @@
4
4
 
5
5
  Build, deploy and automate serverless data infrastructures for an interconnected world with `Neuronum`
6
6
 
7
- ### **Neuronum 2.0.0 – What's New?**
7
+ ### **What's New in neuronum==2.0.2?**
8
8
  - **Cellai**: A local running task assistant in development (version 0.0.1)
9
9
 
10
10
  ### New Feature Set
@@ -333,4 +333,12 @@ cell.validate_token(token, cp, contractID)
333
333
  List Contracts your Cell can interact with:
334
334
  ```python
335
335
  contractList = cell.list_contracts()
336
+ ```
337
+
338
+ ### Cellai
339
+ A local running task assistant in development (version 0.0.1)
340
+
341
+ Call Cellai:
342
+ ```sh
343
+ $ neuronum call-cellai
336
344
  ```
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: neuronum
3
- Version: 2.0.0
3
+ Version: 2.0.2
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,7 +35,7 @@ Dynamic: summary
35
35
 
36
36
  Build, deploy and automate serverless data infrastructures for an interconnected world with `Neuronum`
37
37
 
38
- ### **Neuronum 2.0.0 – What's New?**
38
+ ### **What's New in neuronum==2.0.2?**
39
39
  - **Cellai**: A local running task assistant in development (version 0.0.1)
40
40
 
41
41
  ### New Feature Set
@@ -365,3 +365,11 @@ List Contracts your Cell can interact with:
365
365
  ```python
366
366
  contractList = cell.list_contracts()
367
367
  ```
368
+
369
+ ### Cellai
370
+ A local running task assistant in development (version 0.0.1)
371
+
372
+ Call Cellai:
373
+ ```sh
374
+ $ neuronum call-cellai
375
+ ```
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='neuronum',
5
- version='2.0.0',
5
+ version='2.0.2',
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
File without changes