paulb@22 | 1 | Metadata-Version: 1.1 |
paulb@22 | 2 | Name: parallel |
paulb@55 | 3 | Version: 0.2.2 |
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@55 | 8 | Download-url: http://www.boddie.org.uk/python/downloads/parallel-0.2.2.tar.gz |
paulb@22 | 9 | Summary: Elementary parallel programming for Python |
paulb@22 | 10 | License: LGPL |
paulb@40 | 11 | Description: The pprocess module provides elementary support for parallel |
paulb@22 | 12 | programming in Python using a fork-based process creation model in |
paulb@22 | 13 | conjunction with a channel-based communications model implemented |
paulb@22 | 14 | using socketpair and poll. |
paulb@40 | 15 | Keywords: parallel pprocess fork socketpair socket channel |
paulb@22 | 16 | Platform: Any |
paulb@22 | 17 | Classifier: Development Status :: 3 - Alpha |
paulb@22 | 18 | Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) |
paulb@38 | 19 | Classifier: Operating System :: POSIX |
paulb@22 | 20 | Classifier: Topic :: Software Development :: Libraries :: Python Modules |
paulb@38 | 21 | Classifier: Topic :: System :: Distributed Computing |