.gitignore
LICENSE.txt
README.md
app_mollier.py
comfort_preview.html
decomposition_preview.html
density_preview.html
energy_signature_preview.html
pyproject.toml
requirements.txt
seasonal_preview.html
setup.py
sumfreq_preview.html
.github/workflows/deploy-docs.yml
.github/workflows/python-unittest.yml
.github/workflows/release_pypi.yml
__pycache__/app_mollier.cpython-312.pyc
docs/_config.yml
docs/_toc.yml
docs/installation.md
docs/intro.md
docs/api/data_io.md
docs/api/geopy.md
docs/api/index.md
docs/api/meteo_swiss.md
docs/api/plots.md
docs/api/season.md
docs/examples/comfort.ipynb
docs/examples/daily_profiles.ipynb
docs/examples/data_io.md
docs/examples/decomposition.ipynb
docs/examples/density_seasons.ipynb
docs/examples/energy_signature.ipynb
docs/examples/geopy.md
docs/examples/heatmap_calendar.ipynb
docs/examples/heatmap_median_weeks.ipynb
docs/examples/index.md
docs/examples/meteo_swiss.md
docs/examples/mollier_hx.ipynb
docs/examples/plots.md
docs/examples/season.md
docs/examples/seasonal.ipynb
docs/examples/sum_frequency.ipynb
docs/images/plot_daily_profiles_overview.html
docs/images/plot_daily_profiles_overview.png
pyedautils/__init__.py
pyedautils/_mollier.py
pyedautils/_plot_utils.py
pyedautils/data_io.py
pyedautils/energy_signature.py
pyedautils/geopy.py
pyedautils/meteo_swiss.py
pyedautils/plots.py
pyedautils/season.py
pyedautils.egg-info/PKG-INFO
pyedautils.egg-info/SOURCES.txt
pyedautils.egg-info/dependency_links.txt
pyedautils.egg-info/top_level.txt
pyedautils/data/bldg_engy_sig_pes.csv
pyedautils/data/bldg_engy_sig_simple.csv
pyedautils/data/decomposition_long.csv
pyedautils/data/decomposition_short.csv
pyedautils/data/ele_meter.csv
pyedautils/data/flat_temp.csv
pyedautils/data/flat_temp_hum.csv
pyedautils/data/mollier_sample.csv
pyedautils/data/outside_temp.csv
pyedautils/data/seasonal_monthly.csv
pyedautils/data/d3_mollier/CoordinateGenerator.js
pyedautils/data/d3_mollier/drawComfort.js
pyedautils/data/d3_mollier/mollier_functions.js
tests/__init__.py
tests/test_data_io.py
tests/test_energy_signature.py
tests/test_geopy.py
tests/test_meteo_swiss.py
tests/test_mollier.py
tests/test_plots.py
tests/test_season.py