{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/13"}],"enrichment":{"capability":"Provides Python bindings to access Windows Runtime Bluetooth Generic Attribute Profile (GATT) APIs, enabling Bluetooth device communication from Python on Windows.","skillfed_tags":["bluetooth","windows-runtime","hardware-access"],"use_cases":["Enumerate and connect to Bluetooth Low Energy (BLE) devices from a Windows application.","Read and write GATT characteristics on remote Bluetooth devices.","Monitor Bluetooth device notifications and events in a Windows service or desktop app.","Build a Bluetooth peripheral scanner or device manager in pure Python on Windows."],"what_it_does":"This package is a Python projection of the Windows Runtime Bluetooth Generic Attribute Profile API, part of the broader PyWinRT ecosystem that exposes Windows SDK namespaces to Python. It allows developers to interact with Bluetooth devices using the GATT protocol directly from Python code on Windows systems, handling the low-level marshalling between Python and the native WinRT layer.\n\nThe package is one of many modular winrt-* bindings generated from the Windows SDK; it depends on winrt-runtime to function. It targets developers building Bluetooth-enabled applications on Windows who need programmatic access to GATT services and characteristics. The binding is generated by the PyWinRT code generation tool and follows the standard WinRT async patterns, typically requiring asyncio for real-world use.","worth_installing":"Yes, if you are building a Bluetooth application on Windows and need GATT-level access. The MIT license is permissive, the package is stable (no known vulnerabilities), and it fills a genuine gap for Python developers who would otherwise need to call WinRT directly or use lower-level APIs. The aging maintenance status and Windows-only platform support are expected constraints, not red flags\u2014this is a thin binding to a stable OS API. Install it if your use case matches; do not install if you need cross-platform Bluetooth support."},"id":"winrt-windows-devices-bluetooth-genericattributeprofile","links":{"html":"https://skillfed.io/packages/winrt-windows-devices-bluetooth-genericattributeprofile","md":"https://skillfed.io/packages/winrt-windows-devices-bluetooth-genericattributeprofile.md","pypi":"https://pypi.org/project/winrt-windows-devices-bluetooth-genericattributeprofile/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-06-06","license_spdx":"MIT","license_treatment":"permissive","name":"winrt-Windows.Devices.Bluetooth.GenericAttributeProfile","python_support":"supports_current","summary":"Python projection of Windows Runtime (WinRT) APIs"},"popularity":{"monthly_downloads":210395,"position":9494,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.2.1"}
