.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/_base.py
honeybee/_basewithshade.py
honeybee/_lockable.py
honeybee/aperture.py
honeybee/aperturetype.py
honeybee/boundarycondition.py
honeybee/door.py
honeybee/extensionutil.py
honeybee/face.py
honeybee/facetype.py
honeybee/model.py
honeybee/properties.py
honeybee/room.py
honeybee/shade.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/aperture_test.py
tests/aperturetype_test.py
tests/boundary_condition_test.py
tests/door_test.py
tests/face_test.py
tests/facetype_test.py
tests/lockable_test.py
tests/model_test.py
tests/room_test.py
tests/shade_test.py
tests/typing_test.py