pprocess

PKG-INFO

176:c3eaa3391299
2016-12-19 Paul Boddie Updated copyright and release information.
     1 Metadata-Version: 1.1     2 Name: pprocess     3 Version: 0.5.3     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 Home-page: http://www.boddie.org.uk/python/pprocess.html     9 Download-url: http://www.boddie.org.uk/python/downloads/pprocess-0.5.3.tar.gz    10 Summary: Elementary parallel programming for Python    11 License: LGPL (version 3 or later)    12 Description: The pprocess module provides elementary support for parallel    13         programming in Python using a fork-based process creation model in    14         conjunction with a channel-based communications model implemented    15         using socketpair (or pipes) and poll.    16 Keywords: parallel pprocess fork socketpair pipe socket channel map pmap Queue daemon    17 Platform: Any    18 Classifier: Development Status :: 3 - Alpha    19 Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)    20 Classifier: Operating System :: POSIX    21 Classifier: Topic :: Software Development :: Libraries :: Python Modules    22 Classifier: Topic :: System :: Distributed Computing