Metadata-Version: 2.1
Name: honeybee-radiance
Version: 1.11.1
Summary: Daylight and light simulation extension for honeybee.
Home-page: https://github.com/ladybug-tools/honeybee-radiance
Author: Ladybug Tools
Author-email: info@ladybug.tools
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: honeybee-core (==1.26.1)
Requires-Dist: honeybee-radiance-folder (==1.0.1)
Requires-Dist: honeybee-radiance-command (==1.0.0)
Provides-Extra: cli
Requires-Dist: click (==7.1.1) ; extra == 'cli'
Requires-Dist: honeybee-core[cli] (==1.26.1) ; extra == 'cli'

# honeybee-radiance

![Honeybee](https://www.ladybug.tools/assets/img/honeybee.png) :zap:

[![Build Status](https://travis-ci.org/ladybug-tools/honeybee-radiance.svg?branch=master)](https://travis-ci.org/ladybug-tools/honeybee-radiance)
[![Coverage Status](https://coveralls.io/repos/github/ladybug-tools/honeybee-radiance/badge.svg?branch=master)](https://coveralls.io/github/ladybug-tools/honeybee-radiance)

[![Python
2.7](https://img.shields.io/badge/python-2.7-green.svg)](https://www.python.org/downloads/release/python-270/)
[![Python
3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)
[![IronPython](https://img.shields.io/badge/ironpython-2.7-red.svg)](https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.8/)

Radiance extension for honeybee

Honeybee-radiance adds radiance functionalities to honeybee for daylight simulation.

# Installation

`pip install -U honeybee-radiance`

If you want to also include the command line interface try:

`pip install -U honeybee-radiance[cli]`

To check if the command line is installed correctly try `honeybee radiance --help` or
`honeybee-radiance --help`.

# Documentation

[API documentation](https://www.ladybug.tools/honeybee-radiance/docs/)


