Metadata-Version: 2.0
Name: appdaemon
Version: 4.0.1
Summary: Apps for the Home Assistant home automation package.
Home-page: https://github.com/home-assistant/appdaemon.git
Author: Andrew I Cockburn
Author-email: appdaemon@acockburn.com
License: Apache License 2.0
Keywords: appdaemon,home,automation
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Home Automation
Requires-Python: >=3.6
Requires-Dist: daemonize
Requires-Dist: astral
Requires-Dist: pytz
Requires-Dist: requests (>=2.6.0)
Requires-Dist: websocket-client
Requires-Dist: aiohttp (==3.6.2)
Requires-Dist: yarl (==1.1.0)
Requires-Dist: Jinja2 (==2.10.1)
Requires-Dist: aiohttp-jinja2 (==0.15.0)
Requires-Dist: pyyaml (==5.1)
Requires-Dist: voluptuous
Requires-Dist: feedparser
Requires-Dist: iso8601
Requires-Dist: bcrypt (==3.1.4)
Requires-Dist: paho-mqtt
Requires-Dist: python-socketio
Requires-Dist: deepdiff
Requires-Dist: python-dateutil
Requires-Dist: pid

Description
===========

AppDaemon is a loosely coupled, multithreaded, sandboxed python
execution environment for writing automation apps for various types of Home Automation Software including [Home
Assistant](https://home-assistant.io/) and MQTT. It has a pluggable architecture allowing it to be integrated with
practically any event driven application.

It also provides a configurable dashboard (HADashboard)
suitable for wall mounted tablets.

For full instructions on installation and use check out the [AppDaemon Project Documentation](http://appdaemon.readthedocs.io).


