neuronum 1.0.1__tar.gz → 1.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-1.0.1 → neuronum-1.0.2}/PKG-INFO +5 -7
- {neuronum-1.0.1 → neuronum-1.0.2}/README.md +4 -6
- {neuronum-1.0.1 → neuronum-1.0.2}/neuronum.egg-info/PKG-INFO +5 -7
- {neuronum-1.0.1 → neuronum-1.0.2}/setup.py +1 -1
- {neuronum-1.0.1 → neuronum-1.0.2}/LICENSE +0 -0
- {neuronum-1.0.1 → neuronum-1.0.2}/neuronum/__init__.py +0 -0
- {neuronum-1.0.1 → neuronum-1.0.2}/neuronum/neuronum.py +0 -0
- {neuronum-1.0.1 → neuronum-1.0.2}/neuronum.egg-info/SOURCES.txt +0 -0
- {neuronum-1.0.1 → neuronum-1.0.2}/neuronum.egg-info/dependency_links.txt +0 -0
- {neuronum-1.0.1 → neuronum-1.0.2}/neuronum.egg-info/requires.txt +0 -0
- {neuronum-1.0.1 → neuronum-1.0.2}/neuronum.egg-info/top_level.txt +0 -0
- {neuronum-1.0.1 → neuronum-1.0.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: neuronum
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: Interact with the Neuronum Network to build, connect & automate economic data streams
|
|
5
5
|
Author: Neuronum Cybernetics
|
|
6
6
|
Author-email: welcome@neuronum.net
|
|
@@ -20,19 +20,17 @@ Dynamic: requires-dist
|
|
|
20
20
|
Dynamic: requires-python
|
|
21
21
|
Dynamic: summary
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-

|
|
23
|
+

|
|
26
24
|
|
|
27
25
|
Interact with the `Neuronum` Network to build, connect & automate economic data streams.
|
|
28
26
|
|
|
29
27
|
## Links and Resources
|
|
30
|
-
[](https://
|
|
31
|
-
[](https://
|
|
28
|
+
[](https://neuronum.net)
|
|
29
|
+
[](https://neuronum.net/docs)
|
|
32
30
|
|
|
33
31
|
|
|
34
32
|
## Installation
|
|
35
|
-
Install the library using pip:
|
|
33
|
+
Install the Neuronum library using pip:
|
|
36
34
|
|
|
37
35
|
```bash
|
|
38
36
|
pip install neuronum
|
|
@@ -1,16 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-

|
|
1
|
+

|
|
4
2
|
|
|
5
3
|
Interact with the `Neuronum` Network to build, connect & automate economic data streams.
|
|
6
4
|
|
|
7
5
|
## Links and Resources
|
|
8
|
-
[](https://
|
|
9
|
-
[](https://
|
|
6
|
+
[](https://neuronum.net)
|
|
7
|
+
[](https://neuronum.net/docs)
|
|
10
8
|
|
|
11
9
|
|
|
12
10
|
## Installation
|
|
13
|
-
Install the library using pip:
|
|
11
|
+
Install the Neuronum library using pip:
|
|
14
12
|
|
|
15
13
|
```bash
|
|
16
14
|
pip install neuronum
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: neuronum
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: Interact with the Neuronum Network to build, connect & automate economic data streams
|
|
5
5
|
Author: Neuronum Cybernetics
|
|
6
6
|
Author-email: welcome@neuronum.net
|
|
@@ -20,19 +20,17 @@ Dynamic: requires-dist
|
|
|
20
20
|
Dynamic: requires-python
|
|
21
21
|
Dynamic: summary
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-

|
|
23
|
+

|
|
26
24
|
|
|
27
25
|
Interact with the `Neuronum` Network to build, connect & automate economic data streams.
|
|
28
26
|
|
|
29
27
|
## Links and Resources
|
|
30
|
-
[](https://
|
|
31
|
-
[](https://
|
|
28
|
+
[](https://neuronum.net)
|
|
29
|
+
[](https://neuronum.net/docs)
|
|
32
30
|
|
|
33
31
|
|
|
34
32
|
## Installation
|
|
35
|
-
Install the library using pip:
|
|
33
|
+
Install the Neuronum library using pip:
|
|
36
34
|
|
|
37
35
|
```bash
|
|
38
36
|
pip install neuronum
|
|
@@ -5,7 +5,7 @@ from pathlib import Path
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name='neuronum',
|
|
8
|
-
version='1.0.
|
|
8
|
+
version='1.0.2',
|
|
9
9
|
author='Neuronum Cybernetics',
|
|
10
10
|
author_email='welcome@neuronum.net',
|
|
11
11
|
description='Interact with the Neuronum Network to build, connect & automate economic data streams',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|