CITATION
LICENSE
README.md
pyproject.toml
requirements/base.txt
requirements/dev.txt
src/calliope/__init__.py
src/calliope/_version.py
src/calliope/attrdict.py
src/calliope/cli.py
src/calliope/examples.py
src/calliope/exceptions.py
src/calliope/io.py
src/calliope/model.py
src/calliope/py.typed
src/calliope.egg-info/PKG-INFO
src/calliope.egg-info/SOURCES.txt
src/calliope.egg-info/dependency_links.txt
src/calliope.egg-info/entry_points.txt
src/calliope.egg-info/requires.txt
src/calliope.egg-info/top_level.txt
src/calliope/backend/__init__.py
src/calliope/backend/backend_model.py
src/calliope/backend/expression_parser.py
src/calliope/backend/gurobi_backend_model.py
src/calliope/backend/helper_functions.py
src/calliope/backend/latex_backend_model.py
src/calliope/backend/parsing.py
src/calliope/backend/pyomo_backend_model.py
src/calliope/backend/where_parser.py
src/calliope/config/config_schema.yaml
src/calliope/config/data_table_schema.yaml
src/calliope/config/math_schema.yaml
src/calliope/config/model_data_checks.yaml
src/calliope/config/model_def_schema.yaml
src/calliope/config/protected_parameters.yaml
src/calliope/example_models/national_scale/model.yaml
src/calliope/example_models/national_scale/scenarios.yaml
src/calliope/example_models/national_scale/data_tables/cluster_days.csv
src/calliope/example_models/national_scale/data_tables/costs.csv
src/calliope/example_models/national_scale/data_tables/time_varying_params.csv
src/calliope/example_models/national_scale/model_config/locations.yaml
src/calliope/example_models/national_scale/model_config/techs.yaml
src/calliope/example_models/urban_scale/additional_math.yaml
src/calliope/example_models/urban_scale/model.yaml
src/calliope/example_models/urban_scale/scenarios.yaml
src/calliope/example_models/urban_scale/data_tables/demand.csv
src/calliope/example_models/urban_scale/data_tables/export_power.csv
src/calliope/example_models/urban_scale/data_tables/pv_resource.csv
src/calliope/example_models/urban_scale/model_config/locations.yaml
src/calliope/example_models/urban_scale/model_config/techs.yaml
src/calliope/math/operate.yaml
src/calliope/math/plan.yaml
src/calliope/math/spores.yaml
src/calliope/math/storage_inter_cluster.yaml
src/calliope/postprocess/__init__.py
src/calliope/postprocess/math_documentation.py
src/calliope/postprocess/postprocess.py
src/calliope/preprocess/__init__.py
src/calliope/preprocess/data_tables.py
src/calliope/preprocess/model_data.py
src/calliope/preprocess/model_math.py
src/calliope/preprocess/scenarios.py
src/calliope/preprocess/time.py
src/calliope/util/__init__.py
src/calliope/util/generate_runs.py
src/calliope/util/logging.py
src/calliope/util/schema.py
src/calliope/util/tools.py
tests/test_backend_expression_parser.py
tests/test_backend_general.py
tests/test_backend_gurobi.py
tests/test_backend_helper_functions.py
tests/test_backend_latex_backend.py
tests/test_backend_module.py
tests/test_backend_parsing.py
tests/test_backend_pyomo.py
tests/test_backend_pyomo_objective.py
tests/test_backend_where_parser.py
tests/test_cli.py
tests/test_constraint_results.py
tests/test_core_attrdict.py
tests/test_core_future_warnings.py
tests/test_core_model.py
tests/test_core_preprocess.py
tests/test_core_util.py
tests/test_example_models.py
tests/test_io.py
tests/test_math.py
tests/test_postprocess_math_documentation.py
tests/test_preprocess_data_sources.py
tests/test_preprocess_model_data.py
tests/test_preprocess_model_math.py
tests/test_preprocess_time.py