Metadata-Version: 2.1
Name: pypartten
Version: 0.0.1
Summary: design patterns tools for python.
Home-page: https://github.com/Python-Tools/pypartten
Author: hsz
Author-email: hsz1273327@gmail.com
License: MIT
Description: 
        pypartten
        ===============================
        
        * version: 0.0.1
        
        * status: dev
        
        * author: hsz
        
        * email: hsz1273327@gmail.com
        
        Desc
        --------------------------------
        
        design patterns tools for python
        
        
        keywords:tools,design patterns
        
        
        Feature
        ----------------------
        * pool [0.0.1]
        * proxy [0.0.1]
        * singleton [0.0.1]
        * mediator [0.0.1]
        * pubsub for asyncio [0.0.1]
        * actor for asyncio [0.0.1]
        
        
        
        
        Install
        --------------------------------
        
        - ``python -m pip install pypartten``
        
        
        Documentation
        --------------------------------
        
        `Documentation on Readthedocs <https://github.com/Python-Tools/pypartten>`_.
        
        
        
        TODO
        -----------------------------------
        * pool for asyncio
        * pubsub for threading
        * actor for threading
        * pubsub for processing
        * actor for processing
        
        
        
Keywords: tools,design patterns
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Documentation :: Sphinx
Provides-Extra: dev
