enapter 0.11.3__py3-none-any.whl → 0.11.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.

Potentially problematic release.


This version of enapter might be problematic. Click here for more details.

enapter/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = "0.11.3"
1
+ __version__ = "0.11.4"
2
2
 
3
3
  from . import async_, log, mdns, mqtt, types, vucm
4
4
 
enapter/mqtt/__init__.py CHANGED
@@ -1,10 +1,12 @@
1
1
  from . import api
2
2
  from .client import Client
3
3
  from .config import Config, TLSConfig
4
+ from .errors import Error
4
5
 
5
6
  __all__ = [
6
7
  "Client",
7
8
  "Config",
9
+ "Error",
8
10
  "TLSConfig",
9
11
  "api",
10
12
  ]
enapter/mqtt/errors.py ADDED
@@ -0,0 +1,3 @@
1
+ import aiomqtt
2
+
3
+ Error = aiomqtt.MqttError
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: enapter
3
- Version: 0.11.3
3
+ Version: 0.11.4
4
4
  Summary: Enapter Python SDK
5
5
  Home-page: https://github.com/Enapter/python-sdk
6
6
  Author: Roman Novatorov
@@ -35,7 +35,7 @@ recommended to pin the version during installation.
35
35
  Latest from PyPI:
36
36
 
37
37
  ```bash
38
- pip install enapter==0.11.3'
38
+ pip install enapter==0.11.3
39
39
  ```
40
40
 
41
41
  ## Usage
@@ -1,4 +1,4 @@
1
- enapter/__init__.py,sha256=awKW7jrI1c27sJl9KJ8WSFwREQ5me8hitA7HmBuhnJk,183
1
+ enapter/__init__.py,sha256=zlexsE2UEi2DVljpMpNhpJYZCoAczlIUw_mezHlMuwE,183
2
2
  enapter/types.py,sha256=J_rFCW79cloh2FF_49Oab5kaEGdZohymkCJU7vfko-8,113
3
3
  enapter/async_/__init__.py,sha256=JuiRI2bN2AgB-HLfAUoSsZpEziwFRftNNEp59Evnd0M,109
4
4
  enapter/async_/generator.py,sha256=BQPPtPCYdsZIjgVy0UlC81DqId3yIDrpEyrmJ2cHdc8,497
@@ -7,9 +7,10 @@ enapter/log/__init__.py,sha256=n1sWMDKJSs_ebZzjbTrVdfg-oi0V1tvliTxgIV-msJ0,600
7
7
  enapter/log/json_formatter.py,sha256=mNB9ORZ6To-Xv429dPyHiGrZcg9WadgYQN5ourib8Qw,1004
8
8
  enapter/mdns/__init__.py,sha256=uwsg8wJ0Lcsr9oOEW1PkEV3jVgWzgA7RG2ur_MRLtM0,55
9
9
  enapter/mdns/resolver.py,sha256=SyxA8LtoTjpKlr77HAnLZb7BH-6CPuFIxCjbsT0P1OY,1433
10
- enapter/mqtt/__init__.py,sha256=TXdhxYwkzH-sqc84gO5tR1Jple29jCByW48C-Uyl-dU,154
10
+ enapter/mqtt/__init__.py,sha256=rZ4LHJEL1POpFnKRwQkK4XdoOi0lAVJMFMQpumQAteg,193
11
11
  enapter/mqtt/client.py,sha256=D_rZ_MEOPg2hGBTLRMOnDQulDrA1pfsba6k4abxHMCA,4212
12
12
  enapter/mqtt/config.py,sha256=m3CoZf9EYqmjHWxefTH_dgDWNY2FGZfgjHXFw6RN9yc,2077
13
+ enapter/mqtt/errors.py,sha256=KGDPc7FwYmKV1Rknl8Ngm7219TQ2G1mIqTQyokNwLP8,42
13
14
  enapter/mqtt/api/__init__.py,sha256=M1g2891bSLCnDbZOuLElEPPlN6pJk0J1w_1Fi8x5xJU,267
14
15
  enapter/mqtt/api/command.py,sha256=YEnKh2Uzv45GkQqmAhP9BOeyAiHDO1iLClZ_vyCkV9g,1388
15
16
  enapter/mqtt/api/device_channel.py,sha256=h02nU8FhnSQ1H-BqDpsT93n79StIMFo8_58whBk8ku4,2995
@@ -32,7 +33,7 @@ tests/unit/test_log.py,sha256=Q-ZelqGfladBCaw-BQrwRrxbxMK1VZxgY7HBsBb1GHw,1875
32
33
  tests/unit/test_vucm.py,sha256=a3euiqV9etsfrWFDUtHCNqKU3irx-GEZMczBcmddhek,3626
33
34
  tests/unit/test_mqtt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
35
  tests/unit/test_mqtt/test_api.py,sha256=ObKCHB-KDOYQLFrdzjTmLfjdWXXX0oanGKpX49P0qMI,2670
35
- enapter-0.11.3.dist-info/METADATA,sha256=vDupirPofGAFHYW-rpzjtY-di0ftkfu6L_1KbJ-RW54,3321
36
- enapter-0.11.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
37
- enapter-0.11.3.dist-info/top_level.txt,sha256=DsMzVradd7z3A0fm7zmn9oh08ijO41RtzglrnPlx54w,14
38
- enapter-0.11.3.dist-info/RECORD,,
36
+ enapter-0.11.4.dist-info/METADATA,sha256=86tFVgryjvQ9f99m9DbgE-nCs3YkXoEBXpgMAr_7f_M,3320
37
+ enapter-0.11.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
38
+ enapter-0.11.4.dist-info/top_level.txt,sha256=DsMzVradd7z3A0fm7zmn9oh08ijO41RtzglrnPlx54w,14
39
+ enapter-0.11.4.dist-info/RECORD,,