honeybee-energy
Honeybee extension for energy simulation.
This extension is intended to be generic such that it can represent energy properties across multiple different energy simulation engines.
However, there are many parts of the extension that directly leverage the EnergyPlus simulation engine in order to make honeybee-core models immediately simulate-able.
The package can also leverage the OpenStudio SDK via the honeybee-openstudio Python package to translate honeybee Models to OpenStudio format.
All of these dependencies are contained within the honeybee-energy Docker image
Honeybee-energy is also used by other honeybee extensions that translate honeybee models to building energy simulation engines, including honeybee-doe2 and honeybee_ph.
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]
If you want to also include the honeybee-openstudio library to perform translations to OpenStudio use:
pip install -U honeybee-energy[openstudio]
To check if the command line interface is installed correctly use honeybee-energy --help.
API Documentation
Local Development
- Clone this repo locally
git clone git@github.com:ladybug-tools/honeybee-energy
# or
git clone https://github.com/ladybug-tools/honeybee-energy
- Install dependencies:
cd honeybee-energy
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_energy
sphinx-build -b html ./docs ./docs/_build/docs
Release files for honeybee-energy 1.124.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| honeybee_energy-1.124.4.tar.gz | 462.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| honeybee_energy-1.124.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.1 MB
Release files / honeybee_energy-1.124.4.tar.gz
| Download URL | honeybee_energy-1.124.4.tar.gz |
|---|---|
| Size | 462.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
27ffe1b9fcac9a77e7ad3f5a69a55e49ca3c292c762ea80393d251bc3b42a8d8
|
|
BLAKE2b-256 checksum How to use checksums |
c674e9771f1e536a81cc8be5eff7c97ca429c3a2a8d703ed20bde8889943942f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.14
|
Release files / honeybee_energy-1.124.4-py3-none-any.whl
| Download URL | honeybee_energy-1.124.4-py3-none-any.whl |
|---|---|
| Size | 588.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
20f4b05234862d36deb3be6d6ab46b3314ec3796ddbdbc6d88e3b677f1c3333b
|
|
BLAKE2b-256 checksum How to use checksums |
ee517282229d708d1ab9b541805bf3c2e6a74d08245864d0b665121ad64fbea0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.14
|