1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
# 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
|