Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/2082.added.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added link to python-can-flexible-serial plugin in plugin interface documentation page
52 changes: 28 additions & 24 deletions doc/plugin-interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,29 +62,33 @@ The table below lists interface drivers that can be added by installing addition
.. note::
The packages listed below are maintained by other authors. Any issues should be reported in their corresponding repository and **not** in the python-can repository.

+----------------------------+----------------------------------------------------------+
| Name | Description |
+============================+==========================================================+
| `python-can-canine`_ | CAN Driver for the CANine CAN interface |
+----------------------------+----------------------------------------------------------+
| `python-can-cvector`_ | Cython based version of the 'VectorBus' |
+----------------------------+----------------------------------------------------------+
| `python-can-remote`_ | CAN over network bridge |
+----------------------------+----------------------------------------------------------+
| `python-can-sontheim`_ | CAN Driver for Sontheim CAN interfaces (e.g. CANfox) |
+----------------------------+----------------------------------------------------------+
| `zlgcan`_ | Python wrapper for zlgcan-driver-rs |
+----------------------------+----------------------------------------------------------+
| `python-can-cando`_ | Python wrapper for Netronics' CANdo and CANdoISO |
+----------------------------+----------------------------------------------------------+
| `python-can-candle`_ | A full-featured driver for candleLight |
+----------------------------+----------------------------------------------------------+
| `python-can-coe`_ | A CAN-over-Ethernet interface for Technische Alternative |
+----------------------------+----------------------------------------------------------+
| `RP1210`_ | CAN channels in RP1210 Vehicle Diagnostic Adapters |
+----------------------------+----------------------------------------------------------+
| `python-can-damiao`_ | Interface for Damiao USB-CAN adapters |
+----------------------------+----------------------------------------------------------+
.. list-table::
:header-rows: 1

* - Name
- Description
* - `python-can-canine`_
- CAN Driver for the CANine CAN interface
* - `python-can-cvector`_
- Cython based version of the 'VectorBus'
* - `python-can-remote`_
- CAN over network bridge
* - `python-can-sontheim`_
- CAN Driver for Sontheim CAN interfaces (e.g. CANfox)
* - `zlgcan`_
- Python wrapper for zlgcan-driver-rs
* - `python-can-cando`_
- Python wrapper for Netronics' CANdo and CANdoISO
* - `python-can-candle`_
- A full-featured driver for candleLight
* - `python-can-coe`_
- A CAN-over-Ethernet interface for Technische Alternative
* - `RP1210`_
- CAN channels in RP1210 Vehicle Diagnostic Adapters
* - `python-can-damiao`_
- Interface for Damiao USB-CAN adapters
* - `python-can-flexible-serial`_
- Expands the built in 'CAN over Serial' interface.

.. _python-can-canine: https://github.com/tinymovr/python-can-canine
.. _python-can-cvector: https://github.com/zariiii9003/python-can-cvector
Expand All @@ -96,4 +100,4 @@ The table below lists interface drivers that can be added by installing addition
.. _python-can-coe: https://c0d3.sh/smarthome/python-can-coe
.. _RP1210: https://github.com/dfieschko/RP1210
.. _python-can-damiao: https://github.com/gaoyichuan/python-can-damiao

.. _python-can-flexible-serial: https://github.com/mattbulow/python-can-flexible-serial
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ zlgcan = ["zlgcan"]
candle = ["python-can-candle>=1.2.2"]
rp1210 = ["rp1210>=1.0.1"]
damiao = ["python-can-damiao"]
flexible-serial = ["python-can-flexible-serial>=0.1.1"]
viewer = [
"windows-curses; platform_system == 'Windows' and platform_python_implementation=='CPython'"
]
Expand Down