Metadata-Version: 1.0
Name: multiprocessing
Version: 2.6.0-0.1
Summary: Backport of the multiprocessing package to Python 2.4 and 2.5
Home-page: http://code.google.com/p/python-multiprocessing
Author: Christian Heimes
Author-email: christian at cheimes dot de
License: BSD Licence
Description: ==================================
        python-multiprocessing
        ==================================
        
        About
        -----
        
        `multiprocessing` is a back port of the Python 2.6/3.0 `multiprocessing <http://docs.python.org/library/multiprocessing.html>`_
        package. The multiprocessing package itself is a renamed and updated version of
        R Oudkerk's `pyprocessing <http://pypi.python.org/pypi/processing/>`_ package.
        This standalone variant is intended to be compatible with Python 2.4 and 2.5,
        and will draw it's fixes/improvements from python-trunk.
        
        This package would not be possible if not for the contributions of not only
        the current maintainers but all of the contributors to the original pyprocessing
        package listed `here <http://pyprocessing.berlios.de/doc/THANKS.html>`_
        
        Please refer to http://www.python.org/doc/2.6/library/multiprocessing.html
        for more information about the `multiprocessing` package.
        
        
        
Platform: Unix and Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: C
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
