Metadata-Version: 2.1
Name: adutils
Version: 0.4.2
Summary: Helper and utilities for AppDaemon apps
Home-page: http://github.com/benleb/adutils
Author: Ben Lebherz
Author-email: git@benleb.de
License: MIT
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown

# adutils

![PyPI](https://img.shields.io/pypi/v/adutils) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/adutils) ![PyPI - Downloads](https://img.shields.io/pypi/dm/adutils)

Helper functions for AppDaemon apps. Currently there is just code, no documentation. Sorry ¯\\_(ツ)_/¯

## Install
```bash
$ pip install adutils
```

## Apps using **adutils**

* [AutoMoLi](https://github.com/benleb/ad-automoli)
* [EnCh](https://github.com/benleb/ad-ench)
* [Notifreeze](https://github.com/benleb/ad-notifreeze)
* [Healthcheck](https://github.com/benleb/ad-healthcheck)


