Metadata-Version: 1.0
Name: billiard
Version: 0.3.1
Summary: Multiprocessing Pool Extensions
Home-page: http://github.com/ask/billiard
Author: Ask Solem
Author-email: askh@opera.com
License: BSD
Description: ============================================================================
        billiard - Multiprocessing Pool Extensions
        ============================================================================
        
        :Version: 0.3.1
        
        Introduction
        ============
        
        This package contains extensions to the multiprocessing Pool.
        
        Installation
        ============
        
        You can install ``billiard`` either via the Python Package Index (PyPI)
        or from source.
        
        To install using ``pip``,::
        
        $ pip install billiard
        
        
        To install using ``easy_install``,::
        
        $ easy_install billiard
        
        
        If you have downloaded a source tarball you can install it
        by doing the following,::
        
        $ python setup.py build
        # python setup.py install # as root
        
        
        License
        =======
        
        This software is licensed under the ``New BSD License``. See the ``LICENSE``
        file in the top distribution directory for the full license text.
        
        .. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: BSD License
