PySerials 0.2.0__tar.gz → 0.2.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.
- {pyserials-0.2.0 → pyserials-0.2.1}/PKG-INFO +2 -2
- {pyserials-0.2.0 → pyserials-0.2.1}/pyproject.toml +2 -2
- {pyserials-0.2.0 → pyserials-0.2.1}/src/PySerials.egg-info/PKG-INFO +2 -2
- {pyserials-0.2.0 → pyserials-0.2.1}/src/PySerials.egg-info/requires.txt +1 -1
- {pyserials-0.2.0 → pyserials-0.2.1}/setup.cfg +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/setup.py +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/src/PySerials.egg-info/SOURCES.txt +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/src/PySerials.egg-info/dependency_links.txt +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/src/PySerials.egg-info/not-zip-safe +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/src/PySerials.egg-info/top_level.txt +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/src/pyserials/__init__.py +5 -5
- {pyserials-0.2.0 → pyserials-0.2.1}/src/pyserials/compare.py +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/src/pyserials/exception/__init__.py +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/src/pyserials/exception/_base.py +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/src/pyserials/exception/read.py +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/src/pyserials/exception/update.py +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/src/pyserials/exception/validate.py +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/src/pyserials/flatten.py +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/src/pyserials/format.py +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/src/pyserials/nested_dict.py +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/src/pyserials/property_dict.py +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/src/pyserials/read.py +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/src/pyserials/update.py +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/src/pyserials/validate.py +0 -0
- {pyserials-0.2.0 → pyserials-0.2.1}/src/pyserials/write.py +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PySerials
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Requires-Python: >=3.12
|
|
5
5
|
Requires-Dist: jsonschema<5,>=4.21.0
|
|
6
6
|
Requires-Dist: referencing>=0.35.1
|
|
7
7
|
Requires-Dist: jsonpath-ng<1.8.0,>=1.6.1
|
|
8
8
|
Requires-Dist: ruamel.yaml>=0.18
|
|
9
9
|
Requires-Dist: ruamel.yaml.string<1,>=0.1.1
|
|
10
|
-
Requires-Dist: tomlkit<0.
|
|
10
|
+
Requires-Dist: tomlkit<0.16,>=0.11.8
|
|
11
11
|
Requires-Dist: MDit<0.2,>=0.1
|
|
12
12
|
Requires-Dist: ExceptionMan<0.2,>=0.1
|
|
13
13
|
Requires-Dist: ProtocolMan<0.2,>=0.1
|
|
@@ -17,7 +17,7 @@ namespaces = true
|
|
|
17
17
|
# ----------------------------------------- Project Metadata -------------------------------------
|
|
18
18
|
#
|
|
19
19
|
[project]
|
|
20
|
-
version = "0.2.
|
|
20
|
+
version = "0.2.1"
|
|
21
21
|
name = "PySerials"
|
|
22
22
|
dependencies = [
|
|
23
23
|
"jsonschema >= 4.21.0, < 5",
|
|
@@ -25,7 +25,7 @@ dependencies = [
|
|
|
25
25
|
"jsonpath-ng >= 1.6.1, < 1.8.0",
|
|
26
26
|
"ruamel.yaml >= 0.18", # https://yaml.readthedocs.io/en/stable/
|
|
27
27
|
"ruamel.yaml.string >= 0.1.1, < 1",
|
|
28
|
-
"tomlkit >= 0.11.8, < 0.
|
|
28
|
+
"tomlkit >= 0.11.8, < 0.16", # https://tomlkit.readthedocs.io/en/stable/,
|
|
29
29
|
"MDit >=0.1,<0.2",
|
|
30
30
|
"ExceptionMan >=0.1,<0.2",
|
|
31
31
|
"ProtocolMan >=0.1,<0.2",
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PySerials
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Requires-Python: >=3.12
|
|
5
5
|
Requires-Dist: jsonschema<5,>=4.21.0
|
|
6
6
|
Requires-Dist: referencing>=0.35.1
|
|
7
7
|
Requires-Dist: jsonpath-ng<1.8.0,>=1.6.1
|
|
8
8
|
Requires-Dist: ruamel.yaml>=0.18
|
|
9
9
|
Requires-Dist: ruamel.yaml.string<1,>=0.1.1
|
|
10
|
-
Requires-Dist: tomlkit<0.
|
|
10
|
+
Requires-Dist: tomlkit<0.16,>=0.11.8
|
|
11
11
|
Requires-Dist: MDit<0.2,>=0.1
|
|
12
12
|
Requires-Dist: ExceptionMan<0.2,>=0.1
|
|
13
13
|
Requires-Dist: ProtocolMan<0.2,>=0.1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -32,6 +32,11 @@ PropertyDict
|
|
|
32
32
|
A dictionary wrapper supporting attribute-style access.
|
|
33
33
|
"""
|
|
34
34
|
|
|
35
|
+
from pyserials import compare, exception, format, read, update, validate, write
|
|
36
|
+
from pyserials.flatten import flatten
|
|
37
|
+
from pyserials.nested_dict import NestedDict
|
|
38
|
+
from pyserials.property_dict import PropertyDict
|
|
39
|
+
|
|
35
40
|
__all__ = [
|
|
36
41
|
"NestedDict",
|
|
37
42
|
"PropertyDict",
|
|
@@ -44,8 +49,3 @@ __all__ = [
|
|
|
44
49
|
"validate",
|
|
45
50
|
"write",
|
|
46
51
|
]
|
|
47
|
-
|
|
48
|
-
from pyserials import compare, exception, format, read, update, validate, write
|
|
49
|
-
from pyserials.flatten import flatten
|
|
50
|
-
from pyserials.nested_dict import NestedDict
|
|
51
|
-
from pyserials.property_dict import PropertyDict
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|