Skip to content

Commit e0155c7

Browse files
authored
Optional dependency and docs for the CANine interface (hardbyte#1556)
* optional dependency and docs for the CANine interface * use alphabetical order
1 parent 6e5df1d commit e0155c7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/plugin-interface.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,16 @@ The table below lists interface drivers that can be added by installing addition
6565
+----------------------------+-------------------------------------------------------+
6666
| Name | Description |
6767
+============================+=======================================================+
68+
| `python-can-canine`_ | CAN Driver for the CANine CAN interface |
69+
+----------------------------+-------------------------------------------------------+
6870
| `python-can-cvector`_ | Cython based version of the 'VectorBus' |
6971
+----------------------------+-------------------------------------------------------+
7072
| `python-can-remote`_ | CAN over network bridge |
7173
+----------------------------+-------------------------------------------------------+
7274
| `python-can-sontheim`_ | CAN Driver for Sontheim CAN interfaces (e.g. CANfox) |
7375
+----------------------------+-------------------------------------------------------+
7476

77+
.. _python-can-canine: https://github.com/tinymovr/python-can-canine
7578
.. _python-can-cvector: https://github.com/zariiii9003/python-can-cvector
7679
.. _python-can-remote: https://github.com/christiansandberg/python-can-remote
7780
.. _python-can-sontheim: https://github.com/MattWoodhead/python-can-sontheim

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"pcan": ["uptime~=3.0.1"],
3636
"remote": ["python-can-remote"],
3737
"sontheim": ["python-can-sontheim>=0.1.2"],
38+
"canine": ["python-can-canine>=0.2.2"],
3839
"viewer": [
3940
'windows-curses;platform_system=="Windows" and platform_python_implementation=="CPython"'
4041
],

0 commit comments

Comments
 (0)