aas-standard-parser 0.1.2__py3-none-any.whl → 0.1.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.
- aas_standard_parser/__init__.py +3 -2
- aas_standard_parser/aimc_parser.py +1 -1
- {aas_standard_parser-0.1.2.dist-info → aas_standard_parser-0.1.4.dist-info}/METADATA +1 -1
- aas_standard_parser-0.1.4.dist-info/RECORD +8 -0
- aas_standard_parser-0.1.2.dist-info/RECORD +0 -8
- {aas_standard_parser-0.1.2.dist-info → aas_standard_parser-0.1.4.dist-info}/WHEEL +0 -0
- {aas_standard_parser-0.1.2.dist-info → aas_standard_parser-0.1.4.dist-info}/licenses/LICENSE +0 -0
- {aas_standard_parser-0.1.2.dist-info → aas_standard_parser-0.1.4.dist-info}/top_level.txt +0 -0
aas_standard_parser/__init__.py
CHANGED
|
@@ -12,7 +12,8 @@ except importlib.metadata.PackageNotFoundError:
|
|
|
12
12
|
__project__ = "aas-standard-parser"
|
|
13
13
|
__package__ = "aas-standard-parser"
|
|
14
14
|
|
|
15
|
-
from aas_standard_parser import
|
|
15
|
+
from aas_standard_parser.aid_parser import AIDParser
|
|
16
|
+
from aas_standard_parser.aimc_parser import AIMCParser
|
|
16
17
|
|
|
17
18
|
|
|
18
|
-
__all__ = ["
|
|
19
|
+
__all__ = ["AIDParser", "AIMCParser"]
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
aas_standard_parser/__init__.py,sha256=hlC6BxwJAFFkkxMF0qAZHI3ZYdgOPr_ipESAuj7Ol1E,553
|
|
2
|
+
aas_standard_parser/aid_parser.py,sha256=0U3J9WOkt5t_xh9SZZ_7h_uQ-bR6Q7NaZltbyq69Qsc,13758
|
|
3
|
+
aas_standard_parser/aimc_parser.py,sha256=GR70DhhkcsBYSKOlD6bJ9jm0GF5u4uYijY7S79jgJLE,10571
|
|
4
|
+
aas_standard_parser-0.1.4.dist-info/licenses/LICENSE,sha256=simqYMD2P9Ikm0Kh9n7VGNpaVcm2TMVVQmECYZ_xVZ8,1065
|
|
5
|
+
aas_standard_parser-0.1.4.dist-info/METADATA,sha256=7OwoC01yIucUyd0MlP1pC5WKnLXZyuXi-7g1VwIKC5U,1718
|
|
6
|
+
aas_standard_parser-0.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
+
aas_standard_parser-0.1.4.dist-info/top_level.txt,sha256=OQaK6cwYttR1-eKTz5u4M0jbwSfp4HqJ56chaf0nHnw,20
|
|
8
|
+
aas_standard_parser-0.1.4.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
aas_standard_parser/__init__.py,sha256=JEyzB-q1WkxIMyO6JMBh4I4VqwpjZGPNFQqPshO5nUU,503
|
|
2
|
-
aas_standard_parser/aid_parser.py,sha256=0U3J9WOkt5t_xh9SZZ_7h_uQ-bR6Q7NaZltbyq69Qsc,13758
|
|
3
|
-
aas_standard_parser/aimc_parser.py,sha256=xw0uIn5e78Bmdi2v_zlS63EeeRAsKy_ssx9Y9GPxdK4,10571
|
|
4
|
-
aas_standard_parser-0.1.2.dist-info/licenses/LICENSE,sha256=simqYMD2P9Ikm0Kh9n7VGNpaVcm2TMVVQmECYZ_xVZ8,1065
|
|
5
|
-
aas_standard_parser-0.1.2.dist-info/METADATA,sha256=pXqo4t6hu0CyI0fZF2e5w8a7AUZR_Flyik5izAO-1wk,1718
|
|
6
|
-
aas_standard_parser-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
-
aas_standard_parser-0.1.2.dist-info/top_level.txt,sha256=OQaK6cwYttR1-eKTz5u4M0jbwSfp4HqJ56chaf0nHnw,20
|
|
8
|
-
aas_standard_parser-0.1.2.dist-info/RECORD,,
|
|
File without changes
|
{aas_standard_parser-0.1.2.dist-info → aas_standard_parser-0.1.4.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|