Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
ebroecker committed May 17, 2019
1 parent 2ab4d5e commit 2bcf1af
Showing 1 changed file with 26 additions and 23 deletions.
49 changes: 26 additions & 23 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,44 +1,47 @@
"""Support and convert several CAN (Controller Area Network) database formats .arxml .dbc .dbf .kcd .sym fibex xls(x) ...
"""
Support and convert several CAN (Controller Area Network) database formats .arxml .dbc .dbf .kcd .sym fibex xls(x) ...
Canmatrix implements a "Python Can Matrix Object" which describes the can-communication
Canmatrix implements a "Python Can Matrix Object" which describes the can-communication
and the needed objects (Boardunits, Frames, Signals, Values, ...) Canmatrix also includes
two Tools (canconvert and cancompare) for converting and comparing CAN databases.
There are also some extract and merge options for dealing with can databases.
supported file formats for import:
two Tools (canconvert and cancompare) for converting and comparing CAN databases.
There are also some extract and merge options for dealing with can databases.
**supported file formats for import:**
.dbc candb / Vector
.dbf Busmaster (open source!)
.kcd kayak (open source!)
.arxml autosar system description
.yaml dump of the python object
.xls(x) excel xls-import, works with .xls-file generated by this lib
.sym peak pcan can description
supported file formats for export:
**supported file formats for export:**
.dbc
.dbf
.kcd
.xls(x)
.json Canard (open source!)
.arxml (very basic implementation)
.yaml (dump of the python object)
.sym
.xml (fibex)
"""

classifiers = """\
Expand Down

0 comments on commit 2bcf1af

Please sign in to comment.