Metadata-Version: 1.0
Name: papyros
Version: 0.1
Summary: Lightweight master-slave parallel processing package
Home-page: http://code.google.com/p/papyros/
Author: George Sakkis
Author-email: george.sakkis@gmail.com
License: UNKNOWN
Download-URL: http://papyros.googlecode.com/files/papyros-0.1.zip
Description: Papyros is a small platform independent parallel processing Python package,
        providing a master-slave model. Clients can submit jobs to a master object which
        is monitored by one or more slave objects that do the real work. Two main
        implementations are provided, one using multiple threads and one multiple
        processes in one or more hosts (through [http://pyro.sourceforge.net/ Pyro]).
        The primary design goal is simplicity: a user can replace a time consuming loop
        in a single-thread single-process program with the equivalent parallel version
        in a few lines of code, with minimal boilerplate overhead.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
