PySerials 0.0.0.dev7__py3-none-any.whl → 0.0.0.dev8__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.
@@ -1,12 +1,14 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PySerials
3
- Version: 0.0.0.dev7
3
+ Version: 0.0.0.dev8
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: jsonschema <5,>=4.21.0
6
+ Requires-Dist: referencing >=0.35.1
7
+ Requires-Dist: jsonpath-ng <2,>=1.6.1
6
8
  Requires-Dist: ruamel.yaml <0.18,>=0.17.32
7
9
  Requires-Dist: ruamel.yaml.string <1,>=0.1.1
8
10
  Requires-Dist: tomlkit <0.12,>=0.11.8
9
- Requires-Dist: MDit ==0.0.0.dev3
10
- Requires-Dist: ExceptionMan ==0.0.0.dev4
11
- Requires-Dist: jsonpath-ng <2,>=1.6.1
11
+ Requires-Dist: MDit ==0.0.0.dev5
12
+ Requires-Dist: ExceptionMan ==0.0.0.dev5
13
+ Requires-Dist: ProtocolMan ==0.0.0.dev2
12
14
 
@@ -10,8 +10,8 @@ pyserials/exception/__init__.py,sha256=ZhbggwJUMlTyBhifAivC8ZQxP1Na6lJAwzZs7_YjO
10
10
  pyserials/exception/_base.py,sha256=Juns3cyAEV9bZ4_nYuefQnPOrXvpQTY_7peXnoCjlgI,765
11
11
  pyserials/exception/read.py,sha256=7yTqtT2V4xXthg7wzNMI0bYF9GMDc-AaEN8r2PhRkMw,9282
12
12
  pyserials/exception/update.py,sha256=P0js2-iY2fgO_KLdqedgWE3TTS5Xz15cusZY_wuKIW4,4222
13
- pyserials/exception/validate.py,sha256=IZf1IA_mxkWh6TyhN8kcmgEJCtGEBZaea8pwZRHMn2o,7460
14
- PySerials-0.0.0.dev7.dist-info/METADATA,sha256=Pfj39ZL3MRVJGwFKYBo63LUYWpMyPcZn8TlFyh9ykS0,359
15
- PySerials-0.0.0.dev7.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
16
- PySerials-0.0.0.dev7.dist-info/top_level.txt,sha256=SAks7WjSjdkv3i9Hvt4gY_P7VQbhhYJN5mf5dqx1aao,10
17
- PySerials-0.0.0.dev7.dist-info/RECORD,,
13
+ pyserials/exception/validate.py,sha256=fs4yMw5wSbRbINuTbjdj7HGo8PlE3-zir1JRveJkcPk,7461
14
+ PySerials-0.0.0.dev8.dist-info/METADATA,sha256=V99F7qfD9BhoyfJ5BPB_iZ7FyjxgohvKWkoEKn7XUcU,435
15
+ PySerials-0.0.0.dev8.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
16
+ PySerials-0.0.0.dev8.dist-info/top_level.txt,sha256=SAks7WjSjdkv3i9Hvt4gY_P7VQbhhYJN5mf5dqx1aao,10
17
+ PySerials-0.0.0.dev8.dist-info/RECORD,,
@@ -5,7 +5,7 @@ from typing import Any as _Any
5
5
 
6
6
  import jsonschema as _jsonschema
7
7
  import mdit as _mdit
8
- from pyprotocol import Stringable
8
+ from protocolman import Stringable
9
9
 
10
10
  from pyserials import write as _write
11
11
  from pyserials.exception import _base