neuronum 7.0.3__tar.gz → 8.0.0__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.

@@ -0,0 +1,126 @@
1
+ Metadata-Version: 2.4
2
+ Name: neuronum
3
+ Version: 8.0.0
4
+ Summary: The E2E Web Engine
5
+ Home-page: https://neuronum.net
6
+ Author: Neuronum Cybernetics
7
+ Author-email: welcome@neuronum.net
8
+ Project-URL: GitHub, https://github.com/neuronumcybernetics/neuronum
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.8
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE.md
15
+ Requires-Dist: aiohttp
16
+ Requires-Dist: websockets
17
+ Requires-Dist: click
18
+ Requires-Dist: questionary
19
+ Requires-Dist: python-dotenv
20
+ Requires-Dist: requests
21
+ Requires-Dist: psutil
22
+ Requires-Dist: jinja2
23
+ Requires-Dist: cryptography
24
+ Dynamic: author
25
+ Dynamic: author-email
26
+ Dynamic: classifier
27
+ Dynamic: description
28
+ Dynamic: description-content-type
29
+ Dynamic: home-page
30
+ Dynamic: license-file
31
+ Dynamic: project-url
32
+ Dynamic: requires-dist
33
+ Dynamic: requires-python
34
+ Dynamic: summary
35
+
36
+ <h1 align="center">
37
+ <img src="https://neuronum.net/static/neuronum.svg" alt="Neuronum" width="80">
38
+ </h1>
39
+ <h4 align="center">Neuronum: The E2E Web Engine</h4>
40
+
41
+ <p align="center">
42
+ <a href="https://neuronum.net">
43
+ <img src="https://img.shields.io/badge/Website-Neuronum-blue" alt="Website">
44
+ </a>
45
+ <a href="https://github.com/neuronumcybernetics/neuronum">
46
+ <img src="https://img.shields.io/badge/Docs-Read%20now-green" alt="Documentation">
47
+ </a>
48
+ <a href="https://pypi.org/project/neuronum/">
49
+ <img src="https://img.shields.io/pypi/v/neuronum.svg" alt="PyPI Version">
50
+ </a><br>
51
+ <img src="https://img.shields.io/badge/Python-3.8%2B-yellow" alt="Python Version">
52
+ <a href="https://github.com/neuronumcybernetics/neuronum/blob/main/LICENSE.md">
53
+ <img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License">
54
+ </a>
55
+ </p>
56
+
57
+ ------------------
58
+
59
+ ### **A Getting Started into the Neuronum Network**
60
+ In this brief getting started guide, you will:
61
+ - [Learn about Neuronum](#about-neuronum)
62
+ - [Connect to the Network](#connect-to-neuronum)
63
+ - [Build a Neuronum Node](#build-on-neuronum)
64
+ - [Interact with your Node](#interact-with-your-node)
65
+
66
+ ------------------
67
+
68
+ ### **About Neuronum**
69
+ Neuronum is a real-time web engine designed for developers to build E2E-native apps and services in minutes using high-level Python
70
+
71
+ ### **Tools & Features**
72
+ - Cell: Account to interact with Neuronum
73
+ - Nodes: Apps & Services built on Neuronum
74
+ - Browser: Open Source Web Engine -> [build from source](https://github.com/neuronumcybernetics/neuronum_browser)
75
+
76
+ ### Requirements
77
+ - Python >= 3.8
78
+
79
+ ------------------
80
+
81
+ ### **Connect To Neuronum**
82
+ Installation (optional but recommended: create a virtual environment)
83
+ ```sh
84
+ pip install neuronum
85
+ ```
86
+
87
+ Create your Cell:
88
+ ```sh
89
+ neuronum create-cell
90
+ ```
91
+
92
+ or
93
+
94
+ Connect your Cell:
95
+ ```sh
96
+ neuronum connect-cell
97
+ ```
98
+
99
+ ------------------
100
+
101
+
102
+ ### **Build On Neuronum**
103
+ Visit & build with [Node Examples](https://github.com/neuronumcybernetics/neuronum/tree/main/features/nodes/examples) to gain deeper knowledge on how to build on Neuronum.
104
+
105
+ To get started, initialize a new Node with the command below.
106
+ ```sh
107
+ neuronum init-node
108
+ ```
109
+
110
+ This command will prompt you for a description (e.g. App) and will create a new directory named "App_<your_node_id>" with the necessary files to run your Node
111
+
112
+ Change into Node folder
113
+ ```sh
114
+ cd App_<your_node_id>
115
+ ```
116
+
117
+ Start your Node:
118
+ ```sh
119
+ neuronum start-node
120
+ ```
121
+
122
+ ------------------
123
+
124
+ ### **Interact with your Node**
125
+
126
+ The **Neuronum Browser** is an open source web engine that allows you to interact with your nodes -> [build from source](https://github.com/neuronumcybernetics/neuronum_browser)
@@ -0,0 +1,91 @@
1
+ <h1 align="center">
2
+ <img src="https://neuronum.net/static/neuronum.svg" alt="Neuronum" width="80">
3
+ </h1>
4
+ <h4 align="center">Neuronum: The E2E Web Engine</h4>
5
+
6
+ <p align="center">
7
+ <a href="https://neuronum.net">
8
+ <img src="https://img.shields.io/badge/Website-Neuronum-blue" alt="Website">
9
+ </a>
10
+ <a href="https://github.com/neuronumcybernetics/neuronum">
11
+ <img src="https://img.shields.io/badge/Docs-Read%20now-green" alt="Documentation">
12
+ </a>
13
+ <a href="https://pypi.org/project/neuronum/">
14
+ <img src="https://img.shields.io/pypi/v/neuronum.svg" alt="PyPI Version">
15
+ </a><br>
16
+ <img src="https://img.shields.io/badge/Python-3.8%2B-yellow" alt="Python Version">
17
+ <a href="https://github.com/neuronumcybernetics/neuronum/blob/main/LICENSE.md">
18
+ <img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License">
19
+ </a>
20
+ </p>
21
+
22
+ ------------------
23
+
24
+ ### **A Getting Started into the Neuronum Network**
25
+ In this brief getting started guide, you will:
26
+ - [Learn about Neuronum](#about-neuronum)
27
+ - [Connect to the Network](#connect-to-neuronum)
28
+ - [Build a Neuronum Node](#build-on-neuronum)
29
+ - [Interact with your Node](#interact-with-your-node)
30
+
31
+ ------------------
32
+
33
+ ### **About Neuronum**
34
+ Neuronum is a real-time web engine designed for developers to build E2E-native apps and services in minutes using high-level Python
35
+
36
+ ### **Tools & Features**
37
+ - Cell: Account to interact with Neuronum
38
+ - Nodes: Apps & Services built on Neuronum
39
+ - Browser: Open Source Web Engine -> [build from source](https://github.com/neuronumcybernetics/neuronum_browser)
40
+
41
+ ### Requirements
42
+ - Python >= 3.8
43
+
44
+ ------------------
45
+
46
+ ### **Connect To Neuronum**
47
+ Installation (optional but recommended: create a virtual environment)
48
+ ```sh
49
+ pip install neuronum
50
+ ```
51
+
52
+ Create your Cell:
53
+ ```sh
54
+ neuronum create-cell
55
+ ```
56
+
57
+ or
58
+
59
+ Connect your Cell:
60
+ ```sh
61
+ neuronum connect-cell
62
+ ```
63
+
64
+ ------------------
65
+
66
+
67
+ ### **Build On Neuronum**
68
+ Visit & build with [Node Examples](https://github.com/neuronumcybernetics/neuronum/tree/main/features/nodes/examples) to gain deeper knowledge on how to build on Neuronum.
69
+
70
+ To get started, initialize a new Node with the command below.
71
+ ```sh
72
+ neuronum init-node
73
+ ```
74
+
75
+ This command will prompt you for a description (e.g. App) and will create a new directory named "App_<your_node_id>" with the necessary files to run your Node
76
+
77
+ Change into Node folder
78
+ ```sh
79
+ cd App_<your_node_id>
80
+ ```
81
+
82
+ Start your Node:
83
+ ```sh
84
+ neuronum start-node
85
+ ```
86
+
87
+ ------------------
88
+
89
+ ### **Interact with your Node**
90
+
91
+ The **Neuronum Browser** is an open source web engine that allows you to interact with your nodes -> [build from source](https://github.com/neuronumcybernetics/neuronum_browser)