KPI Calculator Documentation ============================ .. TODO: Register the project on ReadTheDocs (https://readthedocs.org/) and update the documentation URL in pyproject.toml from the placeholder to the live URL once the RTD project is created and the webhook is configured on the GitHub repository. The KPI Calculator computes cost, energy, and emission key performance indicators from `ESDL `_ energy system models. Given an ESDL file and optional time series data, it returns standardized metrics — CAPEX, OPEX, NPV, LCOE, consumption, production, efficiency, CO2 emissions — that support design decisions in the `OMOTES `_ energy system design toolkit. Everyone should start with the :doc:`Getting Started ` guide — installation, usage examples, and results format. **Then, depending on your role:** - **Energy system designers and analysts** interpreting results: continue with the :doc:`KPI Guide `. - **Software developers** integrating the calculator into a pipeline or contributing to the codebase: see :doc:`Architecture ` and :doc:`Development `. - **API users** looking up function signatures and return types: see the :doc:`API Reference `. **Links:** - `PyPI `_ — install with ``pip install kpi-calculator`` - `GitHub `_ — source code, issues, and pull requests - `Releases `_ — changelog and version history .. toctree:: :hidden: getting_started user_guide developer_guide reference