Metadata-Version: 2.1
Name: honeybee-radiance-recipe
Version: 0.4.27
Summary: Collection of recipes for running daylight studies using honeybee-radiance.
Home-page: https://github.com/ladybug-tools/honeybee-radiance-recipe
Author: Ladybug Tools
Author-email: info@ladybug.tools
License: AGPL-3.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: luigi (==3.0.2)
Requires-Dist: honeybee-radiance (==1.29.10)
Requires-Dist: click (==7.1.2)

[![Build Status](https://github.com/ladybug-tools/honeybee-radiance-recipe/workflows/CI/badge.svg)](https://github.com/ladybug-tools/honeybee-radiance-recipe/actions)

# honeybee-radiance-recipe

Collection of recipes for running daylight studies using honeybee-radiance.

Honeybee Radiance recipe library is a collection of recipes to automate the process of running lighting studies using [Radiance](http://radiance-online.org/).

`honeybee-radiance-recipe` is built on top of [`honeybee-radiance`](https://github.com/ladybug-tools/honeybee-radiance). It uses [`radiance-folder-structure`](https://github.com/ladybug-tools/radiance-folder-structure) as the input for running recipes. As long as you follow the folder structure you should be able to use these recipes regardless of how the folder is generated. :rocket:

## Installation

```console
pip install honeybee-radiance-recipe
```

## Local Development

1. Clone this repo locally

```console
git clone git@github.com:ladybug-tools/honeybee-radiance-recipe

# or

git clone https://github.com/ladybug-tools/honeybee-radiance-recipe
```

2. Install dependencies:

```console
cd honeybee-radiance-recipe
pip install -r dev-requirements.txt
```


