pybonjour 1.1.1 is now available for download at
http://o2s.csail.mit.edu/download/pybonjour/
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
(
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. Since
multitask allows Python programs to use generators (a.k.a. coroutines)
to perform cooperative multitasking and asynchronous I/O.
Applications written using multitask consist of a set of cooperating
tasks that yield to a shared task manager whenever they perform a
(potentially) blocking operation, s
I'd like to announce the first release of multitask, a module that
allows Python programs to use generators to perform cooperative
multitasking and asynchronous I/O. The basic structure of the module
was inspired by the Trampoline class outlined in PEP 342, but it also
includes support for I/O ope