Skip to content

Commit e291874

Browse files
authored
add zlgcan to docs (#1839)
1 parent 3738c4f commit e291874

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
@@ -73,8 +73,11 @@ The table below lists interface drivers that can be added by installing addition
7373
+----------------------------+-------------------------------------------------------+
7474
| `python-can-sontheim`_ | CAN Driver for Sontheim CAN interfaces (e.g. CANfox) |
7575
+----------------------------+-------------------------------------------------------+
76+
| `zlgcan-driver-py`_ | Python wrapper for zlgcan-driver-rs |
77+
+----------------------------+-------------------------------------------------------+
7678

7779
.. _python-can-canine: https://github.com/tinymovr/python-can-canine
7880
.. _python-can-cvector: https://github.com/zariiii9003/python-can-cvector
7981
.. _python-can-remote: https://github.com/christiansandberg/python-can-remote
8082
.. _python-can-sontheim: https://github.com/MattWoodhead/python-can-sontheim
83+
.. _zlgcan-driver-py: https://github.com/zhuyu4839/zlgcan-driver

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ pcan = ["uptime~=3.0.1"]
7878
remote = ["python-can-remote"]
7979
sontheim = ["python-can-sontheim>=0.1.2"]
8080
canine = ["python-can-canine>=0.2.2"]
81+
zlgcan = ["zlgcan-driver-py"]
8182
viewer = [
8283
"windows-curses; platform_system == 'Windows' and platform_python_implementation=='CPython'"
8384
]

0 commit comments

Comments
 (0)