Metadata-Version: 2.4
Name: pywin32-stubs
Version: 1.0.8
Summary: DEPRECATED: use types-pywin32 instead (https://pypi.org/project/types-pywin32/)
Home-page:  https://pypi.org/project/pywin32-stubs/
Author: Carlos Teng
Author-email: 303359166@qq.com
License: MIT
Keywords: pywin32,stubs
Classifier: Programming Language :: Python
Classifier: Development Status :: 7 - Inactive
License-File: LICENSE
Requires-Dist: pywin32
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

pywin32-stubs
=============

.. warning::

   **DEPRECATED** — This package is no longer maintained.
   Use the official stubs package instead::

       pip install types-pywin32

   See: https://pypi.org/project/types-pywin32/

pywin32-stubs is generated from pywin32.chm, it contains:

- win32-stubs
- win32comext-stubs
- pythonwin-stubs
- win32helper : this package defines win32typing and constants.

Installation
------------

**Deprecated.** Use `types-pywin32 <https://pypi.org/project/types-pywin32/>`_ instead.

.. code:: shell

    pip install pywin32-stubs

Usage
-----

.. code:: python

    import win32gui
    import win32helper.win32con as con

    win32gui.MessageBox(0, "hello", 'world', con.MB_OK)
