Metadata-Version: 2.1
Name: asyncio-workshop
Version: 0.1.1
Summary: Create and combine asyncio workers easily.
Home-page: https://github.com/pocketguy/asyncio_workshop
Author: Nikita Kulakov
Author-email: kul7nik@gmail.com
License: MIT license
Keywords: asyncio_workshop
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

================
asyncio-workshop
================


.. image:: https://img.shields.io/pypi/v/asyncio_workshop.svg
        :target: https://pypi.python.org/pypi/asyncio_workshop

.. image:: https://img.shields.io/travis/pocketguy/asyncio_workshop.svg
        :target: https://travis-ci.org/pocketguy/asyncio_workshop

.. image:: https://readthedocs.org/projects/asyncio-workshop/badge/?version=latest
        :target: https://asyncio-workshop.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/pocketguy/asyncio_workshop/shield.svg
     :target: https://pyup.io/repos/github/pocketguy/asyncio_workshop/
     :alt: Updates



Create and combine asyncio workers easily.


* Free software: MIT license
* Documentation: https://asyncio-workshop.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-02-20)
------------------

* First release on PyPI.


