We need the py.typed marker so that type checkers know to use type information provided by the package. In order to do that we need to switch from a single file (zeroconf.py) to a package which is unfortunate but seems necessary.
More information on this: https://www.python.org/dev/peps/pep-0561/
We need the
py.typedmarker so that type checkers know to use type information provided by the package. In order to do that we need to switch from a single file (zeroconf.py) to a package which is unfortunate but seems necessary.More information on this: https://www.python.org/dev/peps/pep-0561/