1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
John Hixson e476f130ca py-bonjour: rename to dns/py-pybonjour
- This keeps the port name aligned with the project name

Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D18959
2019-01-29 15:04:18 +00:00

8 lines
342 B
Plaintext

pybonjour provides a pure-Python interface (via ctypes) to Apple
Bonjour and compatible DNS-SD libraries (such as Avahi). It allows
Python scripts to take advantage of Zero Configuration Networking
(Zeroconf) to register, discover, and resolve services on both local
and wide-area networks.
WWW: https://github.com/depl0y/pybonjour-python3