Metadata-Version: 2.2
Name: canmatrix
Version: 1.2
Home-page: http://github.com/ebroecker/canmatrix
Maintainer: Eduard Broecker
Maintainer-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
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: attrs>=19.2.0
Requires-Dist: click
Requires-Dist: importlib-metadata; python_version < "3.8"
Requires-Dist: typing; python_version < "3.5"
Provides-Extra: arxml
Requires-Dist: lxml; extra == "arxml"
Provides-Extra: csv
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: ldf
Requires-Dist: ldfparser; extra == "ldf"
Provides-Extra: odx
Requires-Dist: lxml; extra == "odx"
Provides-Extra: scapy
Provides-Extra: sym
Provides-Extra: test
Requires-Dist: pathlib2; python_version < "3.4" and extra == "test"
Requires-Dist: pytest; extra == "test"
Provides-Extra: wireshark
Provides-Extra: xls
Requires-Dist: xlrd==1.2.0; extra == "xls"
Requires-Dist: xlwt; extra == "xls"
Provides-Extra: xlsx
Requires-Dist: openpyxl; extra == "xlsx"
Provides-Extra: yaml
Requires-Dist: pyyaml; extra == "yaml"
Provides-Extra: eds
Requires-Dist: canopen; extra == "eds"
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist


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

            .xml (fibex)

            .ldf (lin bus) 

            .odx (diagnostic file)


**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)

            .lua (wireshark script)

            .scapy 

