pprocess

PKG-INFO

28:fd46c08b00a7
2005-09-28 paulb [project @ 2005-09-28 17:44:29 by paulb] Really fixed the script.
     1 Metadata-Version: 1.1     2 Name: parallel     3 Version: 0.1     4 Author: Paul Boddie     5 Author-email: paul at boddie org uk     6 Maintainer: Paul Boddie     7 Maintainer-email: paul at boddie org uk     8 Download-url: http://www.boddie.org.uk/python/downloads/parallel-0.1.tar.gz     9 Summary: Elementary parallel programming for Python    10 License: LGPL    11 Description: The parallel module provides elementary support for parallel    12         programming in Python using a fork-based process creation model in    13         conjunction with a channel-based communications model implemented    14         using socketpair and poll.    15 Keywords: parallel fork socketpair socket channel    16 Platform: Any    17 Classifier: Development Status :: 3 - Alpha    18 Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)    19 Classifier: Topic :: Software Development :: Code Generators    20 Classifier: Topic :: Software Development :: Compilers    21 Classifier: Topic :: Software Development :: Libraries :: Python Modules