Metadata-Version: 2.1
Name: queenbee-local
Version: 0.4.0
Summary: Queenbee local provides a helper module for running queenbee recipes on desktop
Home-page: UNKNOWN
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
License-File: LICENSE

# queenbee-local
Queenbee task provides a helper module for running queenbee recipes on a local machine

## Installation
```console
pip install queenbee-local
```

## QuickStart
```python
import queenbee_local

```


