We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878e043 commit 94f4238Copy full SHA for 94f4238
doc/interfaces.rst
@@ -24,6 +24,18 @@ The available interfaces are:
24
interfaces/vector
25
interfaces/virtual
26
27
+Additional interfaces can be added via a plugin interface. An external package
28
+can register a new interface by using the `python_can.interface` entry point.
29
+
30
+The format of the entry point is `interface_name=module:classname`.
31
32
+::
33
34
+ entry_points={
35
+ 'python_can.interface': [
36
+ "interface_name=module:classname",
37
+ ]
38
+ },
39
40
41
The *Interface Names* are listed in :doc:`configuration`.
0 commit comments