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 details)
Built Distribution
File details
Details for the file winrt_sdk-2.3.0.tar.gz
.
File metadata
- Download URL: winrt_sdk-2.3.0.tar.gz
- Upload date:
- Size: 4.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4bef25200191a96da08efc8c377215f29a633159bf59bad228e6d00e4875ed0 |
|
MD5 | 4a92fcaf75255e863d8ce913a4ed6487 |
|
BLAKE2b-256 | a4d5f2bf49e962f0e6cf7afea0b23523abe2d0eb3b79c49ff3fe9877d6fa87f4 |
File details
Details for the file winrt_sdk-2.3.0-py3-none-any.whl
.
File metadata
- Download URL: winrt_sdk-2.3.0-py3-none-any.whl
- Upload date:
- Size: 5.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eee439faafd670eb27bc83319fc36c49f1ab6ead797776100eac264946c47c39 |
|
MD5 | 7c973e230cbb1f455bbebf15a2cddd10 |
|
BLAKE2b-256 | fa5a67fadfce9c7ca27c95c66cadfb0d2f18e3d5acced7ec5c0d41ca9ba316ad |