Metadata-Version: 2.1
Name: lbt-honeybee
Version: 0.2.200
Summary: Collection of all Honeybee core Python libraries
Home-page: https://github.com/ladybug-tools/lbt-honeybee
Author: Ladybug Tools
Author-email: info@ladybug.tools
License: AGPL-3.0
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 Affero General Public License v3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: honeybee-radiance (==1.27.24)
Requires-Dist: honeybee-energy (==1.59.3)
Requires-Dist: honeybee-energy-standards (==2.0.3)
Requires-Dist: lbt-ladybug (==0.25.26)
Provides-Extra: cli
Requires-Dist: click (==7.1.2) ; extra == 'cli'
Requires-Dist: honeybee-schema (==1.39.0) ; (python_version >= "3.6") and extra == 'cli'


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

[![Build Status](https://travis-ci.org/ladybug-tools/lbt-honeybee.svg?branch=master)](https://travis-ci.org/ladybug-tools/lbt-honeybee)

[![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/)

# lbt-honeybee

Collection of all Honeybee core Python libraries.

Note that this repository and corresponding Python package does not contain any
code and it simply exists to provide a shortcut for installing all of the honeybee
core libraries together.

## Included Honeybee Packages

Running `pip install lbt-honeybee` will result in the installation of the following
honeybee Python packages:

* [honeybee-core](https://github.com/ladybug-tools/honeybee-core)
* [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)

## All Ladybug Packages Are Also Included

Since honeybee uses ladybug, the following is also included:

* [lbt-ladybug](https://github.com/ladybug-tools/lbt-ladybug)

## The CLI option

Running `pip install lbt-honeybee[cli]` will ensure that all dependencies for the
command line interfaces (CLI) are also installed, including:

* [honeybee-schema](https://github.com/ladybug-tools/honeybee-schema)


