File tree 2 files changed +4
-0
lines changed 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,16 @@ The table below lists interface drivers that can be added by installing addition
65
65
+----------------------------+-------------------------------------------------------+
66
66
| Name | Description |
67
67
+============================+=======================================================+
68
+ | `python-can-canine `_ | CAN Driver for the CANine CAN interface |
69
+ +----------------------------+-------------------------------------------------------+
68
70
| `python-can-cvector `_ | Cython based version of the 'VectorBus' |
69
71
+----------------------------+-------------------------------------------------------+
70
72
| `python-can-remote `_ | CAN over network bridge |
71
73
+----------------------------+-------------------------------------------------------+
72
74
| `python-can-sontheim `_ | CAN Driver for Sontheim CAN interfaces (e.g. CANfox) |
73
75
+----------------------------+-------------------------------------------------------+
74
76
77
+ .. _python-can-canine : https://github.com/tinymovr/python-can-canine
75
78
.. _python-can-cvector : https://github.com/zariiii9003/python-can-cvector
76
79
.. _python-can-remote : https://github.com/christiansandberg/python-can-remote
77
80
.. _python-can-sontheim : https://github.com/MattWoodhead/python-can-sontheim
Original file line number Diff line number Diff line change 35
35
"pcan" : ["uptime~=3.0.1" ],
36
36
"remote" : ["python-can-remote" ],
37
37
"sontheim" : ["python-can-sontheim>=0.1.2" ],
38
+ "canine" : ["python-can-canine>=0.2.2" ],
38
39
"viewer" : [
39
40
'windows-curses;platform_system=="Windows" and platform_python_implementation=="CPython"'
40
41
],
You can’t perform that action at this time.
0 commit comments