Metadata-Version: 1.0
Name: parley
Version: 0.1.1
Summary: Python Actor Runtime LibrarY
Home-page: http://osl.cs.uiuc.edu/parley/
Author: Jacob Lee
Author-email: artdent@freeshell.org
License: Lesser General Public License
Description: 
        PARLEY - Python Actor Runtime LibrarY[*]
        
        [*] (the "E" is for Erlang)
        
        PARLEY is an API for writing Python programs that implement the Actor
        model of distributed systems, in which lightweight concurrent
        processes communicate through asynchronous message-passing. Actor
        systems typically are easier to write and debug than traditional
        concurrent programs that use locks and shared memory.
        
        PARLEY can run using either traditional native threads or user-space
        threads (i.e. the "tasklets" implemented by Stackless Python). A
        program written using PARLEY can choose between the two simply by
        changing a few lines of code.
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
