File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ The table below lists interface drivers that can be added by installing addition
73
73
+----------------------------+-------------------------------------------------------+
74
74
| `python-can-sontheim `_ | CAN Driver for Sontheim CAN interfaces (e.g. CANfox) |
75
75
+----------------------------+-------------------------------------------------------+
76
- | `zlgcan-driver-py `_ | Python wrapper for zlgcan-driver-rs |
76
+ | `zlgcan `_ | Python wrapper for zlgcan-driver-rs |
77
77
+----------------------------+-------------------------------------------------------+
78
78
| `python-can-cando `_ | Python wrapper for Netronics' CANdo and CANdoISO |
79
79
+----------------------------+-------------------------------------------------------+
@@ -82,6 +82,6 @@ The table below lists interface drivers that can be added by installing addition
82
82
.. _python-can-cvector : https://github.com/zariiii9003/python-can-cvector
83
83
.. _python-can-remote : https://github.com/christiansandberg/python-can-remote
84
84
.. _python-can-sontheim : https://github.com/MattWoodhead/python-can-sontheim
85
- .. _zlgcan-driver-py : https://github.com/zhuyu4839 /zlgcan-driver
85
+ .. _zlgcan : https://github.com/jesses2025smith /zlgcan-driver
86
86
.. _python-can-cando : https://github.com/belliriccardo/python-can-cando
87
87
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ pcan = ["uptime~=3.0.1"]
70
70
remote = [" python-can-remote" ]
71
71
sontheim = [" python-can-sontheim>=0.1.2" ]
72
72
canine = [" python-can-canine>=0.2.2" ]
73
- zlgcan = [" zlgcan-driver-py " ]
73
+ zlgcan = [" zlgcan" ]
74
74
viewer = [
75
75
" windows-curses; platform_system == 'Windows' and platform_python_implementation=='CPython'"
76
76
]
You can’t perform that action at this time.
0 commit comments