Skip to content

Commit 2bcf1af

Browse files
committed
fix description
1 parent 2ab4d5e commit 2bcf1af

File tree

1 file changed

+26
-23
lines changed

1 file changed

+26
-23
lines changed

Diff for: setup.py

+26-23
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,47 @@
1-
"""Support and convert several CAN (Controller Area Network) database formats .arxml .dbc .dbf .kcd .sym fibex xls(x) ...
1+
"""
2+
Support and convert several CAN (Controller Area Network) database formats .arxml .dbc .dbf .kcd .sym fibex xls(x) ...
23
3-
Canmatrix implements a "Python Can Matrix Object" which describes the can-communication
4+
Canmatrix implements a "Python Can Matrix Object" which describes the can-communication
45
and the needed objects (Boardunits, Frames, Signals, Values, ...) Canmatrix also includes
5-
two Tools (canconvert and cancompare) for converting and comparing CAN databases.
6-
There are also some extract and merge options for dealing with can databases.
7-
supported file formats for import:
8-
6+
two Tools (canconvert and cancompare) for converting and comparing CAN databases.
7+
There are also some extract and merge options for dealing with can databases.
8+
9+
**supported file formats for import:**
10+
911
.dbc candb / Vector
10-
12+
1113
.dbf Busmaster (open source!)
12-
14+
1315
.kcd kayak (open source!)
14-
16+
1517
.arxml autosar system description
16-
18+
1719
.yaml dump of the python object
18-
20+
1921
.xls(x) excel xls-import, works with .xls-file generated by this lib
20-
22+
2123
.sym peak pcan can description
22-
23-
supported file formats for export:
24-
24+
25+
**supported file formats for export:**
26+
2527
.dbc
26-
28+
2729
.dbf
28-
30+
2931
.kcd
30-
32+
3133
.xls(x)
32-
34+
3335
.json Canard (open source!)
34-
36+
3537
.arxml (very basic implementation)
36-
38+
3739
.yaml (dump of the python object)
38-
40+
3941
.sym
40-
42+
4143
.xml (fibex)
44+
4245
"""
4346

4447
classifiers = """\

0 commit comments

Comments
 (0)