Metadata-Version: 2.1
Name: aioswitcher
Version: 5.1.2
Summary: Switcher Python Integration.
Home-page: https://pypi.org/project/aioswitcher/
License: Apache-2.0
Keywords: home,automation,switcher,smart
Author: Tomer Figenblat
Author-email: tomer@tomfi.info
Maintainer: Shay Levy
Requires-Python: >=3.9.0,<4.0.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Home Automation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: aiohttp (>=3.10.3)
Requires-Dist: pycryptodome (>=3.18.0)
Project-URL: Documentation, https://aioswitcher.tomfi.info
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] [![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.tomfi.info][docs-aioswitcher]

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

## Disclaimer

This is **NOT** an official module, and it is **NOT** officially supported by the vendor.</br>
Thanks to all the people at [Switcher][switcher] for their cooperation and general support.

<!-- 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.tomfi.info/
[pypi-aioswitcher]: https://pypi.org/project/aioswitcher
[repo-aioswitcher]: https://github.com/TomerFi/aioswitcher
[switcher]: https://www.switcher.co.il/
[switcher-webapi]: https://switcher-webapi.tomfi.info
<!-- 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
[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

