aas-standard-parser 0.3.1__tar.gz → 0.3.2__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.
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/PKG-INFO +5 -3
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser.egg-info/PKG-INFO +5 -3
- aas_standard_parser-0.3.2/aas_standard_parser.egg-info/requires.txt +3 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/pyproject.toml +7 -2
- aas_standard_parser-0.3.1/aas_standard_parser.egg-info/requires.txt +0 -2
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/LICENSE +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/README.md +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/__init__.py +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/aas_parser.py +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/aid_parser.py +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/aimc_parser.py +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/classes/aimc_parser_classes.py +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/collection_helpers.py +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/demo/demo_process.py +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/demo/logging_handler.py +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/reference_helpers.py +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/submodel_json_parser.py +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/submodel_parser.py +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/utils.py +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/version_check.py +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser.egg-info/SOURCES.txt +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser.egg-info/dependency_links.txt +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser.egg-info/top_level.txt +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/setup.cfg +0 -0
- {aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/tests/test_aimc_parser.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aas-standard-parser
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: Some auxiliary functions for parsing standard submodels
|
|
5
5
|
Author-email: Daniel Klein <daniel.klein@em.ag>
|
|
6
6
|
License: MIT License
|
|
@@ -26,10 +26,12 @@ License: MIT License
|
|
|
26
26
|
SOFTWARE.
|
|
27
27
|
|
|
28
28
|
Project-URL: Homepage, https://github.com/fluid40/aas-standard-parser
|
|
29
|
+
Requires-Python: >=3.11
|
|
29
30
|
Description-Content-Type: text/markdown
|
|
30
31
|
License-File: LICENSE
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist:
|
|
32
|
+
Requires-Dist: basyx-python-sdk>=2.0.0
|
|
33
|
+
Requires-Dist: python-json-logger>=4.0.0
|
|
34
|
+
Requires-Dist: requests>=2.32.5
|
|
33
35
|
Dynamic: license-file
|
|
34
36
|
|
|
35
37
|
# aas-standard-parser
|
{aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aas-standard-parser
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: Some auxiliary functions for parsing standard submodels
|
|
5
5
|
Author-email: Daniel Klein <daniel.klein@em.ag>
|
|
6
6
|
License: MIT License
|
|
@@ -26,10 +26,12 @@ License: MIT License
|
|
|
26
26
|
SOFTWARE.
|
|
27
27
|
|
|
28
28
|
Project-URL: Homepage, https://github.com/fluid40/aas-standard-parser
|
|
29
|
+
Requires-Python: >=3.11
|
|
29
30
|
Description-Content-Type: text/markdown
|
|
30
31
|
License-File: LICENSE
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist:
|
|
32
|
+
Requires-Dist: basyx-python-sdk>=2.0.0
|
|
33
|
+
Requires-Dist: python-json-logger>=4.0.0
|
|
34
|
+
Requires-Dist: requests>=2.32.5
|
|
33
35
|
Dynamic: license-file
|
|
34
36
|
|
|
35
37
|
# aas-standard-parser
|
|
@@ -4,12 +4,17 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "aas-standard-parser"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.2"
|
|
8
8
|
description = "Some auxiliary functions for parsing standard submodels"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { file = "LICENSE" }
|
|
11
11
|
authors = [{ name = "Daniel Klein", email = "daniel.klein@em.ag" }]
|
|
12
|
-
|
|
12
|
+
requires-python = ">=3.11"
|
|
13
|
+
dependencies = [
|
|
14
|
+
"basyx-python-sdk>=2.0.0",
|
|
15
|
+
"python-json-logger>=4.0.0",
|
|
16
|
+
"requests>=2.32.5",
|
|
17
|
+
]
|
|
13
18
|
[project.urls]
|
|
14
19
|
Homepage = "https://github.com/fluid40/aas-standard-parser"
|
|
15
20
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/collection_helpers.py
RENAMED
|
File without changes
|
{aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/demo/demo_process.py
RENAMED
|
File without changes
|
{aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/demo/logging_handler.py
RENAMED
|
File without changes
|
{aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/reference_helpers.py
RENAMED
|
File without changes
|
{aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/submodel_json_parser.py
RENAMED
|
File without changes
|
{aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/submodel_parser.py
RENAMED
|
File without changes
|
|
File without changes
|
{aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser/version_check.py
RENAMED
|
File without changes
|
{aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{aas_standard_parser-0.3.1 → aas_standard_parser-0.3.2}/aas_standard_parser.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|