.appveyor.yml
.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/requirements.txt
ci/templates/.appveyor.yml
ci/templates/.travis.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contact_us.rst
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/pythermalcomfort.rst
examples/calc_adaptive_ASHRAE.py
examples/calc_adaptive_EN.py
examples/calc_atcs.py
examples/calc_jos3.py
examples/calc_phs.py
examples/calc_pmv_ppd.py
examples/calc_set_tmp.py
examples/calc_utci.py
examples/calc_zhang_comfort_model.py
pythermalcomfort/__init__.py
pythermalcomfort/__main__.py
pythermalcomfort/cli.py
pythermalcomfort/psychrometrics.py
pythermalcomfort/shared_functions.py
pythermalcomfort/utilities.py
pythermalcomfort.egg-info/PKG-INFO
pythermalcomfort.egg-info/SOURCES.txt
pythermalcomfort.egg-info/dependency_links.txt
pythermalcomfort.egg-info/entry_points.txt
pythermalcomfort.egg-info/not-zip-safe
pythermalcomfort.egg-info/requires.txt
pythermalcomfort.egg-info/top_level.txt
pythermalcomfort/jos3_functions/__init__.py
pythermalcomfort/jos3_functions/construction.py
pythermalcomfort/jos3_functions/matrix.py
pythermalcomfort/jos3_functions/parameters.py
pythermalcomfort/jos3_functions/thermoregulation.py
pythermalcomfort/jos3_functions/utilities.py
pythermalcomfort/models/__init__.py
pythermalcomfort/models/a_pmv.py
pythermalcomfort/models/adaptive_ashrae.py
pythermalcomfort/models/adaptive_en.py
pythermalcomfort/models/ankle_draft.py
pythermalcomfort/models/at.py
pythermalcomfort/models/atcs.py
pythermalcomfort/models/athb.py
pythermalcomfort/models/clo_tout.py
pythermalcomfort/models/cooling_effect.py
pythermalcomfort/models/discomfort_index.py
pythermalcomfort/models/e_pmv.py
pythermalcomfort/models/heat_index.py
pythermalcomfort/models/humidex.py
pythermalcomfort/models/jos3.py
pythermalcomfort/models/net.py
pythermalcomfort/models/pet_steady.py
pythermalcomfort/models/phs.py
pythermalcomfort/models/pmv.py
pythermalcomfort/models/pmv_ppd.py
pythermalcomfort/models/set_tmp.py
pythermalcomfort/models/solar_gain.py
pythermalcomfort/models/two_nodes.py
pythermalcomfort/models/use_fans_heatwaves.py
pythermalcomfort/models/utci.py
pythermalcomfort/models/vertical_tmp_grad_ppd.py
pythermalcomfort/models/wbgt.py
pythermalcomfort/models/wc.py
pythermalcomfort/models/zhang_comfort.py
tests/__init__.py
tests/test_a_pmv.py
tests/test_adaptive_ashrae.py
tests/test_adaptive_en.py
tests/test_ankle_draft.py
tests/test_at.py
tests/test_athb.py
tests/test_clo_tout.py
tests/test_cooling_effect.py
tests/test_discomfort_index.py
tests/test_e_pmv.py
tests/test_heat_index.py
tests/test_humidex.py
tests/test_jos3.py
tests/test_net.py
tests/test_pet_steady.py
tests/test_phs.py
tests/test_pmv.py
tests/test_pmv_ppd.py
tests/test_psychrometrics.py
tests/test_pythermalcomfort.py
tests/test_set.py
tests/test_solar_gain.py
tests/test_two_nodes.py
tests/test_use_fans_heatwaves.py
tests/test_utci.py
tests/test_utilities.py
tests/test_vertical_tmp_grad_ppd.py
tests/test_wbgt.py
tests/test_wind_chill.py