Metadata-Version: 2.0
Name: canmatrix
Version: 0.6
Summary: Support and convert several CAN (Controller Area Network) database formats .arxml .dbc .dbf .kcd .sym fibex xls(x) ...
Home-page: http://github.com/ebroecker/canmatrix
Author: Eduard Broecker
Author-email: eduard@gmx.de
License: BSD
Keywords: CAN dbc arxml kcd dbf sym
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering
Requires-Dist: future
Provides-Extra: arxml
Requires-Dist: lxml; extra == 'arxml'
Provides-Extra: dbc
Provides-Extra: dbf
Provides-Extra: fibex
Requires-Dist: lxml; extra == 'fibex'
Provides-Extra: json
Provides-Extra: kcd
Requires-Dist: lxml; extra == 'kcd'
Provides-Extra: sym
Provides-Extra: xls
Requires-Dist: xlrd; extra == 'xls'
Requires-Dist: xlwt; extra == 'xls'
Provides-Extra: xlsx
Requires-Dist: xlsxwriter; extra == 'xlsx'
Provides-Extra: yaml
Requires-Dist: pyyaml; extra == 'yaml'

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:

            .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:

            .dbc

            .dbf

            .kcd

            .xls(x)

            .json Canard (open source!)

            .arxml (very basic implementation)

            .yaml (dump of the python object)

            .sym

            .xml (fibex)


