Metadata-Version: 2.1
Name: winsdk
Version: 1.0.0b7
Summary: Python bindings for the Windows SDK
Home-page: https://github.com/pywinrt/python-winsdk
Author: Microsoft Corporation
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Win32 (MS Windows)
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: System :: Operating System
Description-Content-Type: text/markdown
License-File: LICENSE

# Python Windows SDK

Python bindings for the Windows SDK.

This is a community-supported version of the unmaintained [winrt] package.

[winrt]: https://pypi.org/project/winrt


## Installation

This package is distributed on PyPI as the [winsdk] package.

    # use your favorite environment manager
    poetry add winsdk
    pipenv install winsdk
    pip install winsdk

[winsdk]: https://pypi.org/project/winsdk


## Documentation

Since the bindings are automatically generated, there are no API docs available.
Instead, use <https://docs.microsoft.com/en-us/uwp/api/> as a reference.

Also be sure to read the [pywinrt docs] that explain how the language projection
works.

[pywinrt docs]: https://github.com/pywinrt/pywinrt/blob/v1.0.0-beta.1/src/package/pywinrt/projection/readme.md
