Skip to content

Commit

Permalink
chore: fix links (pyserial#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 7, 2023
1 parent 5f060a1 commit 428e901
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
========================================
pyserial-asyncio-fast |build-status| |docs|
pyserial-asyncio-fast |docs|
========================================

Async I/O extension package for the Python Serial Port Extension for OSX, Linux, BSD
Expand All @@ -9,19 +9,16 @@ It depends on pySerial and is compatible with Python 3.5 and later.
This version implements eager writes like cpython `asyncio` selector_events does:
https://github.com/python/cpython/blob/b89b838ebc817e5fbffad1ad8e1a85aa2d9f3113/Lib/asyncio/selector_events.py#L1063

This can signficantly reduce overhead since the asyncio writer is no longer added and removed frequently.
This can significantly reduce overhead since the asyncio writer is no longer added and removed frequently.

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
- Download Page: https://pypi.python.org/pypi/pyserial-asyncio-fast
- Project Homepage: https://github.com/home-assistant-libs/pyserial-asyncio-fast


.. |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

0 comments on commit 428e901

Please sign in to comment.