Metadata-Version: 2.1
Name: aioserialctrl
Version: 0.1.1
Summary: A module of asyncio serail port control.
Home-page: https://github.com/eplut/aioserialctrl
Author: eplut
Author-email: eplutus@protonmail.com
License: MIT
Description: ***************************
        Asyncio serial port control
        ***************************
        
        Overview
        ########
        
        This module provides async and sync serial port control, but now only supports Windows.
        
        It's base on c library `serial.c <https://github.com/eplut/aioserialctrl/blob/main/aioserialctrl/seriallib.c>`_.
        
        Examples
        ########
        
        Examples directory `example <https://github.com/eplut/aioserialctrl/tree/main/example>`_.
        
        Reference
        #########
        
        `pyserial <https://github.com/pyserial/pyserial>`_
        
        `aioserial <https://github.com/changyuheng/aioserial>`_
        
Keywords: serial serialctrl aioserialctrl
Platform: Windows
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
