Source: aiohttp-asyncmdnsresolver Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc , pybuild-plugin-pyproject, python3-all, python3-setuptools, Build-Depends-Indep: python3-aiodns , python3-aiohttp , python3-myst-parser , python3-pytest , python3-pytest-asyncio , python3-pytest-cov , python3-sphinx , python3-sphinxcontrib-towncrier , python3-zeroconf , Rules-Requires-Root: no Standards-Version: 4.7.0 Homepage: https://github.com/aio-libs/aiohttp-asyncmdnsresolver Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/aiohttp-asyncmdnsresolver Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/aiohttp-asyncmdnsresolver.git Package: python3-aiohttp-asyncmdnsresolver Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}, Built-Using: ${sphinxdoc:Built-Using}, Description: Async resolver for aiohttp supporting mDNS queries This library offers asynchronous resolution of multicast DNS (mDNS) queries for use with aiohttp. It facilitates network operations within local networks that use mDNS for resolving hostnames, such as those common in smart home devices and Wi-Fi networks. By integrating with aiohttp, the library ensures inter-device communication through mDNS, enhancing connectivity and interaction within local network environments without relying on traditional DNS resolution techniques.