Metadata-Version: 2.1
Name: comtypes
Version: 1.1.14
Summary: Pure Python COM package
Home-page: https://github.com/enthought/comtypes
Author: Thomas Heller
Author-email: theller@python.net
License: MIT License
Download-URL: https://github.com/enthought/comtypes/releases
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules

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 and
64-bit Windows. Windows CE support was dropped since comtypes==1.1.8.

Documentation:

    https://pythonhosted.org/comtypes

    Contribute using the `source repository and issue tracker
    <https://github.com/enthought/comtypes/>`_ on GitHub.

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 PyPI page:

    https://pypi.python.org/pypi/comtypes

.. _ctypes: http://docs.python.org/lib/module-ctypes.html


