tasky
=====

Python asyncio framework for task-based execution.

.. image:: https://travis-ci.org/jreese/tasky.svg?branch=master
    :target: https://travis-ci.org/jreese/tasky


Install
-------

tasky depends on syntax changes introduced in Python 3.5.
You can install it from PyPI with the following command::

    $ pip install tasky


License
-------

Copyright 2016 John Reese, and licensed under the MIT license.
See the ``LICENSE`` file for details.
