naeural-client 2.2.3__py3-none-any.whl → 2.2.4__py3-none-any.whl
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.
- naeural_client/_ver.py +1 -1
- naeural_client/base/generic_session.py +5 -5
- {naeural_client-2.2.3.dist-info → naeural_client-2.2.4.dist-info}/METADATA +1 -1
- {naeural_client-2.2.3.dist-info → naeural_client-2.2.4.dist-info}/RECORD +6 -6
- {naeural_client-2.2.3.dist-info → naeural_client-2.2.4.dist-info}/WHEEL +0 -0
- {naeural_client-2.2.3.dist-info → naeural_client-2.2.4.dist-info}/licenses/LICENSE +0 -0
naeural_client/_ver.py
CHANGED
@@ -146,11 +146,6 @@ class GenericSession(BaseDecentrAIObject):
|
|
146
146
|
self._verbosity = verbosity
|
147
147
|
self.encrypt_comms = encrypt_comms
|
148
148
|
|
149
|
-
self.P("Creating {} comms session '{}' from <{}> SDKv{}...".format(
|
150
|
-
"decrypted" if not self.encrypt_comms else "encrypted",
|
151
|
-
self.name, self.bc_engine.address, self.log.version
|
152
|
-
))
|
153
|
-
|
154
149
|
self._dct_online_nodes_pipelines: dict[str, Pipeline] = {}
|
155
150
|
self._dct_online_nodes_last_heartbeat: dict[str, dict] = {}
|
156
151
|
self._dct_can_send_to_node: dict[str, bool] = {}
|
@@ -194,6 +189,11 @@ class GenericSession(BaseDecentrAIObject):
|
|
194
189
|
|
195
190
|
self._connect()
|
196
191
|
|
192
|
+
self.P("Created {} comms session '{}' from <{}> SDKv{}.".format(
|
193
|
+
"decrypted" if not self.encrypt_comms else "encrypted",
|
194
|
+
self.name, self.bc_engine.address, self.log.version
|
195
|
+
))
|
196
|
+
|
197
197
|
if not self.encrypt_comms:
|
198
198
|
self.P(
|
199
199
|
"Warning: Emitted messages will not be encrypted.\n"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: naeural_client
|
3
|
-
Version: 2.2.
|
3
|
+
Version: 2.2.4
|
4
4
|
Summary: `naeural_client` is the Python SDK required for client app development for the Naeural Edge Protocol Edge Protocol framework
|
5
5
|
Project-URL: Homepage, https://github.com/Naeural Edge ProtocolEdgeProtocol/naeural_client
|
6
6
|
Project-URL: Bug Tracker, https://github.com/Naeural Edge ProtocolEdgeProtocol/naeural_client/issues
|
@@ -1,10 +1,10 @@
|
|
1
1
|
naeural_client/__init__.py,sha256=UKEDGS0wFYyxwmhEAKJGecO2vYbIfRYUP4SQgnK10IE,578
|
2
|
-
naeural_client/_ver.py,sha256=
|
2
|
+
naeural_client/_ver.py,sha256=VsmPvRLBbHNpW1UEjcXfO-rvtxsVFtPTHkhl3QN8lfM,330
|
3
3
|
naeural_client/base_decentra_object.py,sha256=qDBpitcyhr1eEXPD8cGFtcNPNf71fqNRsmOEcCpx4sM,4180
|
4
4
|
naeural_client/plugins_manager_mixin.py,sha256=X1JdGLDz0gN1rPnTN_5mJXR8JmqoBFQISJXmPR9yvCo,11106
|
5
5
|
naeural_client/base/__init__.py,sha256=hACh83_cIv7-PwYMM3bQm2IBmNqiHw-3PAfDfAEKz9A,259
|
6
6
|
naeural_client/base/distributed_custom_code_presets.py,sha256=cvz5R88P6Z5V61Ce1vHVVh8bOkgXd6gve_vdESDNAsg,2544
|
7
|
-
naeural_client/base/generic_session.py,sha256=
|
7
|
+
naeural_client/base/generic_session.py,sha256=8ajD3-UKQ_oHn77sDC4AyltjUYeMW-rqpJUe5nJJ4ls,76163
|
8
8
|
naeural_client/base/instance.py,sha256=kcZJmjLBtx8Bjj_ysIOx1JmLA-qSpG7E28j5rq6IYus,20444
|
9
9
|
naeural_client/base/pipeline.py,sha256=KwcPWD2XMvHotWFMpcnIycFhqiNnZuyUTUWiLU0PM5Y,57519
|
10
10
|
naeural_client/base/plugin_template.py,sha256=qGaXByd_JZFpjvH9GXNbT7KaitRxIJB6-1IhbKrZjq4,138123
|
@@ -75,7 +75,7 @@ naeural_client/logging/tzlocal/windows_tz.py,sha256=Sv9okktjZJfRGGUOOppsvQuX_eXy
|
|
75
75
|
naeural_client/utils/__init__.py,sha256=mAnke3-MeRzz3nhQvhuHqLnpaaCSmDxicd7Ck9uwpmI,77
|
76
76
|
naeural_client/utils/comm_utils.py,sha256=4cS9llRr_pK_3rNgDcRMCQwYPO0kcNU7AdWy_LtMyCY,1072
|
77
77
|
naeural_client/utils/dotenv.py,sha256=_AgSo35n7EnQv5yDyu7C7i0kHragLJoCGydHjvOkrYY,2008
|
78
|
-
naeural_client-2.2.
|
79
|
-
naeural_client-2.2.
|
80
|
-
naeural_client-2.2.
|
81
|
-
naeural_client-2.2.
|
78
|
+
naeural_client-2.2.4.dist-info/METADATA,sha256=Y3t_SCNYvu1WtU3ddqkJ6nyu1B2OBFtmlZ4tHWpN1no,14457
|
79
|
+
naeural_client-2.2.4.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
80
|
+
naeural_client-2.2.4.dist-info/licenses/LICENSE,sha256=cvOsJVslde4oIaTCadabXnPqZmzcBO2f2zwXZRmJEbE,11311
|
81
|
+
naeural_client-2.2.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|