naeural-client 2.2.5__py3-none-any.whl → 2.2.6__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/io_formatter/base/base_formatter.py +2 -1
- {naeural_client-2.2.5.dist-info → naeural_client-2.2.6.dist-info}/METADATA +1 -1
- {naeural_client-2.2.5.dist-info → naeural_client-2.2.6.dist-info}/RECORD +6 -6
- {naeural_client-2.2.5.dist-info → naeural_client-2.2.6.dist-info}/WHEEL +0 -0
- {naeural_client-2.2.5.dist-info → naeural_client-2.2.6.dist-info}/licenses/LICENSE +0 -0
naeural_client/_ver.py
CHANGED
@@ -70,7 +70,8 @@ class BaseFormatter(object):
|
|
70
70
|
output = self._decode_output(encoded_output)
|
71
71
|
except Exception as e:
|
72
72
|
output = {}
|
73
|
-
|
73
|
+
encoded_output_for_print = {k: v for k, v in encoded_output.items() if k != PAYLOAD_DATA.EE_ENCRYPTED_DATA}
|
74
|
+
msg = "ERROR! Could not decode {}\n{}".format(encoded_output_for_print, e)
|
74
75
|
self.P(msg)
|
75
76
|
self.P(traceback.format_exc(), color='r')
|
76
77
|
# end try-except
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: naeural_client
|
3
|
-
Version: 2.2.
|
3
|
+
Version: 2.2.6
|
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,5 +1,5 @@
|
|
1
1
|
naeural_client/__init__.py,sha256=UKEDGS0wFYyxwmhEAKJGecO2vYbIfRYUP4SQgnK10IE,578
|
2
|
-
naeural_client/_ver.py,sha256=
|
2
|
+
naeural_client/_ver.py,sha256=lZiu4kJosgmfFcg5Zp1ACcy6GyugTYJj01wjM9GVt7s,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
|
@@ -46,7 +46,7 @@ naeural_client/default/session/mqtt_session.py,sha256=dpQcBhhVZDo458v0IqJMZb1CsT
|
|
46
46
|
naeural_client/io_formatter/__init__.py,sha256=_wy7c-Z9kgb26jN7uNTDq88G7xZ3wI_ObuQd3QWNPkQ,85
|
47
47
|
naeural_client/io_formatter/io_formatter_manager.py,sha256=MiZ70cGVD6hR99QiEk9wvJ_vADxpI-y2bTb0ITlMNI0,3451
|
48
48
|
naeural_client/io_formatter/base/__init__.py,sha256=VmLHY35NCRR46lgjhcrwtFxmJIVOjX2ADV9wOXt9CKA,41
|
49
|
-
naeural_client/io_formatter/base/base_formatter.py,sha256=
|
49
|
+
naeural_client/io_formatter/base/base_formatter.py,sha256=MfIHHzW5fG7yyhLCgSOaMqPZGXf3rKaGGPCpBS2l4TA,2461
|
50
50
|
naeural_client/io_formatter/default/__init__.py,sha256=zOm2tsOk6fXvyCXxsXDnsNs6BUrUOr0DoLf4ccWlY_w,109
|
51
51
|
naeural_client/io_formatter/default/a_dummy.py,sha256=qr9eUizQ-NN5jdXVzkaZKMaf9KS41MpPN_iDoTN_Qd0,1148
|
52
52
|
naeural_client/io_formatter/default/aixp1.py,sha256=MX0TeUR4APA-qN3vUC6uzcz8Pssz5lgrQWo7td5Ri1A,3052
|
@@ -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.6.dist-info/METADATA,sha256=W-910TVqH3CTfTisr-54C-CgiLW6-xhhUvULCi4BYbU,14457
|
79
|
+
naeural_client-2.2.6.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
80
|
+
naeural_client-2.2.6.dist-info/licenses/LICENSE,sha256=cvOsJVslde4oIaTCadabXnPqZmzcBO2f2zwXZRmJEbE,11311
|
81
|
+
naeural_client-2.2.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|