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-14 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, s

multitask 0.1.0: Cooperative multitasking and asynchronous I/O using generators

2007-05-24 Thread Christopher Stawarz
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