forked from enthought/comtypes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
31 lines (19 loc) · 814 Bytes
/
README
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
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:
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