saeranv / honeybee-energy

🐝 :fire: Honeybee extension for energy simulation

Home Page:https://www.ladybug.tools/honeybee-energy/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Honeybee

Build Status Coverage Status

Python 2.7 Python 3.6 IronPython

honeybee-energy

Honeybee extension for energy simulation.

Honeybee-energy leverages the EnergyPlus simulation engine and the OpenStudio SDK in order to add energy simulation properties and capabilities to honeybee-core.

Installation

pip install -U honeybee-energy

If you want to also include the standards library of typical ProgramTypes and ConstructionSets use:

pip install -U honeybee-energy[standards]

To check if the command line interface is installed correctly use honeybee-energy --help.

API Documentation

Local Development

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

# or

git clone https://github.com/ladybug-tools/honeybee-energy
  1. Install dependencies:
cd honeybee-energy
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_energy
sphinx-build -b html ./docs ./docs/_build/docs

About

🐝 :fire: Honeybee extension for energy simulation

https://www.ladybug.tools/honeybee-energy/docs/

License:GNU Affero General Public License v3.0


Languages

Language:Python 88.3%Language:Ruby 11.5%Language:Dockerfile 0.1%Language:Shell 0.1%