Metadata-Version: 2.4
Name: pyelitecloud
Version: 0.1.2
Summary: Python library to communicate with Arrowhead Alarm devices via EliteCloud
Author-email: Anko Hanse <anko_hanse@hotmail.com>
Project-URL: Homepage, https://github.com/ankohanse/pyelitecloud
Project-URL: Issues, https://github.com/ankohanse/pyelitecloud/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyJWT
Requires-Dist: httpx
Requires-Dist: httpx-ws
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-asyncio; extra == "tests"
Dynamic: license-file

[![license](https://img.shields.io/github/license/toreamun/amshan-homeassistant?style=for-the-badge)](LICENSE)
[![buy_me_a_coffee](https://img.shields.io/badge/If%20you%20like%20it-Buy%20me%20a%20coffee-yellow.svg?style=for-the-badge)](https://www.buymeacoffee.com/ankohanse)


# pyelitecloud

Python library to communicate with Arrowhead Alarm systems via EliteCloud.
This component connects to the remote EliteCloud servers and automatically detects which alarm systems are available there.

Disclaimer: this library is NOT created by Arrowhead Alarm Producs.


# Usage

The library is available from PyPi using:
`pip install pyelitecloud`

See example_api_use.py for an example of usage.


Note that this is still a work in progress with limited (readonly) functionality.
