.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/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_phs.py
examples/calc_pmv_ppd.py
examples/calc_set_tmp.py
examples/calc_utci.py
src/pythermalcomfort/__init__.py
src/pythermalcomfort/__main__.py
src/pythermalcomfort/cli.py
src/pythermalcomfort/models.py
src/pythermalcomfort/optimized_functions.py
src/pythermalcomfort/psychrometrics.py
src/pythermalcomfort/utilities.py
src/pythermalcomfort.egg-info/PKG-INFO
src/pythermalcomfort.egg-info/SOURCES.txt
src/pythermalcomfort.egg-info/dependency_links.txt
src/pythermalcomfort.egg-info/entry_points.txt
src/pythermalcomfort.egg-info/not-zip-safe
src/pythermalcomfort.egg-info/requires.txt
src/pythermalcomfort.egg-info/top_level.txt
tests/test_models.py
tests/test_pythermalcomfort.py