Metadata-Version: 2.1
Name: satel-integra2
Version: 0.4.2
Summary: Communication library and basic testing tool for Satel Integra alarm system.
Home-page: https://github.com/wasilukm/satel_integra2
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
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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 2
===============


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

.. image:: https://img.shields.io/pypi/pyversions/satel_integra2.svg
        :target: https://pypi.org/project/satel_integra2/

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

.. image:: https://github.com/wasilukm/satel_integra2/actions/workflows/dev.yml/badge.svg
        :target: https://github.com/wasilukm/satel_integra2/actions/workflows/dev.yml

.. image:: https://codecov.io/gh/wasilukm/satel_integra2/branch/main/graphs/badge.svg
        :target: https://codecov.io/github/wasilukm/satel_integra2

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

This is a fork of https://github.com/c-soft/satel_integra.


* Free software: MIT license
* Documentation: https://satel-integra2.readthedocs.io.


Features
--------

* all the features from the original `satel_integra` library in version 0.3.7
* encrypted communication

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


