Skip to content

🐝 📘 Python package for translating between Honeybee and OpenStudio

License

Notifications You must be signed in to change notification settings

ladybug-tools/honeybee-openstudio

Repository files navigation

honeybee-openstudio

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.

Installation

pip install -U honeybe-openstudio

QuickStart

import honeybee_openstudio

Local Development

  1. Clone this repo locally
git clone git@github.com:ladybug-tools/honeybee-openstudio

# or

git clone https://github.com/ladybug-tools/honeybee-openstudio
  1. Install dependencies:
cd honeybee-openstudio
pip install -r dev-requirements.txt
pip install -r requirements.txt
  1. Run Tests:
python -m pytest tests/
  1. Generate Documentation:
sphinx-apidoc -f -e -d 4 -o ./docs ./honeybee_openstudio
sphinx-build -b html ./docs ./docs/_build/docs

About

🐝 📘 Python package for translating between Honeybee and OpenStudio

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published