COPYING
README.rst
pyproject.toml
setup.py
src/zeroconf/__init__.py
src/zeroconf/_cache.pxd
src/zeroconf/_cache.py
src/zeroconf/_core.py
src/zeroconf/_dns.pxd
src/zeroconf/_dns.py
src/zeroconf/_engine.py
src/zeroconf/_exceptions.py
src/zeroconf/_history.pxd
src/zeroconf/_history.py
src/zeroconf/_listener.pxd
src/zeroconf/_listener.py
src/zeroconf/_logger.py
src/zeroconf/_record_update.pxd
src/zeroconf/_record_update.py
src/zeroconf/_transport.py
src/zeroconf/_updates.pxd
src/zeroconf/_updates.py
src/zeroconf/asyncio.py
src/zeroconf/const.py
src/zeroconf/py.typed
src/zeroconf.egg-info/PKG-INFO
src/zeroconf.egg-info/SOURCES.txt
src/zeroconf.egg-info/dependency_links.txt
src/zeroconf.egg-info/requires.txt
src/zeroconf.egg-info/top_level.txt
src/zeroconf/_handlers/__init__.py
src/zeroconf/_handlers/answers.pxd
src/zeroconf/_handlers/answers.py
src/zeroconf/_handlers/multicast_outgoing_queue.pxd
src/zeroconf/_handlers/multicast_outgoing_queue.py
src/zeroconf/_handlers/query_handler.pxd
src/zeroconf/_handlers/query_handler.py
src/zeroconf/_handlers/record_manager.pxd
src/zeroconf/_handlers/record_manager.py
src/zeroconf/_protocol/__init__.py
src/zeroconf/_protocol/incoming.pxd
src/zeroconf/_protocol/incoming.py
src/zeroconf/_protocol/outgoing.pxd
src/zeroconf/_protocol/outgoing.py
src/zeroconf/_services/__init__.pxd
src/zeroconf/_services/__init__.py
src/zeroconf/_services/browser.pxd
src/zeroconf/_services/browser.py
src/zeroconf/_services/info.pxd
src/zeroconf/_services/info.py
src/zeroconf/_services/registry.pxd
src/zeroconf/_services/registry.py
src/zeroconf/_services/types.py
src/zeroconf/_utils/__init__.py
src/zeroconf/_utils/asyncio.py
src/zeroconf/_utils/ipaddress.pxd
src/zeroconf/_utils/ipaddress.py
src/zeroconf/_utils/name.py
src/zeroconf/_utils/net.py
src/zeroconf/_utils/time.pxd
src/zeroconf/_utils/time.py
tests/test_asyncio.py
tests/test_cache.py
tests/test_core.py
tests/test_dns.py
tests/test_engine.py
tests/test_exceptions.py
tests/test_handlers.py
tests/test_history.py
tests/test_init.py
tests/test_listener.py
tests/test_logger.py
tests/test_protocol.py
tests/test_services.py
tests/test_updates.py