Skip to main content

Windows Runtime SDK for Python header files

Project description

winrt-sdk

This package provides PyWinRT header files for the Windows SDK.

This package is a build time dependency, not a runtime dependency.

Example use in a pyproject.toml file:

[build-system]
requires = ["setuptools", "winrt-sdk"]
build-backend = "setuptools.build_meta"

Then in your setup.py:

from setuptools import setup
from winrt_sdk import get_include_dirs

setup(
    ...
    include_dirs=get_include_dirs()
)

For the runtime package, use winrt-runtime and the various namespace packages instead.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

winrt_sdk-2.0.1.tar.gz (4.2 MB view hashes)

Uploaded Source

Built Distribution

winrt_sdk-2.0.1-py3-none-any.whl (5.2 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page