[console_scripts]
count-lines-of-code = steelo.entrypoints.cli:count_lines_of_code
download-binaries = steelo.entrypoints.download_binaries:main
list-binaries = steelo.entrypoints.list_binaries:main
llm-content = steelo.entrypoints.developer_tools:llm_content
run_baseload_power_simulation = steelo.entrypoints.geo:run_baseload_power_simulation
run_boa = baseload_optimisation_atlas.boa_run_simulation:main
run_simulation = steelo.entrypoints.cli:run_full_simulation
show_cost_of_x_on_map = steelo.entrypoints.cli:show_cost_of_x_on_map
show_plants_on_map = steelo.entrypoints.cli:show_plants_on_map
steelo-cache = steelo.entrypoints.cache_cli:steelo_cache
steelo-data-convert = steelo.entrypoints.data_cli:steelo_data_convert
steelo-data-download = steelo.entrypoints.data_cli:steelo_data_download
steelo-data-extract-geo = steelo.entrypoints.data_cli:steelo_data_extract_geo
steelo-data-list = steelo.entrypoints.data_cli:steelo_data_list
steelo-data-prepare = steelo.entrypoints.data_cli:steelo_data_prepare
steelo-data-recreate = steelo.entrypoints.data_cli:steelo_data_recreate
steelo-data-validate = steelo.entrypoints.data_cli:steelo_data_validate
steelo-data-verify = steelo.entrypoints.data_cli:steelo_data_verify
test-plotting = steelo.entrypoints.test_plotting_quick:main
validate-master-input = steelo.entrypoints.validate_master_input:main
