/usr/lib/python2.7/dist-packages/hachoir_wx-0.3.egg-info is in python-hachoir-wx 0.3-3.
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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | Metadata-Version: 1.1
Name: hachoir-wx
Version: 0.3
Summary: hachoir-wx is a wxWidgets GUI that's meant to provide a (more) user-friendly interface to the hachoir binary parsing engine
Home-page: http://bitbucket.org/haypo/hachoir/wiki/hachoir-wx
Author: Cyril Zorin
Author-email: UNKNOWN
License: GNU GPL v2
Download-URL: http://bitbucket.org/haypo/hachoir/wiki/hachoir-wx
Description: hachoir-wx is a wxWidgets-based program that's meant to provide a
        (more) user-friendly interface to the facilities provided by the
        hachoir binary parser core.
        
        For latest updates, to ask for a feature (please do!), and
        bleeding(-edge) source code see the website:
        http://bitbucket.org/haypo/hachoir/wiki/hachoir-wx
        
        Everyone is very welcome to contribute code =)
        
        hachoir-wx 0.3
        ==============
        
         * Use the new getFieldType() method of hachoir-core 1.2 to display better
           informations about the field type, eg. shows the string charset
        
        hachoir-wx 0.2
        ==============
        
         * hachoir-wx is now able to parse subfield
         * Display field description
        
        hachoir-wx 0.1.2
        ================
        
        Fix setup.py: also install hachoir_wx.xrc
        
        hachoir-wx 0.1.1
        ================
        
        Bugfixes:
         * Fix setup.py: install submodules!
         * setup.py uses distutils by default (and not setuptools)
         * Add some missing imports
         * Fix few typo errors
        
        hachoir-wx 0.1 Initial Release (all platforms)
        ==============================================
        
        Features:
         * Lazy-loaded hex view, meaning you can view a 20GB file and memory
           usage will remain constant, and the GUI will remain responsive.
        
         * Dynamic type conversion, meaning (for example) you can take a
           RawBytes field of size 4 and convert it to a UInt32 for a better
           look at your data.
        
         * Field splitting, meaning you can take a RawBytes range and split it
           into smaller ranges. This feature in conjunction with dynamic type
           conversion allows you to explore unknown binary formats more easily.
        
         * Field view that allows you to browse a binary file just like a
           directory.
        
         * Minor stuff like hex/dec view of addresses, absolute/relative field
           offsets, auto-resizing field view columns that stretch to the size of
           your data, etc.
        
         * Hex view automatically scrolls to and highlights the hex data of
           the currently selected field (called "marking".)
        
         * Field dumping, meaning you can select any field inside your binary
           file and save it on your hard disk for further
           examination/analysis/etc.
        
        Bugs:
         * [All]: Field view "Merge Down" doesn't work.
        
         * [Windows only]: Hex view only shows a ~4x5 char display of the
           data. This is believed to be due to a wxWidgets bugs related to text
           wrapping.
        
         * [Windows only]: Right-click context menu doesn't work.
        
         * [Windows only]: Hex view data marking doesn't work.
        
         * [Gtk only]: Hex view will occasionally show two scrollbars for the
           hex view if you resize the very quickly. This is likely a bug in
           wxGtk that (for some reason) ignores the "no vertical scrollbar"
           directive for text controls.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: MacOS X
Classifier: Topic :: Software Development :: Disassemblers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
 |