Source: python-tailscale Maintainer: Home Assistant Team Uploaders: Edward Betts Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-aiohttp , python3-all, python3-aresponses , python3-mashumaro , python3-orjson , python3-poetry-core, python3-pytest , python3-pytest-asyncio , python3-pytest-cov , python3-yarl Rules-Requires-Root: no Standards-Version: 4.7.0 Homepage: https://github.com/frenck/python-tailscale Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-tailscale Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-tailscale.git Package: python3-tailscale Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Asynchronous client for the Tailscale API This library allows for programmatic control and monitoring of Tailscale clients. It provides an asynchronous interface to interact with the Tailscale API, enabling operations such as fetching the state of devices within a Tailscale VPN network. The library makes it easier to integrate Tailscale functionality into other applications by offering various methods to manage and query Tailscale networks and devices. This includes obtaining a list of devices, checking their status, and performing other actions that can be automated through the Tailscale API.