.appveyor.yml
.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.gitignore
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CITATION.bib
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build-test-publish.yml
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
examples/climate-model-input.ipynb
examples/template-SI.csv
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
src/pythermalcomfort/.pytest_cache/.gitignore
src/pythermalcomfort/.pytest_cache/CACHEDIR.TAG
src/pythermalcomfort/.pytest_cache/README.md
src/pythermalcomfort/.pytest_cache/v/cache/lastfailed
src/pythermalcomfort/.pytest_cache/v/cache/nodeids
src/pythermalcomfort/.pytest_cache/v/cache/stepwise
tests/test_models.py
tests/test_pythermalcomfort.py