Fairyfly extension for energy modeling with LBNL THERM.
THERM is a widely used and accepted freeware for modeling two-dimensional heat-transfer in building components such as windows, walls, foundations, etc.
pip install -U fairyfly-therm
import fairyfly_therm- Clone this repo locally
git clone [email protected]:ladybug-tools/fairyfly-therm
# or
git clone https://github.com/ladybug-tools/fairyfly-therm- Install dependencies:
cd fairyfly-therm
pip install -r dev-requirements.txt
pip install -r requirements.txt
- Run Tests:
python -m pytest tests/- Generate Documentation:
sphinx-apidoc -f -e -d 4 -o ./docs ./fairyfly_therm
sphinx-build -b html ./docs ./docs/_build/docs