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.
- {neuronum-2.0.0 → neuronum-2.0.2}/PKG-INFO +10 -2
- {neuronum-2.0.0 → neuronum-2.0.2}/README.md +9 -1
- {neuronum-2.0.0 → neuronum-2.0.2}/neuronum.egg-info/PKG-INFO +10 -2
- {neuronum-2.0.0 → neuronum-2.0.2}/setup.py +1 -1
- {neuronum-2.0.0 → neuronum-2.0.2}/LICENSE +0 -0
- {neuronum-2.0.0 → neuronum-2.0.2}/cellai/__init__.py +0 -0
- {neuronum-2.0.0 → neuronum-2.0.2}/cellai/cellai.py +0 -0
- {neuronum-2.0.0 → neuronum-2.0.2}/cli/__init__.py +0 -0
- {neuronum-2.0.0 → neuronum-2.0.2}/cli/main.py +0 -0
- {neuronum-2.0.0 → neuronum-2.0.2}/neuronum/__init__.py +0 -0
- {neuronum-2.0.0 → neuronum-2.0.2}/neuronum/neuronum.py +0 -0
- {neuronum-2.0.0 → neuronum-2.0.2}/neuronum.egg-info/SOURCES.txt +0 -0
- {neuronum-2.0.0 → neuronum-2.0.2}/neuronum.egg-info/dependency_links.txt +0 -0
- {neuronum-2.0.0 → neuronum-2.0.2}/neuronum.egg-info/entry_points.txt +0 -0
- {neuronum-2.0.0 → neuronum-2.0.2}/neuronum.egg-info/requires.txt +0 -0
- {neuronum-2.0.0 → neuronum-2.0.2}/neuronum.egg-info/top_level.txt +0 -0
- {neuronum-2.0.0 → neuronum-2.0.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: neuronum
|
|
3
|
-
Version: 2.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
|
-
### **
|
|
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
|
-
### **
|
|
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.
|
|
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
|
-
### **
|
|
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
|
+
```
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|