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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: neuronum
3
- Version: 7.0.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
 
@@ -45,7 +45,6 @@ Neuronum is the real-time data engine designed for developers to build event-dri
45
45
 
46
46
  ### Requirements
47
47
  - Python >= 3.8
48
- - neuronum >= 5.5.0
49
48
 
50
49
  ------------------
51
50
 
@@ -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/{{{{txID}}}}';
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.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
 
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='neuronum',
5
- version='7.0.0',
5
+ version='7.0.1',
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