Metadata-Version: 1.1
Name: clusterprocessing
Version: 0.0.0.dev
Summary: TBA
Home-page: TBA
Author: James Mills
Author-email: James Mills, prologic at shortcircuit dot net dot au
License: TBA
Download-URL: TBA
Description: .. _Python Programming Language: http://www.python.org/
        .. _How To Create Your Own Freaking Awesome Programming Language: http://createyourproglang.com/
        .. _Marc-Andre Cournoye: http://macournoyer.com/
        .. _PyPi Page: http://pypi.python.org/pypi/clusterprocessing
        .. _Project Website: https://bitbucket.org/prologic/clusterprocessing/
        .. _Downloads Page: https://bitbucket.org/prologic/clusterprocessing/downloads
        
        
        clusterprocessing is a ... written in the
        `Python Programming Language`_ ...
        
        This project is being developed for ...
        
        The overall goal for this project is to ...
        
        
        Examples
        --------
        
        localcluster::
            
            # ...
            
        
        Features
        --------
        
        - ...
        
        
        Installation
        ------------
        
        The simplest and recommended way to install clusterprocessing is with pip.
        You may install the latest stable release from PyPI with pip::
        
            > pip install clusterprocessing
        
        If you do not have pip, you may use easy_install::
        
            > easy_install clusterprocessing
        
        Alternatively, you may download the source package from the
        `PyPI Page`_ or the `Downloads page`_ on the `Project Website`_;
        extract it and install using::
        
            > python setup.py install
        
        You can also install the
        `latest-development version <https://bitbucket.org/prologic/clusterprocessing/get/tip.tar.gz#egg=clusterprocessing>`_ by using ``pip`` or ``easy_install``::
            
            > pip install clusterprocessing==dev
        
        or::
            
            > easy_install clusterprocessing==dev
        
        
        For further information see the `clusterprocessing documentation <http://clusterprocessing.readthedocs.org/>`_.
        
        
        Changes
        -------
        
        
        clusterprocessing 0.0.1.dev
        ...........................
        
        
        - TBA
        
Platform: POSIX
