From 2bcf1af8a780a4d776e58a569b124bf98e4d7e6b Mon Sep 17 00:00:00 2001 From: ebroecker Date: Fri, 17 May 2019 22:48:45 +0200 Subject: [PATCH] fix description --- setup.py | 49 ++++++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/setup.py b/setup.py index 644943fc..d527c61f 100644 --- a/setup.py +++ b/setup.py @@ -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 = """\