python-zeroconf icon indicating copy to clipboard operation
python-zeroconf copied to clipboard

A pure python implementation of multicast DNS service discovery

Results 72 python-zeroconf issues
Sort by recently updated
recently updated
newest added
trafficstars

PoC which helps with disco proxy tests. Run example: `$> ./async_registration.py --v6-only`

Would it be possible to provide a wheel for `macOS-arm64`? This might be as easy as using the `-latest` images [here](https://github.com/python-zeroconf/python-zeroconf/blob/master/.github/workflows/ci.yml#L129), because `macOS-latest` (aka `macOS-14`) should produce a universal wheel...

updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.3...v0.6.5)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3. Release notes Sourced from pytest's releases. 8.3.3 pytest 8.3.3 (2024-09-09) Bug fixes #12446: Avoid calling @property (and other instance descriptors) during fixture discovery --...

dependencies
python

Bumps [setuptools](https://github.com/pypa/setuptools) from 74.0.0 to 75.0.0. Changelog Sourced from setuptools's changelog. v75.0.0 Features Declare also the dependencies used by distutils (adds jaraco.collections). Deprecations and Removals Removed upload_docs command. (#2971) pypa/distutils#294#4649)...

dependencies
python

Bumps [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) from 2.2.0 to 2.3.1. Commits 04432f5 Some fixes to readme, bump version 48179d9 Prep release 38c5f24 Tweak docs a little c6962b8 describe session timeout better a19403d readme eef422c...

dependencies

a.py zeroconf.add_service_listener b.py zeroconf.register_service c.py import psutil process.kill("python b.py pid") why not call ServiceListener.remove_service?

Hello Team, I am a University Student and Working on My Dissertation, I was exploring some libraries to connect to RPi's local Node/Python server. I am using python to publish...

Must use single quotes and prevent always true. ### Reference fix pervious attempt #1441 fixes #1440

Zeroconf assumes that all of the interfaces passed into the library via `Zeroconf(interfaces=[, ,...]` are able to be bound to. This isn't always the case, for example in a sandboxed...

enhancement