Metadata-Version: 2.1
Name: canmatrix_JasonLiu
Version: 0.0.2
Home-page: 
Author: liujiangbo
Author-email: 768496404@qq.com
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
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: arxml
Provides-Extra: csv
Provides-Extra: dbc
Provides-Extra: dbf
Provides-Extra: fibex
Provides-Extra: json
Provides-Extra: kcd
Provides-Extra: ldf
Provides-Extra: odx
Provides-Extra: scapy
Provides-Extra: sym
Provides-Extra: test
Provides-Extra: wireshark
Provides-Extra: xls
Provides-Extra: xlsx
Provides-Extra: yaml
License-File: LICENSE


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)
            versioneer.get_version()
            cmdclass = versioneer.get_cmdclass(),
