honeybee-core
Honeybee is a collection of Python libraries to create representations of buildings following honeybee-schema.
This package is the core library that provides honeybee's common functionalities. To extend these functionalities you should install available Honeybee extensions or write your own.
Here are a number of frequently used extensions for Honeybee:
- honeybee-radiance: Adds daylight simulation to Honeybee.
- honeybee-energy: Adds Energy simulation to Honeybee.
- honeybee-display: Adds VTK visualization to Honeybee.
Installation
To install the core library use:
pip install -U honeybee-core
To check if Honeybee command line interface is installed correctly use honeybee viz and you
should get a viiiiiiiiiiiiizzzzzzzzz! back in response! 🐝
API Documentation
Local Development
- Clone this repo locally
git clone git@github.com:ladybug-tools/honeybee-core.git
# or
git clone https://github.com/ladybug-tools/honeybee-core.git
- Install dependencies:
cd honeybee-core
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
sphinx-build -b html ./docs ./docs/_build/docs
Release files for honeybee-core 1.64.74
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_core-1.64.74.tar.gz | 179.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| honeybee_core-1.64.74-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 375.4 kB
Release files / honeybee_core-1.64.74.tar.gz
| Download URL | honeybee_core-1.64.74.tar.gz |
|---|---|
| Size | 179.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9fefa74a9b5104a06705f1b8d8ca92e1dfee85823b4efa3d19fa4e2c1fc24c3c
|
|
BLAKE2b-256 checksum How to use checksums |
cc7ef24b9a0e6aefcb989195cb95b5c754f8d7de027bcf6de63468aa9293a5f3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.14
|
Release files / honeybee_core-1.64.74-py3-none-any.whl
| Download URL | honeybee_core-1.64.74-py3-none-any.whl |
|---|---|
| Size | 196.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
525b0ce870f41b77e6022e9a8a9bbe07b83dbd0b101dcbe2f41169d6829b52e5
|
|
BLAKE2b-256 checksum How to use checksums |
2fa6790caab3cfe46fc08c76a0900a70e3183c4d027a950e1ab5a35e4370ad05
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.14
|