A Python wrapper for hidapi using ctypes bindings. It provides low-level access to HID (Human Interface Device) devices on Linux, macOS, and Windows. Current version: 1.0.9. Release cadence: infrequent.
pip install hidVerified import paths — ran on the pinned version, not inferred.
Lists all HID devices on the system.
Use hid.enumerate(vendor_id=0, product_id=0) for all devices.
Consider using cython-hidapi or hidapi package if issues arise.
Install hidapi via vcpkg or download prebuilt DLL and place in working directory.