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
Release history Release notifications | RSS feed
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.2.0.tar.gz
(4.3 MB
view hashes)
Built Distribution
Close
Hashes for winrt_sdk-2.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eaf74b1fa006db255cd78ab8ec9a561ad374f704f3ef02f3ff1c67f1d525feca |
|
MD5 | 41d9923901683041492c4d46ee728d61 |
|
BLAKE2b-256 | 247625ae1b4987578d9df285d70060b7d1c315936be6b6ee7e17d5f7a9462e1e |