This file is indexed.

/usr/lib/python2.7/dist-packages/canmatrix-0.6.egg-info/PKG-INFO is in python-canmatrix 0.6-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Metadata-Version: 1.1
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
Description-Content-Type: UNKNOWN
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