# HG changeset patch # User paulb # Date 1212435237 0 # Node ID 2f919af8a8bcde14890ea2a8120493a46be810a4 # Parent f79af4b941b88a873f90262e5d82e8a38f9296d9 [project @ 2008-06-02 19:33:57 by paulb] Updated release information. diff -r f79af4b941b8 -r 2f919af8a8bc PKG-INFO --- a/PKG-INFO Sun Jun 01 23:41:22 2008 +0000 +++ b/PKG-INFO Mon Jun 02 19:33:57 2008 +0000 @@ -1,19 +1,19 @@ Metadata-Version: 1.1 Name: pprocess -Version: 0.3.2 +Version: 0.4 Author: Paul Boddie Author-email: paul at boddie org uk Maintainer: Paul Boddie Maintainer-email: paul at boddie org uk Home-page: http://www.boddie.org.uk/python/pprocess.html -Download-url: http://www.boddie.org.uk/python/downloads/pprocess-0.3.2.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/pprocess-0.4.tar.gz Summary: Elementary parallel programming for Python License: LGPL (version 3 or later) Description: The pprocess module provides elementary support for parallel programming in Python using a fork-based process creation model in conjunction with a channel-based communications model implemented using socketpair and poll. -Keywords: parallel pprocess fork socketpair socket channel map pmap Queue +Keywords: parallel pprocess fork socketpair socket channel map pmap Queue daemon Platform: Any Classifier: Development Status :: 3 - Alpha Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)