Metadata-Version: 2.1
Name: satel_integra_ext
Version: 0.4.7
Summary: Communication library and basic testing tool for Satel Integra alarm system.
Home-page: https://github.com/leshqo/satel_integra_ext
License: MIT
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: dev
Provides-Extra: test
Requires-Dist: bump2version (>=1.0.1,<2.0.0) ; extra == "dev"
Requires-Dist: click (>=8.1.3,<9.0.0) ; python_version >= "3.8" and python_version < "4.0"
Requires-Dist: cryptography
Requires-Dist: flake8 (>=5.0.4,<6.0.0) ; extra == "test"
Requires-Dist: pytest (>=7.2.0,<8.0.0) ; extra == "test"
Requires-Dist: pytest-cov (>=4.0.0,<5.0.0) ; extra == "test"
Requires-Dist: toml (>=0.10.2,<0.11.0) ; extra == "dev"
Requires-Dist: tox (>=3.27.0,<4.0.0) ; extra == "dev"
Requires-Dist: twine (>=4.0.1,<5.0.0) ; extra == "dev"
Description-Content-Type: text/x-rst

=============
Satel Integra
=============


.. image:: https://img.shields.io/pypi/v/satel_integra_ext.svg
        :target: https://pypi.python.org/pypi/satel_integra_ext

.. image:: https://readthedocs.org/projects/satel-integra/badge/?version=latest
        :target: https://satel-integra.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


Communication library and basic testing tool for Satel Integra alarm system. Communication via tcpip protocol published by SATEL.


* Free software: MIT license

Features
--------

* all the features from the original `satel_integra` library in version 0.3.7
* improved communication between module and Satel
* grouping commands
* supports reading temperatures and doors states

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

