Metadata-Version: 1.1
Name: aiohttp-sse-client
Version: 0.1.1
Summary: A Server-Sent Event python client base on aiohttp
Home-page: https://github.com/rtfol/aiohttp-sse-client
Author: Jason Hu
Author-email: awaregit@gmail.com
License: MIT license
Description: ==========
        SSE Client
        ==========
        
        
        .. image:: https://img.shields.io/pypi/v/aiohttp_sse_client.svg
                :target: https://pypi.python.org/pypi/aiohttp_sse_client
        
        .. image:: https://img.shields.io/travis/rtfol/aiohttp-sse-client.svg
                :target: https://travis-ci.org/rtfol/aiohttp-sse-client
        
        .. image:: https://readthedocs.org/projects/aiohttp-sse-client/badge/?version=latest
                :target: https://aiohttp-sse-client.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/rtfol/aiohttp-sse-client/shield.svg
             :target: https://pyup.io/repos/github/rtfol/aiohttp-sse-client/
             :alt: Updates
        
        
        
        A Server-Sent Event python client base on aiohttp, provides a simple interface to process `Server-Sent Event <https://www.w3.org/TR/eventsource>`_.
        
        This project was inspired by `aiosseclient <https://github.com/ebraminio/aiosseclient>`_,
        `sseclient <https://github.com/btubbs/sseclient>`_, and `sseclient-py <https://github.com/mpetazzoni/sseclient>`_.
        
        
        * Free software: MIT license
        * Documentation: https://aiohttp-sse-client.readthedocs.io.
        
        
        Features
        --------
        
        * Full asyncio support
        * Easy to integrate with other aiohttp based project
        
        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.1 (2018-10-02)
        ------------------
        
        * First release on PyPI.
        
Keywords: aiohttp_sse_client
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
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
