Metadata-Version: 2.1
Name: pyasyncialarm
Version: 2.3.2
Summary: A simple library to interface with iAlarm systems, built for use with Home-Assistant
Author-email: Ludovico de Nittis <aasonykk+pyasyncialarm@gmail.com>
License: MIT OR Apache-2.0
Project-URL: Homepage, https://github.com/bigmoby/pyasyncialarm
Project-URL: Source Code, https://github.com/bigmoby/pyasyncialarm
Project-URL: Bug Reports, https://github.com/bigmoby/pyasyncialarm/issues
Keywords: ialarm,antifurtocasa365,alarm
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.11.0
Description-Content-Type: text/markdown
License-File: LICENSE

# pyasyncialarm
Python library to interface with [iAlarm systems](https://www.antifurtocasa365.it/).

It has also been confirmed to work with the alarm systems brands Meian and Emooluxr.

From the version 1.0 this library switched from webscraping the local configuration webpage to using the API that Android and iOS app use.
Thanks to https://github.com/wildstray/meian-client for writing down the API specs.


## Development

Please run before creating a PR:

`pre-commit run --all-files`

and

`pytest -vv tests/test_pyasyncialarm.py`
