.coveragerc
.gitignore
.releaserc.json
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
deploy.sh
dev-requirements.txt
setup.cfg
setup.py
docs/conf.py
docs/index.rst
docs/modules.rst
docs/_build/.nojekyll
docs/_build/README.md
docs/_build/docs/README.md
honeybee/__init__.py
honeybee/boundarycondition.py
honeybee/face.py
honeybee/facetype.py
honeybee/properties.py
honeybee/typing.py
honeybee/writer.py
honeybee_core.egg-info/PKG-INFO
honeybee_core.egg-info/SOURCES.txt
honeybee_core.egg-info/dependency_links.txt
honeybee_core.egg-info/requires.txt
honeybee_core.egg-info/top_level.txt
tests/__init__.py
tests/boundary_condition_test.py
tests/face_test.py