winrt-Microsoft.UI.Xaml
This package provides PyWinRT header files for Microsoft.UI.Xaml.
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-Microsoft.UI.Xaml"]
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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
winrt_microsoft_ui_xaml-3.2.1.tar.gz
(211.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file winrt_microsoft_ui_xaml-3.2.1.tar.gz.
File metadata
- Download URL: winrt_microsoft_ui_xaml-3.2.1.tar.gz
- Upload date:
- Size: 211.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f82c960dec4c36bebf73297f8f49764409337b06e3c36becd275ccc3a57e35be
|
|
| MD5 |
aeab61b86611e7adf0491a918416ab88
|
|
| BLAKE2b-256 |
34158c87b6d12d4cf22a8bf6dc971ad834f081fa196508b14be2db23d6c1894a
|
File details
Details for the file winrt_microsoft_ui_xaml-3.2.1-py3-none-any.whl.
File metadata
- Download URL: winrt_microsoft_ui_xaml-3.2.1-py3-none-any.whl
- Upload date:
- Size: 226.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
895eac75dc0e0a669e80735d6f9ac0d0febee481e809585ca8c8385efc798187
|
|
| MD5 |
88d3aca3bf1b4397e24b446359482031
|
|
| BLAKE2b-256 |
34c0560dd6cbc2e7d453e26c8a591c7c8a43b5ec3ee1be3fd4663e3b9700e4e6
|