power-grid-model-io 1.2.114__tar.gz → 1.2.116__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.
Potentially problematic release.
This version of power-grid-model-io might be problematic. Click here for more details.
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/PKG-INFO +14 -11
- power_grid_model_io-1.2.116/PYPI_VERSION +1 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/README.md +9 -7
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/pyproject.toml +2 -2
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/utils/uuid_excel_cvtr.py +6 -6
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io.egg-info/PKG-INFO +14 -11
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io.egg-info/requires.txt +2 -2
- power_grid_model_io-1.2.114/PYPI_VERSION +0 -1
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/LICENSE +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/MANIFEST.in +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/VERSION +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/setup.cfg +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/setup.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/config/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/config/examples/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/config/examples/multipliers.yaml +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/config/excel/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/config/excel/vision_en.yaml +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/config/excel/vision_en_9_7.yaml +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/config/excel/vision_nl.yaml +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/converters/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/converters/base_converter.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/converters/pandapower_converter.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/converters/pgm_json_converter.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/converters/tabular_converter.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/converters/vision_excel_converter.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/data_stores/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/data_stores/base_data_store.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/data_stores/csv_dir_store.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/data_stores/excel_file_store.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/data_stores/json_file_store.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/data_stores/vision_excel_file_store.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/data_types/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/data_types/_data_types.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/data_types/tabular_data.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/functions/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/functions/_functions.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/functions/filters.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/functions/phase_to_phase.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/mappings/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/mappings/field_mapping.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/mappings/multiplier_mapping.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/mappings/tabular_mapping.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/mappings/unit_mapping.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/mappings/value_mapping.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/py.typed +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/utils/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/utils/auto_id.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/utils/dict.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/utils/download.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/utils/excel_ambiguity_checker.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/utils/json.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/utils/modules.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/utils/parsing.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/utils/zip.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io.egg-info/SOURCES.txt +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io.egg-info/dependency_links.txt +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io.egg-info/top_level.txt +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/conftest.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/config/dummy_mapping.yaml +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/config/mapping.yaml +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/pandapower/pgm_asym_output_data.json +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/pandapower/pgm_asym_output_data.json.license +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/pandapower/pgm_input_data.json +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/pandapower/pgm_input_data.json.license +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/pandapower/pgm_output_data.json +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/pandapower/pgm_output_data.json.license +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/pandapower/pp_validation.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/excel_ambiguity_check_data.xlsx +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/excel_ambiguity_check_data.xlsx.license +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/pgm_input_data_en.json +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/pgm_input_data_en.json.license +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/pgm_input_data_nl.json +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/pgm_input_data_nl.json.license +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/vision_9_5_en.yaml +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/vision_9_5_nl.yaml +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/vision_en.xlsx +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/vision_en.xlsx.license +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/vision_en_9_7.xlsx +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/vision_en_9_7.xlsx.license +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/vision_nl.xlsx +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/vision_nl.xlsx.license +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/vision_validation.vnf +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/vision_validation.vnf.license +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/zip/foo-bar.zip +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/zip/foo-bar.zip.license +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/zip/foo.zip +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/zip/foo.zip.license +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/test_utils.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/conftest.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/converters/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/converters/test_base_converter.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/converters/test_pandapower_converter_input.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/converters/test_pandapower_converter_output.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/converters/test_pgm_json_converter.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/converters/test_tabular_converter.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/converters/test_vision_excel_converter.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/data_stores/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/data_stores/test_base_data_store.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/data_stores/test_csv_dir_store.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/data_stores/test_excel_file_store.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/data_stores/test_json_file_store.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/data_stores/test_vision_excel_file_store.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/data_types/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/data_types/test_data_types.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/data_types/test_tabular_data.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/functions/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/functions/test_filters.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/functions/test_functions.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/functions/test_phase_to_phase.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/mappings/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/mappings/test_field_mapping.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/mappings/test_multiplier_mapping.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/mappings/test_tabular_mapping.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/mappings/test_unit_mapping.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/mappings/test_value_mapping.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/utils/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/utils/test_auto_id.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/utils/test_dict.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/utils/test_download.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/utils/test_json.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/utils/test_modules.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/utils/test_parsing.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/utils/test_uuid_excel_cvtr.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/utils/test_zip.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/utils.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/validation/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/validation/conftest.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/validation/converters/__init__.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/validation/converters/test_pandapower_converter_input.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/validation/converters/test_pandapower_converter_output.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/validation/converters/test_vision_excel_converter.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/validation/test_test_utils.py +0 -0
- {power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/validation/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: power-grid-model-io
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.116
|
|
4
4
|
Summary: Power Grid Model Input/Output
|
|
5
5
|
Author-email: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
|
|
6
6
|
License: MPL-2.0
|
|
@@ -29,7 +29,7 @@ Requires-Dist: pyyaml
|
|
|
29
29
|
Requires-Dist: structlog
|
|
30
30
|
Requires-Dist: tqdm
|
|
31
31
|
Provides-Extra: dev
|
|
32
|
-
Requires-Dist: pandapower
|
|
32
|
+
Requires-Dist: pandapower<3.0,>2.11.1; extra == "dev"
|
|
33
33
|
Requires-Dist: pre-commit; extra == "dev"
|
|
34
34
|
Requires-Dist: pylint; extra == "dev"
|
|
35
35
|
Requires-Dist: pytest; extra == "dev"
|
|
@@ -38,7 +38,7 @@ Requires-Dist: pydantic>2; extra == "dev"
|
|
|
38
38
|
Requires-Dist: numba; extra == "dev"
|
|
39
39
|
Provides-Extra: examples
|
|
40
40
|
Requires-Dist: power-grid-model>1.9.80; extra == "examples"
|
|
41
|
-
Requires-Dist: pandapower
|
|
41
|
+
Requires-Dist: pandapower<3.0,>2.11.1; extra == "examples"
|
|
42
42
|
Requires-Dist: pyarrow; extra == "examples"
|
|
43
43
|
Provides-Extra: doc
|
|
44
44
|
Requires-Dist: sphinx; extra == "doc"
|
|
@@ -47,6 +47,7 @@ Requires-Dist: sphinx_rtd_theme; extra == "doc"
|
|
|
47
47
|
Requires-Dist: readthedocs-sphinx-search; extra == "doc"
|
|
48
48
|
Requires-Dist: sphinx-hoverxref; extra == "doc"
|
|
49
49
|
Requires-Dist: numpydoc; extra == "doc"
|
|
50
|
+
Dynamic: license-file
|
|
50
51
|
|
|
51
52
|
<!--
|
|
52
53
|
SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
|
|
@@ -124,14 +125,14 @@ If you are using Power Grid Model IO in your research work, please consider citi
|
|
|
124
125
|
|
|
125
126
|
```bibtex
|
|
126
127
|
@software{Xiang_PowerGridModel_power-grid-model-io,
|
|
127
|
-
author = {Xiang, Yu and Salemink, Peter and Bharambe, Nitish and Govers, Martinus and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry and Jagutis, Laurynas and Wang, Chenguang and {Contributors to the LF Energy project Power Grid Model}},
|
|
128
|
+
author = {Xiang, Yu and Salemink, Peter and Bharambe, Nitish and Govers, Martinus G.H. and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry Jinfeng and Figueroa Manrique, Santiago and Jagutis, Laurynas and Wang, Chenguang and {Contributors to the LF Energy project Power Grid Model}},
|
|
128
129
|
doi = {10.5281/zenodo.8059257},
|
|
129
130
|
license = {MPL-2.0},
|
|
130
131
|
title = {{PowerGridModel/power-grid-model-io}},
|
|
131
132
|
url = {https://github.com/PowerGridModel/power-grid-model-io}
|
|
132
133
|
}
|
|
133
134
|
@software{Xiang_PowerGridModel_power-grid-model,
|
|
134
|
-
author = {Xiang, Yu and Salemink, Peter and Bharambe, Nitish and Govers, Martinus and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry and Jagutis, Laurynas and Wang, Chenguang and van Raalte, Marc and {Contributors to the LF Energy project Power Grid Model}},
|
|
135
|
+
author = {Xiang, Yu and Salemink, Peter and van Westering, Werner and Bharambe, Nitish and Govers, Martinus G.H. and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry Jinfeng and Figueroa Manrique, Santiago and Jagutis, Laurynas and Wang, Chenguang and van Raalte, Marc and {Contributors to the LF Energy project Power Grid Model}},
|
|
135
136
|
doi = {10.5281/zenodo.8054429},
|
|
136
137
|
license = {MPL-2.0},
|
|
137
138
|
title = {{PowerGridModel/power-grid-model}},
|
|
@@ -139,12 +140,14 @@ If you are using Power Grid Model IO in your research work, please consider citi
|
|
|
139
140
|
}
|
|
140
141
|
@inproceedings{Xiang2023,
|
|
141
142
|
author = {Xiang, Yu and Salemink, Peter and Stoeller, Bram and Bharambe, Nitish and van Westering, Werner},
|
|
142
|
-
booktitle
|
|
143
|
-
title
|
|
144
|
-
year
|
|
143
|
+
booktitle={27th International Conference on Electricity Distribution (CIRED 2023)},
|
|
144
|
+
title={Power grid model: a high-performance distribution grid calculation library},
|
|
145
|
+
year={2023},
|
|
145
146
|
volume={2023},
|
|
146
|
-
number
|
|
147
|
-
pages={
|
|
147
|
+
number={},
|
|
148
|
+
pages={1089-1093},
|
|
149
|
+
keywords={},
|
|
150
|
+
doi={10.1049/icp.2023.0633}
|
|
148
151
|
}
|
|
149
152
|
```
|
|
150
153
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.2.116
|
|
@@ -74,14 +74,14 @@ If you are using Power Grid Model IO in your research work, please consider citi
|
|
|
74
74
|
|
|
75
75
|
```bibtex
|
|
76
76
|
@software{Xiang_PowerGridModel_power-grid-model-io,
|
|
77
|
-
author = {Xiang, Yu and Salemink, Peter and Bharambe, Nitish and Govers, Martinus and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry and Jagutis, Laurynas and Wang, Chenguang and {Contributors to the LF Energy project Power Grid Model}},
|
|
77
|
+
author = {Xiang, Yu and Salemink, Peter and Bharambe, Nitish and Govers, Martinus G.H. and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry Jinfeng and Figueroa Manrique, Santiago and Jagutis, Laurynas and Wang, Chenguang and {Contributors to the LF Energy project Power Grid Model}},
|
|
78
78
|
doi = {10.5281/zenodo.8059257},
|
|
79
79
|
license = {MPL-2.0},
|
|
80
80
|
title = {{PowerGridModel/power-grid-model-io}},
|
|
81
81
|
url = {https://github.com/PowerGridModel/power-grid-model-io}
|
|
82
82
|
}
|
|
83
83
|
@software{Xiang_PowerGridModel_power-grid-model,
|
|
84
|
-
author = {Xiang, Yu and Salemink, Peter and Bharambe, Nitish and Govers, Martinus and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry and Jagutis, Laurynas and Wang, Chenguang and van Raalte, Marc and {Contributors to the LF Energy project Power Grid Model}},
|
|
84
|
+
author = {Xiang, Yu and Salemink, Peter and van Westering, Werner and Bharambe, Nitish and Govers, Martinus G.H. and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry Jinfeng and Figueroa Manrique, Santiago and Jagutis, Laurynas and Wang, Chenguang and van Raalte, Marc and {Contributors to the LF Energy project Power Grid Model}},
|
|
85
85
|
doi = {10.5281/zenodo.8054429},
|
|
86
86
|
license = {MPL-2.0},
|
|
87
87
|
title = {{PowerGridModel/power-grid-model}},
|
|
@@ -89,12 +89,14 @@ If you are using Power Grid Model IO in your research work, please consider citi
|
|
|
89
89
|
}
|
|
90
90
|
@inproceedings{Xiang2023,
|
|
91
91
|
author = {Xiang, Yu and Salemink, Peter and Stoeller, Bram and Bharambe, Nitish and van Westering, Werner},
|
|
92
|
-
booktitle
|
|
93
|
-
title
|
|
94
|
-
year
|
|
92
|
+
booktitle={27th International Conference on Electricity Distribution (CIRED 2023)},
|
|
93
|
+
title={Power grid model: a high-performance distribution grid calculation library},
|
|
94
|
+
year={2023},
|
|
95
95
|
volume={2023},
|
|
96
|
-
number
|
|
97
|
-
pages={
|
|
96
|
+
number={},
|
|
97
|
+
pages={1089-1093},
|
|
98
|
+
keywords={},
|
|
99
|
+
doi={10.1049/icp.2023.0633}
|
|
98
100
|
}
|
|
99
101
|
```
|
|
100
102
|
|
|
@@ -40,7 +40,7 @@ dynamic = ["version"]
|
|
|
40
40
|
|
|
41
41
|
[project.optional-dependencies]
|
|
42
42
|
dev = [
|
|
43
|
-
"pandapower>2.11.1",
|
|
43
|
+
"pandapower>2.11.1, <3.0",
|
|
44
44
|
"pre-commit",
|
|
45
45
|
"pylint",
|
|
46
46
|
"pytest",
|
|
@@ -50,7 +50,7 @@ dev = [
|
|
|
50
50
|
]
|
|
51
51
|
examples = [
|
|
52
52
|
"power-grid-model>1.9.80",
|
|
53
|
-
"pandapower>2.11.1",
|
|
53
|
+
"pandapower>2.11.1, <3.0",
|
|
54
54
|
"pyarrow", # Pyarrow support for Python 3.12 scheduled for 14.0.0: https://github.com/apache/arrow/issues/37880
|
|
55
55
|
]
|
|
56
56
|
doc = [
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
# SPDX-License-Identifier: MPL-2.0
|
|
4
4
|
|
|
5
5
|
"""
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
This is a stand-alone conversion script that converts the GUID based Vision
|
|
7
|
+
excel files to a number based format. The script is designed to be used as
|
|
8
|
+
a light weight tool to run before running the PGM-IO conversion scripts.
|
|
9
|
+
Example usage:
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
new_file = convert_guid_vision_excel("vision_97_en.xlsx", number="Number", {"N1": "Grounding1"})
|
|
12
|
+
nieuw_bestand = convert_guid_vision_excel("vision_97_nl.xlsx", number="Nummer", {"N1": "Arding1"})
|
|
13
13
|
|
|
14
14
|
"""
|
|
15
15
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: power-grid-model-io
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.116
|
|
4
4
|
Summary: Power Grid Model Input/Output
|
|
5
5
|
Author-email: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
|
|
6
6
|
License: MPL-2.0
|
|
@@ -29,7 +29,7 @@ Requires-Dist: pyyaml
|
|
|
29
29
|
Requires-Dist: structlog
|
|
30
30
|
Requires-Dist: tqdm
|
|
31
31
|
Provides-Extra: dev
|
|
32
|
-
Requires-Dist: pandapower
|
|
32
|
+
Requires-Dist: pandapower<3.0,>2.11.1; extra == "dev"
|
|
33
33
|
Requires-Dist: pre-commit; extra == "dev"
|
|
34
34
|
Requires-Dist: pylint; extra == "dev"
|
|
35
35
|
Requires-Dist: pytest; extra == "dev"
|
|
@@ -38,7 +38,7 @@ Requires-Dist: pydantic>2; extra == "dev"
|
|
|
38
38
|
Requires-Dist: numba; extra == "dev"
|
|
39
39
|
Provides-Extra: examples
|
|
40
40
|
Requires-Dist: power-grid-model>1.9.80; extra == "examples"
|
|
41
|
-
Requires-Dist: pandapower
|
|
41
|
+
Requires-Dist: pandapower<3.0,>2.11.1; extra == "examples"
|
|
42
42
|
Requires-Dist: pyarrow; extra == "examples"
|
|
43
43
|
Provides-Extra: doc
|
|
44
44
|
Requires-Dist: sphinx; extra == "doc"
|
|
@@ -47,6 +47,7 @@ Requires-Dist: sphinx_rtd_theme; extra == "doc"
|
|
|
47
47
|
Requires-Dist: readthedocs-sphinx-search; extra == "doc"
|
|
48
48
|
Requires-Dist: sphinx-hoverxref; extra == "doc"
|
|
49
49
|
Requires-Dist: numpydoc; extra == "doc"
|
|
50
|
+
Dynamic: license-file
|
|
50
51
|
|
|
51
52
|
<!--
|
|
52
53
|
SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
|
|
@@ -124,14 +125,14 @@ If you are using Power Grid Model IO in your research work, please consider citi
|
|
|
124
125
|
|
|
125
126
|
```bibtex
|
|
126
127
|
@software{Xiang_PowerGridModel_power-grid-model-io,
|
|
127
|
-
author = {Xiang, Yu and Salemink, Peter and Bharambe, Nitish and Govers, Martinus and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry and Jagutis, Laurynas and Wang, Chenguang and {Contributors to the LF Energy project Power Grid Model}},
|
|
128
|
+
author = {Xiang, Yu and Salemink, Peter and Bharambe, Nitish and Govers, Martinus G.H. and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry Jinfeng and Figueroa Manrique, Santiago and Jagutis, Laurynas and Wang, Chenguang and {Contributors to the LF Energy project Power Grid Model}},
|
|
128
129
|
doi = {10.5281/zenodo.8059257},
|
|
129
130
|
license = {MPL-2.0},
|
|
130
131
|
title = {{PowerGridModel/power-grid-model-io}},
|
|
131
132
|
url = {https://github.com/PowerGridModel/power-grid-model-io}
|
|
132
133
|
}
|
|
133
134
|
@software{Xiang_PowerGridModel_power-grid-model,
|
|
134
|
-
author = {Xiang, Yu and Salemink, Peter and Bharambe, Nitish and Govers, Martinus and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry and Jagutis, Laurynas and Wang, Chenguang and van Raalte, Marc and {Contributors to the LF Energy project Power Grid Model}},
|
|
135
|
+
author = {Xiang, Yu and Salemink, Peter and van Westering, Werner and Bharambe, Nitish and Govers, Martinus G.H. and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry Jinfeng and Figueroa Manrique, Santiago and Jagutis, Laurynas and Wang, Chenguang and van Raalte, Marc and {Contributors to the LF Energy project Power Grid Model}},
|
|
135
136
|
doi = {10.5281/zenodo.8054429},
|
|
136
137
|
license = {MPL-2.0},
|
|
137
138
|
title = {{PowerGridModel/power-grid-model}},
|
|
@@ -139,12 +140,14 @@ If you are using Power Grid Model IO in your research work, please consider citi
|
|
|
139
140
|
}
|
|
140
141
|
@inproceedings{Xiang2023,
|
|
141
142
|
author = {Xiang, Yu and Salemink, Peter and Stoeller, Bram and Bharambe, Nitish and van Westering, Werner},
|
|
142
|
-
booktitle
|
|
143
|
-
title
|
|
144
|
-
year
|
|
143
|
+
booktitle={27th International Conference on Electricity Distribution (CIRED 2023)},
|
|
144
|
+
title={Power grid model: a high-performance distribution grid calculation library},
|
|
145
|
+
year={2023},
|
|
145
146
|
volume={2023},
|
|
146
|
-
number
|
|
147
|
-
pages={
|
|
147
|
+
number={},
|
|
148
|
+
pages={1089-1093},
|
|
149
|
+
keywords={},
|
|
150
|
+
doi={10.1049/icp.2023.0633}
|
|
148
151
|
}
|
|
149
152
|
```
|
|
150
153
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.2.114
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/__init__.py
RENAMED
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/utils/auto_id.py
RENAMED
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/utils/dict.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/utils/json.py
RENAMED
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/utils/modules.py
RENAMED
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/utils/parsing.py
RENAMED
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/src/power_grid_model_io/utils/zip.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/config/dummy_mapping.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/pandapower/pp_validation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/pgm_input_data_en.json
RENAMED
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/pgm_input_data_nl.json
RENAMED
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/vision_9_5_en.yaml
RENAMED
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/vision_9_5_nl.yaml
RENAMED
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/vision_en.xlsx
RENAMED
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/vision_en.xlsx.license
RENAMED
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/vision_en_9_7.xlsx
RENAMED
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/vision_nl.xlsx
RENAMED
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/vision_nl.xlsx.license
RENAMED
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/vision/vision_validation.vnf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/data/zip/foo-bar.zip.license
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/converters/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/data_stores/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/data_types/__init__.py
RENAMED
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/data_types/test_data_types.py
RENAMED
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/functions/__init__.py
RENAMED
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/functions/test_filters.py
RENAMED
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/functions/test_functions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/mappings/test_unit_mapping.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/utils/test_auto_id.py
RENAMED
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/utils/test_download.py
RENAMED
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/utils/test_modules.py
RENAMED
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/utils/test_parsing.py
RENAMED
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/unit/utils/test_uuid_excel_cvtr.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/validation/converters/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{power_grid_model_io-1.2.114 → power_grid_model_io-1.2.116}/tests/validation/test_test_utils.py
RENAMED
|
File without changes
|
|
File without changes
|