1 Metadata-Version: 1.1 2 Name: parallel 3 Version: 0.2.2 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.2.2.tar.gz 9 Summary: Elementary parallel programming for Python 10 License: LGPL 11 Description: The pprocess 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 pprocess 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: Operating System :: POSIX 20 Classifier: Topic :: Software Development :: Libraries :: Python Modules 21 Classifier: Topic :: System :: Distributed Computing