neuronum 7.0.0__tar.gz → 7.0.1__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-7.0.0/neuronum.egg-info → neuronum-7.0.1}/PKG-INFO +1 -2
- {neuronum-7.0.0 → neuronum-7.0.1}/README.md +0 -1
- {neuronum-7.0.0 → neuronum-7.0.1}/cli/main.py +13 -1
- {neuronum-7.0.0 → neuronum-7.0.1/neuronum.egg-info}/PKG-INFO +1 -2
- {neuronum-7.0.0 → neuronum-7.0.1}/setup.py +1 -1
- {neuronum-7.0.0 → neuronum-7.0.1}/LICENSE.md +0 -0
- {neuronum-7.0.0 → neuronum-7.0.1}/cli/__init__.py +0 -0
- {neuronum-7.0.0 → neuronum-7.0.1}/neuronum/__init__.py +0 -0
- {neuronum-7.0.0 → neuronum-7.0.1}/neuronum/neuronum.py +0 -0
- {neuronum-7.0.0 → neuronum-7.0.1}/neuronum.egg-info/SOURCES.txt +0 -0
- {neuronum-7.0.0 → neuronum-7.0.1}/neuronum.egg-info/dependency_links.txt +0 -0
- {neuronum-7.0.0 → neuronum-7.0.1}/neuronum.egg-info/entry_points.txt +0 -0
- {neuronum-7.0.0 → neuronum-7.0.1}/neuronum.egg-info/requires.txt +0 -0
- {neuronum-7.0.0 → neuronum-7.0.1}/neuronum.egg-info/top_level.txt +0 -0
- {neuronum-7.0.0 → neuronum-7.0.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: neuronum
|
|
3
|
-
Version: 7.0.
|
|
3
|
+
Version: 7.0.1
|
|
4
4
|
Summary: Official client library to interact with the Neuronum Network
|
|
5
5
|
Home-page: https://neuronum.net
|
|
6
6
|
Author: Neuronum Cybernetics
|
|
@@ -79,7 +79,6 @@ Neuronum is the real-time data engine designed for developers to build event-dri
|
|
|
79
79
|
|
|
80
80
|
### Requirements
|
|
81
81
|
- Python >= 3.8
|
|
82
|
-
- neuronum >= 5.5.0
|
|
83
82
|
|
|
84
83
|
------------------
|
|
85
84
|
|
|
@@ -463,6 +463,18 @@ asyncio.run(main())
|
|
|
463
463
|
.data-value.operation-id {{
|
|
464
464
|
color: #f7a2a2;
|
|
465
465
|
}}
|
|
466
|
+
.api-button {{
|
|
467
|
+
background: #01c07d 100%;
|
|
468
|
+
color: white;
|
|
469
|
+
border: none;
|
|
470
|
+
border-radius: 8px;
|
|
471
|
+
padding: 12px 24px;
|
|
472
|
+
font-size: 16px;
|
|
473
|
+
font-weight: bold;
|
|
474
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
475
|
+
cursor: pointer;
|
|
476
|
+
margin-top: 10px;
|
|
477
|
+
}}
|
|
466
478
|
</style>
|
|
467
479
|
</head>
|
|
468
480
|
<body>
|
|
@@ -497,7 +509,7 @@ asyncio.run(main())
|
|
|
497
509
|
|
|
498
510
|
<script>
|
|
499
511
|
document.getElementById('send-request-btn').addEventListener('click', () => {{
|
|
500
|
-
const apiEndpoint = 'https://neuronum.net/api/activate/{
|
|
512
|
+
const apiEndpoint = 'https://neuronum.net/api/activate/{txID}';
|
|
501
513
|
|
|
502
514
|
const dataToSend = {{
|
|
503
515
|
"data": {{"ping": "node"}},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: neuronum
|
|
3
|
-
Version: 7.0.
|
|
3
|
+
Version: 7.0.1
|
|
4
4
|
Summary: Official client library to interact with the Neuronum Network
|
|
5
5
|
Home-page: https://neuronum.net
|
|
6
6
|
Author: Neuronum Cybernetics
|
|
@@ -79,7 +79,6 @@ Neuronum is the real-time data engine designed for developers to build event-dri
|
|
|
79
79
|
|
|
80
80
|
### Requirements
|
|
81
81
|
- Python >= 3.8
|
|
82
|
-
- neuronum >= 5.5.0
|
|
83
82
|
|
|
84
83
|
------------------
|
|
85
84
|
|
|
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
|