paulb@22 | 1 | Metadata-Version: 1.1 |
paulb@125 | 2 | Name: pprocess |
paul@155 | 3 | Version: 0.4.1 |
paulb@22 | 4 | Author: Paul Boddie |
paulb@22 | 5 | Author-email: paul at boddie org uk |
paulb@22 | 6 | Maintainer: Paul Boddie |
paulb@22 | 7 | Maintainer-email: paul at boddie org uk |
paulb@132 | 8 | Home-page: http://www.boddie.org.uk/python/pprocess.html |
paul@155 | 9 | Download-url: http://www.boddie.org.uk/python/downloads/pprocess-0.4.1.tar.gz |
paulb@22 | 10 | Summary: Elementary parallel programming for Python |
paulb@78 | 11 | License: LGPL (version 3 or later) |
paulb@40 | 12 | Description: The pprocess module provides elementary support for parallel |
paulb@22 | 13 | programming in Python using a fork-based process creation model in |
paulb@22 | 14 | conjunction with a channel-based communications model implemented |
paulb@22 | 15 | using socketpair and poll. |
paulb@143 | 16 | Keywords: parallel pprocess fork socketpair socket channel map pmap Queue daemon |
paulb@22 | 17 | Platform: Any |
paulb@22 | 18 | Classifier: Development Status :: 3 - Alpha |
paulb@22 | 19 | Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) |
paulb@38 | 20 | Classifier: Operating System :: POSIX |
paulb@22 | 21 | Classifier: Topic :: Software Development :: Libraries :: Python Modules |
paulb@38 | 22 | Classifier: Topic :: System :: Distributed Computing |