File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,14 @@ The table below lists interface drivers that can be added by installing addition
77
77
+----------------------------+-------------------------------------------------------+
78
78
| `python-can-cando `_ | Python wrapper for Netronics' CANdo and CANdoISO |
79
79
+----------------------------+-------------------------------------------------------+
80
+ | `python-can-candle `_ | A full-featured driver for candleLight |
81
+ +----------------------------+-------------------------------------------------------+
80
82
81
83
.. _python-can-canine : https://github.com/tinymovr/python-can-canine
82
84
.. _python-can-cvector : https://github.com/zariiii9003/python-can-cvector
83
85
.. _python-can-remote : https://github.com/christiansandberg/python-can-remote
84
86
.. _python-can-sontheim : https://github.com/MattWoodhead/python-can-sontheim
85
87
.. _zlgcan : https://github.com/jesses2025smith/zlgcan-driver
86
88
.. _python-can-cando : https://github.com/belliriccardo/python-can-cando
89
+ .. _python-can-candle : https://github.com/BIRLab/python-can-candle
87
90
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ remote = ["python-can-remote"]
71
71
sontheim = [" python-can-sontheim>=0.1.2" ]
72
72
canine = [" python-can-canine>=0.2.2" ]
73
73
zlgcan = [" zlgcan" ]
74
+ candle = [" python-can-candle>=1.2.2" ]
74
75
viewer = [
75
76
" windows-curses; platform_system == 'Windows' and platform_python_implementation=='CPython'"
76
77
]
You can’t perform that action at this time.
0 commit comments