zen-garden 2.7.12__py3-none-any.whl → 2.7.14__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zen_garden
3
- Version: 2.7.12
3
+ Version: 2.7.14
4
4
  Summary: ZEN-garden is an optimization model of energy systems and value chains.
5
5
  Author: Alissa Ganter, Johannes Burger, Francesco De Marco, Lukas Kunz, Lukas Schmidt-Engelbertz, Paolo Gabrielli, Giovanni Sansavini
6
6
  Author-email: Jacob Mannhardt <zen-garden@ethz.ch>
@@ -62,7 +62,7 @@ Provides-Extra: vis
62
62
 
63
63
  <img src="https://github.com/ZEN-universe/ZEN-garden/assets/114185605/d6a9aca9-74b0-4a82-8295-43e6a78b8450" alt="drawing" width="200"/>
64
64
 
65
- Welcome to the ZEN-garden! ZEN-garden is an optimization model of energy systems and value chains.
65
+ Welcome to the ZEN-garden! ZEN-garden is an optimization framework for energy transition pathways.
66
66
  It is currently used to model the electricity system, hydrogen value chains, and carbon capture, storage and utilization (CCUS) value chains.
67
67
  However, it is designed to be modular and flexible, and can be extended to model other types of energy systems, value chains or other network-based systems.
68
68
 
@@ -80,12 +80,7 @@ If you want to work on the codebase, fork and clone the repository and install t
80
80
 
81
81
  ## Documentation
82
82
  Please refer to the documentation of the ZEN-garden framework [on Read-the-Docs](https://zen-garden.readthedocs.io/en/latest/).
83
-
84
- In the file `documentation/how_to_ZEN-garden.md`, you can find additional information on how to use the framework.
85
- The `documentation/dataset_creation_tutorial.md` file contains a tutorial on how to create a simple dataset for the framework.
86
- Additionally, example datasets are available in the `dataset_examples` folder.
87
-
88
- More in-depth manuals are available in the [discussions forum](https://github.com/ZEN-universe/ZEN-garden/discussions) of our repo.
83
+ Additionally, example datasets are available in the `dataset_examples` folder and described in [the documentation](https://zen-garden.readthedocs.io/en/latest/files/zen_garden_in_detail/dataset_examples.html).
89
84
 
90
85
  ## News
91
86
  Review recent modifications outlined in the [changelog](https://github.com/ZEN-universe/ZEN-garden/blob/main/CHANGELOG.md).
@@ -30,7 +30,8 @@ zen_garden/preprocess/extract_input_data.py,sha256=PWKdel7s488SELseyAaoFkwXpzJU4
30
30
  zen_garden/preprocess/parameter_change_log.py,sha256=WNhLYTyuaFkUl_e4QH36W1chpqg00m7zg__PawPogAY,387
31
31
  zen_garden/preprocess/time_series_aggregation.py,sha256=v8xRRk4I9WZ2yi7V3I_Ersj2RV1T2WIKslx8ohkMfWI,32112
32
32
  zen_garden/preprocess/unit_handling.py,sha256=OGIHFyDdUmGU-GEGHkJGJ9RmKfDBy5-HmuBQmtYAK5Q,63043
33
- zen_garden-2.7.12.dist-info/licenses/LICENSE.txt,sha256=_kEtxPe9gWOwMzdiy8nLzgABiPdMvUS0kaSCOIrEA_E,1101
34
- zen_garden-2.7.12.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
35
- zen_garden-2.7.12.dist-info/METADATA,sha256=EJpjxy9mcFlrsEojwsE4C-tNiX3MOrSTyTakH8pVTqA,5879
36
- zen_garden-2.7.12.dist-info/RECORD,,
33
+ zen_garden-2.7.14.dist-info/entry_points.txt,sha256=Jfa7k0xmvGql3hGJid62hGV1rzDt81uTs3PgZre0VJk,118
34
+ zen_garden-2.7.14.dist-info/licenses/LICENSE.txt,sha256=_kEtxPe9gWOwMzdiy8nLzgABiPdMvUS0kaSCOIrEA_E,1101
35
+ zen_garden-2.7.14.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
36
+ zen_garden-2.7.14.dist-info/METADATA,sha256=VhHX_jXfbpv4FPslZxwhKmVQw1u4ua3NufVFUlm6R0M,5632
37
+ zen_garden-2.7.14.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ [console_scripts]
2
+ zen-garden=zen_garden.__main__:run_module
3
+ zen-viz=zen_garden.visualization:parse_arguments_and_run
4
+