pprocess

PKG-INFO

37:758590a37212
2005-09-29 paulb [project @ 2005-09-29 17:30:53 by paulb] Changed the indexing demonstration to accept various other arguments, with the first argument being the directory containing files to index. Made the code observe these new parameters, using them in conjunction with the new Indexer functionality. Changed the Indexer to process many files and to impose a delay after each file if specified.
     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