You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

honeybee-openstudio

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

honeybee-openstudio

Honeybee extension for translating HBJSON models to OpenStudio (for OSM, IDF and gbXML).

0.3.12
pipPyPI
Maintainers
1

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

API Documentation

Local Development

  • 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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts