mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
23 lines
498 B
ReStructuredText
23 lines
498 B
ReStructuredText
Early Work In Progress
|
|
======================
|
|
|
|
Here are some features that are still work in progress. Code might be unstable and/or ultra-ugly.
|
|
|
|
Wintrust -- Signature check
|
|
"""""""""""""""""""""""""""
|
|
|
|
Should it juste be part of :mod:`windows.utils` ?
|
|
|
|
.. module:: windows.wintrust
|
|
|
|
.. autofunction:: windows.wintrust.check_signature
|
|
|
|
|
|
.. module:: windows.wmi
|
|
|
|
WMI -- WMI request
|
|
""""""""""""""""""
|
|
|
|
Unstable code: not fully tested, ugly COM initialisation
|
|
|
|
.. autoclass:: windows.wmi.WmiRequester |