Metadata-Version: 2.4
Name: appdaemon
Version: 4.5.10
Summary: Apps for the Home Assistant home automation package.
Author-email: Andrew I Cockburn <appdaemon@acockburn.com>
Project-URL: documentation, https://appdaemon.readthedocs.io
Project-URL: repository, https://github.com/AppDaemon
Project-URL: changelog, https://github.com/AppDaemon/appdaemon/blob/master/docs/HISTORY.rst
Keywords: appdaemon,home,automation
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Home Automation
Requires-Python: <3.13,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: importlib-metadata; python_version < "3.8"
Requires-Dist: aiohttp<3.12.0,>=3.9.0
Requires-Dist: aiohttp_jinja2<1.7.0,>=1.5.1
Requires-Dist: astral~=3.2
Requires-Dist: bcrypt<4.3.0,>=4.0.1
Requires-Dist: deepdiff==8.2.0
Requires-Dist: feedparser~=6.0.10
Requires-Dist: iso8601<2.2,>=1.1
Requires-Dist: paho-mqtt<2.2.0,>=1.6.1
Requires-Dist: pid~=3.0.4
Requires-Dist: python-dateutil<2.10.0,>=2.8.2
Requires-Dist: python-socketio<5.12,>=5.5
Requires-Dist: pytz<2025.2.0,>=2022.7.1
Requires-Dist: pyyaml~=6.0.1
Requires-Dist: requests<2.33.0,>=2.28.2
Requires-Dist: sockjs<0.14,>=0.11
Requires-Dist: uvloop==0.21.0; sys_platform != "win32"
Requires-Dist: tomli==2.2.1
Requires-Dist: tomli_w<1.3,>=1.0
Requires-Dist: pydantic~=2.10.6
Provides-Extra: dev
Requires-Dist: pip-tools<7.5.0,>=6.12.3; extra == "dev"
Requires-Dist: build<1.3,>=0.10; extra == "dev"
Requires-Dist: flake8~=7.1.1; extra == "dev"
Requires-Dist: black<25.2,>=23.1; extra == "dev"
Requires-Dist: pre-commit<3.9.0,>=3.1.1; python_version > "3.7" and extra == "dev"
Requires-Dist: pytest<8.4.0,>=7.2.1; extra == "dev"
Requires-Dist: ruff<0.7.0,>=0.0.261; extra == "dev"
Requires-Dist: codespell>=2.4.1; extra == "dev"
Provides-Extra: doc
Requires-Dist: sphinx-autobuild<2024.10.0,>=2021.3.14; extra == "doc"
Requires-Dist: sphinx-rtd-theme==3.0.2; extra == "doc"
Requires-Dist: pygments<2.20,>=2.14; extra == "doc"
Requires-Dist: myst-parser==4.0.0; extra == "doc"
Dynamic: license-file

# Description

AppDaemon is a loosely coupled, multi-threaded, 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.

## Getting started

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

## Release Cycle Frequency

AppDaemon has reached a very stable point, works reliably and is fairly feature rich at this point
in its development. For that reason, releases have been slow in recent months. This does not mean that AppDaemon has been abandoned -
 it is used every day by the core developers and has an active discord server [here](https://discord.gg/sgSr79jW5x) - please join us for tips
and tricks, AppDaemon discussions and general home automation.

## Contributing

This is an active open-source project. We are always open to people who want to use the code or contribute to it. Thank you for being involved!
Have a look at the [official documentation](https://appdaemon.readthedocs.io/en/latest/DEV.html) for more information.
