power-grid-model-io 1.2.88__py3-none-any.whl → 1.2.89__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 power-grid-model-io might be problematic. Click here for more details.
- power_grid_model_io/converters/vision_excel_converter.py +2 -1
- {power_grid_model_io-1.2.88.dist-info → power_grid_model_io-1.2.89.dist-info}/METADATA +1 -1
- {power_grid_model_io-1.2.88.dist-info → power_grid_model_io-1.2.89.dist-info}/RECORD +6 -6
- {power_grid_model_io-1.2.88.dist-info → power_grid_model_io-1.2.89.dist-info}/LICENSE +0 -0
- {power_grid_model_io-1.2.88.dist-info → power_grid_model_io-1.2.89.dist-info}/WHEEL +0 -0
- {power_grid_model_io-1.2.88.dist-info → power_grid_model_io-1.2.89.dist-info}/top_level.txt +0 -0
|
@@ -14,7 +14,8 @@ from power_grid_model_io.converters.tabular_converter import TabularConverter
|
|
|
14
14
|
from power_grid_model_io.data_stores.base_data_store import LANGUAGE_EN
|
|
15
15
|
from power_grid_model_io.data_stores.vision_excel_file_store import VisionExcelFileStore
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
CONFIG_PATH = Path(__file__).parent.parent / "config" / "excel"
|
|
18
|
+
DEFAULT_MAPPING_FILE = CONFIG_PATH / "vision_{language:s}.yaml"
|
|
18
19
|
|
|
19
20
|
|
|
20
21
|
@dataclass
|
|
@@ -11,7 +11,7 @@ power_grid_model_io/converters/base_converter.py,sha256=TICEXyG7PtimAUvhAmpSoZUq
|
|
|
11
11
|
power_grid_model_io/converters/pandapower_converter.py,sha256=6gY-mvbVLlKKBxGOM1024pekCtmMeGUxQunN19nYHio,113935
|
|
12
12
|
power_grid_model_io/converters/pgm_json_converter.py,sha256=uqsDGhf4hilzUQdQXZEfOYXWJnUpMQqTNHXnWQUY-So,13158
|
|
13
13
|
power_grid_model_io/converters/tabular_converter.py,sha256=eaBIqI2HOb5uwR1eVYDji5exNRd7aRFL0r38vEZIEzg,33398
|
|
14
|
-
power_grid_model_io/converters/vision_excel_converter.py,sha256=
|
|
14
|
+
power_grid_model_io/converters/vision_excel_converter.py,sha256=aGEoOh8Y-ZK1O5oSZQCrW_-0MHlBg1RjiJyQjLs91pY,4155
|
|
15
15
|
power_grid_model_io/data_stores/__init__.py,sha256=qwbj1j-Aa_yRB-E3j35pEVtF3mgH8CVIXAnog5mOry0,138
|
|
16
16
|
power_grid_model_io/data_stores/base_data_store.py,sha256=DJfLtRwvx_tXKnpjtBdfbMqPjWc324Eo5WeKTXjWXqc,1706
|
|
17
17
|
power_grid_model_io/data_stores/csv_dir_store.py,sha256=H8ICXZRLDvp9OkbjkfHnoh4y7uNSXNepHAW6W53VsIw,1877
|
|
@@ -40,8 +40,8 @@ power_grid_model_io/utils/modules.py,sha256=a4IdozSL-sOZcmIQON_aQS7-cpnCyt-3p7zs
|
|
|
40
40
|
power_grid_model_io/utils/parsing.py,sha256=XB1QSHnslIieFJBKFXZCtiydqpOqQBiX_CXDbItXgAQ,4522
|
|
41
41
|
power_grid_model_io/utils/uuid_excel_cvtr.py,sha256=H1iWhW_nluJBUJ3hK-Gc0xJjGnH5e35WrBz_fA3YXZs,7626
|
|
42
42
|
power_grid_model_io/utils/zip.py,sha256=VXHX4xWPPZbhOlZUAbMDy3MgQFzK6_l7sRvGXihNUY4,3875
|
|
43
|
-
power_grid_model_io-1.2.
|
|
44
|
-
power_grid_model_io-1.2.
|
|
45
|
-
power_grid_model_io-1.2.
|
|
46
|
-
power_grid_model_io-1.2.
|
|
47
|
-
power_grid_model_io-1.2.
|
|
43
|
+
power_grid_model_io-1.2.89.dist-info/LICENSE,sha256=7Pm2fWFFHHUG5lDHed1vl5CjzxObIXQglnYsEdtjo_k,14907
|
|
44
|
+
power_grid_model_io-1.2.89.dist-info/METADATA,sha256=JMkJFUJCplvAQ2MOe81QG07AHGaaI8P49taw7QbAAnY,8038
|
|
45
|
+
power_grid_model_io-1.2.89.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
|
|
46
|
+
power_grid_model_io-1.2.89.dist-info/top_level.txt,sha256=7sq9VveemMm2R0RgTBa4tH8y_xF4_1hxbufmX9OjCTo,20
|
|
47
|
+
power_grid_model_io-1.2.89.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|