Metadata-Version: 1.1
Name: objbrowser
Version: 0.9.4
Summary: Python object browser implemented in Qt.
Home-page: https://github.com/titusjan/objbrowser
Author: Pepijn Kenter
Author-email: titusjan@gmail.com
License: UNKNOWN
Description: objbrowser
        ==========
        
        Python object browser implemented in Qt.
        
        Shows an object in a tree view so that you can examine its attributes
        recursively (e.g. browse through a list of dictionaries).
        
        From the _View_ menu you can select some extra columns, for instance the 
        'object ID' column.
        
        The details pane at the bottom shows object properties that do not fit
        on one line, such as the docstrings and the output of various functions 
        of the 'inspect' module from the Python standard library.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Adaptive Technologies
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
