Metadata-Version: 1.1
Name: aio-windows-patch
Version: 0.0.1
Summary: simple tools
Home-page: https://github.com/Python-Tools/aio_windows_patch
Author: hsz
Author-email: hsz1273327@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: aio_windows_patch

        ===============================

        

        * version: 0.0.1

        * status: dev

        * author: hsz

        * email: hsz1273327@gmail.com

        

        Desc

        --------------------------------

        

        The python version so far has poorly supported windows. One of the most troubling things is

         `loop.add_signal_handler` can not deal with the signal on windows.

        

        This project is asyncio's patch which can deal with problem ,It's from https://codereview.appspot.com/119990043/.

        

        One day python will fix this problem. Then I will delete this program.

        

        

        keywords:asyncio,patch

        

        

        Feature

        ----------------------

        

        * loop.add_signal_handler can deal with the signal on windows

        

        Example

        -------------------------------

        

        .. code:: python

        

            import aio_windows_patch as asyncio

        

            ....

        

        Install

        --------------------------------

        

        - ``python -m pip install aio_windows_patch``

        

        

        

        

        
Keywords: asyncio,patch
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Documentation :: Sphinx
