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.3.0.tar.gz
(4.3 MB
view hashes)
Built Distribution
Close
Hashes for winrt_sdk-2.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eee439faafd670eb27bc83319fc36c49f1ab6ead797776100eac264946c47c39 |
|
MD5 | 7c973e230cbb1f455bbebf15a2cddd10 |
|
BLAKE2b-256 | fa5a67fadfce9c7ca27c95c66cadfb0d2f18e3d5acced7ec5c0d41ca9ba316ad |