https://github.com/ladybug-tools/lbt-honeybee
🐝 🐝 🐝 Collection of all Honeybee Python libraries
https://github.com/ladybug-tools/lbt-honeybee
Last synced: 2 days ago
JSON representation
🐝 🐝 🐝 Collection of all Honeybee Python libraries
- Host: GitHub
- URL: https://github.com/ladybug-tools/lbt-honeybee
- Owner: ladybug-tools
- License: agpl-3.0
- Created: 2020-06-06T01:48:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-06-08T22:22:39.000Z (4 days ago)
- Last Synced: 2026-06-09T00:15:44.464Z (4 days ago)
- Language: Python
- Homepage:
- Size: 1.44 MB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

[](https://github.com/ladybug-tools/lbt-honeybee/actions)
[](https://www.python.org/downloads/release/python-3120/) [](https://www.python.org/downloads/release/python-3100/) [](https://www.python.org/downloads/release/python-370/) [](https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.8/)
# lbt-honeybee
A collection of Honeybee core Python libraries and extensions.
Note that this Python package and corresponding repository does not contain any source
code and simply exists to provide a shortcut for installing all of the honeybee
extension packages together.
## Installation
```console
pip install lbt-honeybee -U
```
## Included Honeybee Extensions
Running `pip install lbt-honeybee -U` will result in the installation of the following
honeybee Python packages:
* [honeybee-display](https://github.com/ladybug-tools/honeybee-display)
* [honeybee-radiance-postprocess](https://github.com/ladybug-tools/honeybee-radiance-postprocess)
* [honeybee-radiance](https://github.com/ladybug-tools/honeybee-radiance)
* [honeybee-radiance-folder](https://github.com/ladybug-tools/honeybee-radiance-folder)
* [honeybee-radiance-command](https://github.com/ladybug-tools/honeybee-radiance-command)
* [honeybee-energy](https://github.com/ladybug-tools/honeybee-energy)
* [honeybee-energy-standards](https://github.com/ladybug-tools/honeybee-energy-standards)
## Included Honeybee Core Libraries
Since the honeybee extensions use the honeybee-core libraries, the following
dependencies are also included:
* [honeybee-core](https://github.com/ladybug-tools/honeybee-core)
* [honeybee-schema](https://github.com/ladybug-tools/honeybee-schema)
## Also Included (All Ladybug Packages)
Since honeybee uses ladybug, the following are also included (installed through [lbt-ladybug](https://github.com/ladybug-tools/lbt-ladybug)):
* [ladybug-geometry](https://github.com/ladybug-tools/ladybug-geometry)
* [ladybug-core](https://github.com/ladybug-tools/ladybug)
* [ladybug-comfort](https://github.com/ladybug-tools/ladybug-comfort)
* [ladybug-display](https://github.com/ladybug-tools/ladybug-display)