.gitignore
.releaserc.json
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
deploy.sh
dev-requirements.txt
requirements.txt
setup.cfg
setup.py
.github/project-manager.yml
docs/README.md
docs/conf.py
docs/index.rst
docs/modules.rst
docs/_build/.nojekyll
docs/_build/README.md
docs/_build/docs/README.md
dragonfly/__init__.py
dragonfly/_base.py
dragonfly/building.py
dragonfly/glazingparameter.py
dragonfly/properties.py
dragonfly/room2d.py
dragonfly/shadingparameter.py
dragonfly/story.py
dragonfly/subdivide.py
dragonfly_core.egg-info/PKG-INFO
dragonfly_core.egg-info/SOURCES.txt
dragonfly_core.egg-info/dependency_links.txt
dragonfly_core.egg-info/requires.txt
dragonfly_core.egg-info/top_level.txt
tests/__init__.py
tests/building_test.py
tests/glazingparameter_test.py
tests/room2d_test.py
tests/shadingparameter_test.py
tests/story_test.py
tests/subdivide_test.py