Metadata-Version: 1.1
Name: asyncapp
Version: 0.2.0
Summary: Simple object-oriented asynchronous application wrapper.
Home-page: https://github.com/marcinbor85/asyncapp
Author: Marcin Borowicz
Author-email: marcinbor85@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: AsyncApp
        ========
        
        Simple object-oriented asynchronous application wrapper.
        
        | Author: Marcin Borowicz
        | Contact: marcinbor85 at gmail com
        | Date: 2018/01/14
        | Version: 0.1.0
        | License: MIT
        
        Main features
        -------------
        
        - Based on standard "asyncio" library
        - Python3 compatible
        - Simplified and robust stopping of coroutines
        - No warnings during application stopping (a common newbies issue)
        
        Download
        --------
        
        * https://pypi.python.org/pypi/asyncapp
        * https://github.com/marcinbor85/asyncapp
        
        Install
        -------
        
        Install using pip (no separate download required):
        
            ``pip install asyncapp``
        
        Install from sources:
        
            ``python setup.py install``
        
        Source code
        -----------
        
        Source code on GitHub:
        
            https://github.com/marcinbor85/asyncapp
            
        Get code with git:
        
            ``git clone https://github.com/marcinbor85/asyncapp.git``
        
        
Keywords: asyncapp asynchronous wrapper async app framework template skeleton
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Framework :: AsyncIO
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
