Metadata-Version: 1.1
Name: thespian
Version: 3.9.2
Summary: Python Actor concurrency library
Home-page: http://thespianpy.com
Author: Kevin Quick
Author-email: quick@sparq.org
License: MIT
Description: 
        
        Thespian is a Python library providing a framework for developing
        concurrent, distributed, fault tolerant applications.
        
        Thespian is built on the Actor Model which allows applications to be
        written as a group of independently executing but cooperating
        "Actors" which communicate via messages.  These Actors run within
        the Actor System provided by the Thespian library.
        
              * Concurrent
              * Distributed
              * Fault Tolerant
              * Scalable
              * Location independent
        
        Actor programming is broadly applicable and it is ideally suited
        for Cloud-based applications as well, where compute nodes are
        added and removed from the environment dynamically.
        
           * More Information: http://thespianpy.com
           * Release Notes: http://thespianpy.com/doc/releases.html
        
            
Keywords: actors,concurrent,concurrency,asynchronous,message passing,distributed,distributed systems,fault tolerant
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: System :: Distributed Computing
