pybonjour 1.1.1 now available

2008-05-09 Thread Christopher Stawarz
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 1.1.0: Pure-Python interface to Apple Bonjour and compatible DNS-SD libraries

2007-06-15 Thread Christopher Stawarz
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 0.2.0: Cooperative multitasking and asynchronous I/O using generators

2007-06-11 Thread Christopher Stawarz
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,