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``

