Metadata-Version: 1.1
Name: comtypes
Version: 0.6.4
Summary: Pure Python COM package
Home-page: http://starship.python.net/crew/theller/comtypes
Author: Thomas Heller
Author-email: theller@python.net
License: MIT License
Download-URL: http://sourceforge.net/project/showfiles.php?group_id=115265
Description: 
        
        comtypes
        --------
        
        **comtypes** is a lightweight Python COM package, based on the ctypes_
        FFI library, in less than 10000 lines of code (not counting the
        tests).
        
        **comtypes** allows to define, call, and implement custom and
        dispatch-based COM interfaces in pure Python.  It works on Windows,
        64-bit Windows, and Windows CE.
        
        Documentation:
        
            http://starship.python.net/crew/theller/comtypes/
        
        SVN repository:
        
            checkout: `https://comtypes.svn.sourceforge.net/svnroot/comtypes/`_
        
            ViewVC: https://comtypes.svn.sourceforge.net/comtypes/
        
        Mailing list:
        
            http://gmane.org/info.php?group=gmane.comp.python.comtypes.user
        
            https://lists.sourceforge.net/lists/listinfo/comtypes-users/
        
        Download:
        
            Releases can be downloaded in the sourceforge files section:
        
            http://sourceforge.net/projects/comtypes/files/
        
        .. _`https://comtypes.svn.sourceforge.net/svnroot/comtypes/`: https://comtypes.svn.sourceforge.net/svnroot/comtypes/#egg=comtypes-dev
        
        .. _ctypes: http://docs.python.org/lib/module-ctypes.html
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows CE
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.3
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Topic :: Software Development :: Libraries :: Python Modules
