Metadata-Version: 1.1
Name: pyactors
Version: 0.2.8
Summary: Simple implementation actors on python
Home-page: https://github.com/ownport/pyactors
Author: Andrey Usov
Author-email: ownport@gmail.com
License: BSD
Description: pyactors
        ========
        
        Simple implementation actors on python. Experimental project. It's attempt to merge generators, greenlets, threads and processes under actor concept.
        
        ## Documentation
        
        - [Introduction](https://github.com/ownport/pyactors/blob/master/docs/introduction.md)
        - [PyActors API](https://github.com/ownport/pyactors/blob/master/docs/api.md)
        - [For developers](https://github.com/ownport/pyactors/blob/master/docs/development.md)
        - [Articles](https://github.com/ownport/pyactors/blob/master/docs/articles.md)
        
        
Keywords: actors
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Libraries :: Python Modules
