File: index.rst

package info (click to toggle)
pyserial-asyncio-fast 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: python: 452; makefile: 71
file content (43 lines) | stat: -rw-r--r-- 1,135 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.. pySerial-asyncio documentation master file

Welcome to pySerial-asyncio's documentation
===========================================

`Async I/O`_ extension for the `Python Serial Port`_ package for OSX, Linux, BSD.
Support for Windows is included, though with a different implementation based on polling
which may be slower than on other platforms.

It depends on pySerial and is compatible with Python 3.5 and later.

.. _`Async I/O`: https://docs.python.org/3/library/asyncio.html
.. _`Python Serial Port`: https://pypi.python.org/pypi/pyserial


Other pages (online)

- `project page on GitHub`_
- `Download Page`_ with releases
- This page, when viewed online is at https://pyserial-asyncio.readthedocs.io/en/latest/ or
  http://pythonhosted.org/pyserial-asyncio/ .

.. _Python: http://python.org/
.. _`project page on GitHub`: https://github.com/home-assistant-libs/pyserial-asyncio-fast
.. _`Download Page`: http://pypi.python.org/pypi/pyserial-asyncio


Contents:

.. toctree::
    :maxdepth: 2

    shortintro
    api
    appendix

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`