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
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_sdk-3.2.1.tar.gz.
File metadata
- Download URL: winrt_sdk-3.2.1.tar.gz
- Upload date:
- Size: 4.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d660f659eae0c873549f3e17c187294f6b6aa84711886a8835fffd8d83e65471
|
|
| MD5 |
b0c4cd307b0bfe5aee878d7c47341398
|
|
| BLAKE2b-256 |
c94c0f1890debf6cf1b33c0e91044cf51ad7a98383e8cc4108e8d1f7ad97753b
|
File details
Details for the file winrt_sdk-3.2.1-py3-none-any.whl.
File metadata
- Download URL: winrt_sdk-3.2.1-py3-none-any.whl
- Upload date:
- Size: 5.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
606d477757d5a47426b561337ae1672e0ff4647aaec889a70e8cb86b245ed9bc
|
|
| MD5 |
69f5dc10cc3b0131fb66218fdb1069cf
|
|
| BLAKE2b-256 |
98cb298ca9b784d25236b0a7b48b027cc168f9a68da4f3729585f8947b7af8ca
|