A library to create 3D building geometry for various types of environmental simulation.
Project description
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-energy: Adds Energy simulation to Honeybee.
- honeybee-radiance: Adds daylight simulation 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! :bee:
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file honeybee-core-1.57.21.tar.gz.
File metadata
- Download URL: honeybee-core-1.57.21.tar.gz
- Upload date:
- Size: 336.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.8.0 pkginfo/1.9.6 requests/2.31.0 requests-toolbelt/1.0.0 tqdm/4.66.1 CPython/3.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35176d8a5160b001116a168b9dcfcc281a36951e905bbc8a98a4b2b1b06e50f2
|
|
| MD5 |
5e9891ece9f4d1ad7767e6d06e97a78c
|
|
| BLAKE2b-256 |
511aa1687d9cb6d9449ac9351c2ef935e29ca533a382359da99be8db9287649c
|
File details
Details for the file honeybee_core-1.57.21-py2.py3-none-any.whl.
File metadata
- Download URL: honeybee_core-1.57.21-py2.py3-none-any.whl
- Upload date:
- Size: 164.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.8.0 pkginfo/1.9.6 requests/2.31.0 requests-toolbelt/1.0.0 tqdm/4.66.1 CPython/3.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77525a51224bb2a45f5f344ef2b93f5b813ad6f07be16470fb49606e0b86896b
|
|
| MD5 |
e06dcacbdb7f1087e5c04a3e6d11b5b5
|
|
| BLAKE2b-256 |
acdfffe75b3596635c3578e1e01fdffdde6492ec491018b70e51212b3284c045
|