1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
========================================
pyserial-asyncio |build-status| |docs|
========================================
Async I/O extension package for the Python Serial Port Extension for OSX, Linux, BSD
It depends on pySerial and is compatible with Python 3.5 and later.
Documentation
=============
- Documentation: http://pyserial-asyncio.readthedocs.io/en/latest/
- Download Page: https://pypi.python.org/pypi/pyserial-asyncio
- Project Homepage: https://github.com/pyserial/pyserial-asyncio
.. |build-status| image:: https://travis-ci.org/pyserial/pyserial-asyncio.svg?branch=master
:target: https://travis-ci.org/pyserial/pyserial-asyncio
:alt: Build status
.. |docs| image:: https://readthedocs.org/projects/pyserial-asyncio/badge/?version=latest
:target: http://pyserial-asyncio.readthedocs.io/
:alt: Documentation
|