Honeybee extension for translation to/from OpenStudio.
Specifically, this package extends honeybee-core and honeybee-energy to perform translations to/from OpenStudio using the OpenStudio SDK.
pip install -U honeybe-openstudio
import honeybee_openstudio
- Clone this repo locally
git clone git@github.com:ladybug-tools/honeybee-openstudio
# or
git clone https://github.com/ladybug-tools/honeybee-openstudio
- Install dependencies:
cd honeybee-openstudio
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 ./honeybee_openstudio
sphinx-build -b html ./docs ./docs/_build/docs