Metadata-Version: 2.4
Name: lbt-dragonfly
Version: 0.12.329
Summary: Collection of all Dragonfly core Python libraries
Home-page: https://github.com/ladybug-tools/lbt-dragonfly
Author: Ladybug Tools
Author-email: info@ladybug.tools
License: AGPL-3.0
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: IronPython
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dragonfly-energy==1.35.93
Requires-Dist: dragonfly-radiance==0.4.140
Requires-Dist: dragonfly-doe2==0.12.15
Requires-Dist: dragonfly-uwg==0.5.743
Requires-Dist: dragonfly-display==0.4.0
Requires-Dist: dragonfly-comparison==0.1.4
Requires-Dist: lbt-honeybee==0.9.227
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary


![Dragonfly](http://www.ladybug.tools/assets/img/dragonfly.png)

[![Build Status](https://github.com/ladybug-tools/lbt-dragonfly/actions/workflows/ci.yaml/badge.svg)](https://github.com/ladybug-tools/lbt-dragonfly/actions)

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

# lbt-dragonfly

Collection of all Dragonfly core Python libraries.

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

## Included Dragonfly Extensions

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

* [dragonfly-energy](https://github.com/ladybug-tools/dragonfly-energy)
* [dragonfly-radiance](https://github.com/ladybug-tools/dragonfly-radiance)
* [dragonfly-uwg](https://github.com/ladybug-tools/dragonfly-uwg)
* [dragonfly-display](https://github.com/ladybug-tools/dragonfly-display)

## Included Dragonfly Core Libraries

Since both dragonfly extensions use the dragonfly core libraries, the following
dependencies are also included:

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

## Also Included (All Ladybug and Honeybee Packages)

Since dragonfly uses ladybug and honeybee, the following dependencies are also included:

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