Metadata-Version: 2.4
Name: aioswitcher
Version: 6.0.3
Summary: PyPi module integrating with various Switcher devices
License: Apache-2.0
License-File: LICENSE
Keywords: home-automation,smarthome,switcher
Author: Tomer Figenblat
Author-email: tomer@tomfi.info
Maintainer: Shay Levy
Requires-Python: >=3.12.0,<4.0
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Home Automation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: aiohttp (>=3.10.3,<4.0.0)
Requires-Dist: pycryptodome (>=3.18.0,<4.0.0)
Project-URL: Documentation, https://aioswitcher.figenblat.com
Project-URL: Homepage, https://pypi.org/project/aioswitcher/
Project-URL: Repository, https://github.com/tomerfi/aioswitcher
Description-Content-Type: text/markdown

# Switcher Python Integration

[![pypi-ver-badge]][pypi-aioswitcher] [![pypi-down-badge]][pypi-aioswitcher] [![poetry-badge]][poetry-url] [![license-badge]][repo-aioswitcher]<br/>
[![gh-build-badge]][ci-stage] [![pages-badge]][docs-aioswitcher] [![codecov-badge]][codecov-aioswitcher]

PyPi module integrating with various [Switcher][switcher] devices.</br>

```shell
pip install aioswitcher
```

Check the docs: [https://aioswitcher.figenblat.com][docs-aioswitcher].

Looking for a containerized solution? -Check [https://switcher-webapi.figenblat.com][switcher-webapi].

> [!Note]
> This is a community-driven open-source project; the vendor does not officially support it.</br>
> Thanks to all the people at [Switcher][switcher] for their cooperation and general support.

> [!Note]
> This project has a couple of ancestors; the most important one is the [Switcher-V2-Python][switcher-v2-script] project.

<!-- Real Links -->
[ci-stage]: https://github.com/TomerFi/aioswitcher/actions/workflows/stage.yml
[pages-badge]: https://github.com/TomerFi/aioswitcher/actions/workflows/pages.yml/badge.svg
[codecov-aioswitcher]: https://codecov.io/gh/TomerFi/aioswitcher
[docs-aioswitcher]: https://aioswitcher.figenblat.com/
[poetry-url]: https://python-poetry.org/
[pypi-aioswitcher]: https://pypi.org/project/aioswitcher
[repo-aioswitcher]: https://github.com/TomerFi/aioswitcher
[switcher]: https://www.switcher.co.il/
[switcher-v2-script]: https://github.com/NightRang3r/Switcher-V2-Python
[switcher-webapi]: https://switcher-webapi.figenblat.com
<!-- Badges Links -->
[codecov-badge]: https://codecov.io/gh/TomerFi/aioswitcher/graph/badge.svg
[gh-build-badge]: https://github.com/TomerFi/aioswitcher/actions/workflows/stage.yml/badge.svg
[license-badge]: https://img.shields.io/github/license/tomerfi/aioswitcher
[poetry-badge]: https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json
[pypi-down-badge]: https://img.shields.io/pypi/dm/aioswitcher.svg?logo=pypi&color=1082C2
[pypi-ver-badge]: https://img.shields.io/pypi/v/aioswitcher?logo=pypi

