Metadata-Version: 1.0
Name: pydia
Version: 1.0
Summary: Microsoft DIA (Debug Interface Access) Wrapper Module
Home-page: http://pypi.python.org/pypi/pydia
Author: Martin v. Loewis
Author-email: martin@v.loewis.de
License: Academic Free License ("AFL") v. 3.0
Description: DIA Wrapper
        ===========
        
        DIA is Microsoft's Debug Interface Acccess API, for inspection
        of PDB files. It's exposed as a COM object, with no automation, hence
        access through Python COM is not possible.
        
        pydia is a wrapper that exposes much of the DIA API as-is to Python.
        For detailed information of the API, see the Microsoft documentation at
        
        http://msdn.microsoft.com/en-us/library/x93ctkx8.aspx
        
        This module assumes the VS 2005 version of the DIA API; some of the
        attributes it exposes weren't defined in VS 2003. To use the binary
        modules, VS 2005 or newer needs to be installed on the system.
        
        See the included diademo.py for an example.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Academic Free License (AFL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: C++
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: Microsoft :: Windows
