Metadata-Version: 2.1
Name: adutils
Version: 0.4.12
Summary: Helper and utilities for AppDaemon apps
Home-page: http://github.com/benleb/adutils
Author: Ben Lebherz
Author-email: git@benleb.de
License: MIT
Description: # adutils
        
        [![PyPI](https://img.shields.io/pypi/v/adutils)](https://pypi.org/project/adutils/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/adutils)](https://pypi.org/project/adutils/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/adutils)](https://pypi.org/project/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)
        
Platform: any
Classifier: Topic :: Software Development
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
