https://github.com/ladybug-tools/honeybee-standards
🐝 :books: Default standards and templates used throughout honeybee extensions.
https://github.com/ladybug-tools/honeybee-standards
Last synced: 9 months ago
JSON representation
🐝 :books: Default standards and templates used throughout honeybee extensions.
- Host: GitHub
- URL: https://github.com/ladybug-tools/honeybee-standards
- Owner: ladybug-tools
- License: mit
- Created: 2020-02-14T19:00:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-25T21:14:29.000Z (10 months ago)
- Last Synced: 2025-08-25T23:24:55.890Z (10 months ago)
- Language: Python
- Homepage:
- Size: 806 KB
- Stars: 2
- Watchers: 4
- 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/honeybee-standards/actions)
[](https://www.python.org/downloads/release/python-3100/) [](https://www.python.org/downloads/release/python-370/) [](https://www.python.org/downloads/release/python-270/) [](https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.8/)
# honeybee-standards
Default standards and templates used throughout honeybee extensions and plugins.
In addition to housing defaults, this package also includes a folder structure
that can be used to add assets into the installed standards libraries of the
extensions. Assets can be added by placing honeybee .json, .idf, or .rad files
in the respective folder within the folder structure (or by adding them to the
respective user_library.json, user_library.idf, or user_library.rad).
## Energy assets
The following energy asset can be added with this package:
* Schedules (and schedule type limits)
* Program Types
* Constructions (and material layers)
* Construction Sets
## Radiance assets
The following radiance asset can be added with this package:
* Modifiers
* Modifier Sets
## Installation
```console
pip install honeybee-standards
```