Windows Runtime SDK for Python header files
Project description
winrt-WindowsAppSDK
This package provides PyWinRT header files for WindowsAppSDK.
This package is a build time dependency, not a runtime dependency.
Example use in a pyproject.toml
file:
[build-system]
requires = ["setuptools", "winrt-sdk", "winrt-WindowsAppSDK"]
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
Built Distribution
Close
Hashes for winrt_windowsappsdk-2.3.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 448c867e483a352c7546932fad6d02e41458032891bfc0d39d2caacb3d054774 |
|
MD5 | b1e839c734280ca5eaa0a851c94c9dbb |
|
BLAKE2b-256 | a6e04a3dd2d6f3af402698e01c2ef9b0534469a9a2f8981bb76a058b39333e69 |
Close
Hashes for winrt_WindowsAppSDK-2.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ec6f3971c88fece17fc5f44ccdbe745012afe409ff6f0cd65787626c602b754 |
|
MD5 | 4bbbbe749a0fa951615f12a1759f4370 |
|
BLAKE2b-256 | 59c8426855ed5835d00120da1c684cccfd68770a57d9b9f26caa8701eae4702b |