LICENSE
README.md
pyproject.toml
src/pyetm/__init__.py
src/pyetm/exceptions.py
src/pyetm/logger.py
src/pyetm/optional.py
src/pyetm/types.py
src/pyetm.egg-info/PKG-INFO
src/pyetm.egg-info/SOURCES.txt
src/pyetm.egg-info/dependency_links.txt
src/pyetm.egg-info/requires.txt
src/pyetm.egg-info/top_level.txt
src/pyetm/client/__init__.py
src/pyetm/client/account.py
src/pyetm/client/client.py
src/pyetm/client/curves.py
src/pyetm/client/customcurves.py
src/pyetm/client/gqueries.py
src/pyetm/client/meritorder.py
src/pyetm/client/parameters.py
src/pyetm/client/scenario.py
src/pyetm/client/session.py
src/pyetm/client/utils.py
src/pyetm/data/G2A_parameters.csv
src/pyetm/data/house_properties.csv
src/pyetm/data/thermostat_values.csv
src/pyetm/myc/__init__.py
src/pyetm/myc/model.py
src/pyetm/myc/pool.py
src/pyetm/profiles/__init__.py
src/pyetm/profiles/cfactors.py
src/pyetm/profiles/heat/__init__.py
src/pyetm/profiles/heat/buildings.py
src/pyetm/profiles/heat/cooling.py
src/pyetm/profiles/heat/households.py
src/pyetm/profiles/heat/smoothing.py
src/pyetm/sessions/__init__.py
src/pyetm/sessions/abc.py
src/pyetm/sessions/aiohttp.py
src/pyetm/sessions/requests.py
src/pyetm/utils/__init__.py
src/pyetm/utils/categorisation.py
src/pyetm/utils/converter.py
src/pyetm/utils/excel.py
src/pyetm/utils/general.py
src/pyetm/utils/interpolation.py
src/pyetm/utils/lookup.py
src/pyetm/utils/loop.py
src/pyetm/utils/profiles.py
src/pyetm/utils/regionalisation.py
src/pyetm/utils/url.py