Metadata-Version: 1.1
Name: aioeffect
Version: 1.0.0
Summary: AsyncIO/Effect integration.
Home-page: https://github.com/touilleMan/aioeffect
Author: Emmanuel Leblond
Author-email: emmanuel.leblond@gmail.com
License: MIT
Description: ===============================
        aioeffect
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/aioeffect.svg
                :target: https://pypi.python.org/pypi/aioeffect
        
        .. image:: https://img.shields.io/travis/touilleMan/aioeffect.svg
                :target: https://travis-ci.org/touilleMan/aioeffect
        
        .. image:: https://readthedocs.org/projects/aioeffect/badge/?version=latest
                :target: https://aioeffect.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://coveralls.io/repos/github/touilleMan/aioeffect/badge.svg?branch=master
            :target: https://coveralls.io/github/touilleMan/aioeffect
            :alt: Code coverage
        
        AsyncIO/Effect integration.
        
        * Free software: MIT license
        * Documentation: https://aioeffect.readthedocs.org.
        
        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 (2017-06-23)
        ------------------
        
        * First release on PyPI.
        
Keywords: aioeffect
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 :: 3
Classifier: Programming Language :: Python :: 3.5
