Metadata-Version: 2.1
Name: canmatrix
Version: 0.9.2
Summary: UNKNOWN
Home-page: http://github.com/ebroecker/canmatrix
Maintainer: Eduard Broecker
Maintainer-email: eduard@gmx.de
License: BSD
Description: 
        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)
        
        
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
Provides-Extra: arxml
Provides-Extra: kcd
Provides-Extra: fibex
Provides-Extra: xls
Provides-Extra: xlsx
Provides-Extra: yaml
Provides-Extra: dbc
Provides-Extra: dbf
Provides-Extra: json
Provides-Extra: sym
Provides-Extra: test
