Skip to main content

Description

A Cython interface to HIDAPI library.

This has been tested with:

  • TREZOR Hardware Wallet

  • the PIC18F4550 on the development board from CCS with their example program

  • the Fine Offset WH3081 Weather Station

It works on Linux, Windows and macOS.

Software Dependencies

License

cython-hidapi may be used by one of three licenses as outlined in LICENSE.txt

Install

$ sudo apt-get install python-dev libusb-1.0-0-dev libudev-dev
$ sudo pip install --upgrade setuptools
$ sudo pip install hidapi

For other download options visit the PyPi page.

Build from source

  1. Download cython-hidapi archive:

    $ git clone --recursive https://github.com/trezor/cython-hidapi.git
    $ cd cython-hidapi
  2. Build cython-hidapi extension module:

    $ python setup.py build

    On Linux, the hidraw API is now used by default, and the libusb API is not included. That is, –without-libusb is now the default behavior. To force the use of the libusb API instead, use the –with-libusb option:

    $ python setup.py build --with-libusb

    Or you can also use the environment variable:

    $ export HIDAPI_WITH_LIBUSB=1
    $ python setup.py build
  3. Install cython-hidapi module into your Python distribution:

    $ sudo python setup.py install

    Alternatively, you can run pip directly, which will call the necessary build and install commands:

    $ pip install -e .
  4. Test install:

    $ python
    >>> import hid
    >>>
  5. Try example script:

    $ python try.py

Udev rules

For correct functionality under Linux, you need to create a rule file similar to this one in your udev rules directory.

Also you might need to call udevadm control --reload-rules to reload the rules.

Documentation

Documentation can be built using Sphinx:

$ cd docs && make html

The HTML output will be in docs/_build/html.

The documentation is extracted from the code using autodoc.

Note that the build output is used. So rebuilt the package before generating documentation.

Built documentation is also deployed to: https://trezor.github.io/cython-hidapi/.

Release files for hidapi 0.15.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for hidapi 0.15.0
File Size Uploaded
hidapi-0.15.0.tar.gz 185.0 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for hidapi 0.15.0
File
hidapi-0.15.0-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
hidapi-0.15.0-cp314-cp314t-win32.whl CPython 3.14 CPython 3.14 free-threading Windows x86-32 Details
hidapi-0.15.0-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
hidapi-0.15.0-cp314-cp314t-musllinux_1_2_i686.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32 Details
hidapi-0.15.0-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
hidapi-0.15.0-cp314-cp314t-manylinux_2_28_i686.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-32 Details
hidapi-0.15.0-cp314-cp314t-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64 Details
hidapi-0.15.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Details
hidapi-0.15.0-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
hidapi-0.15.0-cp314-cp314t-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 Details
hidapi-0.15.0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
hidapi-0.15.0-cp314-cp314-win32.whl CPython 3.14 CPython 3.14 Windows x86-32 Details
hidapi-0.15.0-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
hidapi-0.15.0-cp314-cp314-musllinux_1_2_i686.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-32 Details
hidapi-0.15.0-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
hidapi-0.15.0-cp314-cp314-manylinux_2_28_i686.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-32 Details
hidapi-0.15.0-cp314-cp314-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64 Details
hidapi-0.15.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64 Details
hidapi-0.15.0-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
hidapi-0.15.0-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
hidapi-0.15.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
hidapi-0.15.0-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
hidapi-0.15.0-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
hidapi-0.15.0-cp313-cp313-musllinux_1_2_i686.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-32 Details
hidapi-0.15.0-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
hidapi-0.15.0-cp313-cp313-manylinux_2_28_i686.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-32 Details
hidapi-0.15.0-cp313-cp313-manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64 Details
hidapi-0.15.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
hidapi-0.15.0-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
hidapi-0.15.0-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
hidapi-0.15.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
hidapi-0.15.0-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
hidapi-0.15.0-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
hidapi-0.15.0-cp312-cp312-musllinux_1_2_i686.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-32 Details
hidapi-0.15.0-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
hidapi-0.15.0-cp312-cp312-manylinux_2_28_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-32 Details
hidapi-0.15.0-cp312-cp312-manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64 Details
hidapi-0.15.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
hidapi-0.15.0-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
hidapi-0.15.0-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
hidapi-0.15.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
hidapi-0.15.0-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
hidapi-0.15.0-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
hidapi-0.15.0-cp311-cp311-musllinux_1_2_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-32 Details
hidapi-0.15.0-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
hidapi-0.15.0-cp311-cp311-manylinux_2_28_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-32 Details
hidapi-0.15.0-cp311-cp311-manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64 Details
hidapi-0.15.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
hidapi-0.15.0-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
hidapi-0.15.0-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
hidapi-0.15.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
hidapi-0.15.0-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
hidapi-0.15.0-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
hidapi-0.15.0-cp310-cp310-musllinux_1_2_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-32 Details
hidapi-0.15.0-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
hidapi-0.15.0-cp310-cp310-manylinux_2_28_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-32 Details
hidapi-0.15.0-cp310-cp310-manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64 Details
hidapi-0.15.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
hidapi-0.15.0-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
hidapi-0.15.0-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
hidapi-0.15.0-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
hidapi-0.15.0-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
hidapi-0.15.0-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
hidapi-0.15.0-cp39-cp39-musllinux_1_2_i686.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-32 Details
hidapi-0.15.0-cp39-cp39-musllinux_1_2_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ ARM64 Details
hidapi-0.15.0-cp39-cp39-manylinux_2_28_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-32 Details
hidapi-0.15.0-cp39-cp39-manylinux_2_28_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ ARM64 Details
hidapi-0.15.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
hidapi-0.15.0-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
hidapi-0.15.0-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
hidapi-0.15.0-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
hidapi-0.15.0-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
hidapi-0.15.0-cp38-cp38-musllinux_1_2_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-64 Details
hidapi-0.15.0-cp38-cp38-musllinux_1_2_i686.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-32 Details
hidapi-0.15.0-cp38-cp38-musllinux_1_2_aarch64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ ARM64 Details
hidapi-0.15.0-cp38-cp38-manylinux_2_28_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.28+ x86-32 Details
hidapi-0.15.0-cp38-cp38-manylinux_2_28_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.28+ ARM64 Details
hidapi-0.15.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
hidapi-0.15.0-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
hidapi-0.15.0-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details

Total release size: 53.9 MB

Release files / hidapi-0.15.0.tar.gz

Download URL hidapi-0.15.0.tar.gz
Size 185.0 kB
Tags Source
SHA-256 checksum
How to use checksums
ecbc265cbe8b7b88755f421e0ba25f084091ec550c2b90ff9e8ddd4fcd540311
BLAKE2b-256 checksum
How to use checksums
74f6caad9ed701fbb9223eb9e0b41a5514390769b4cb3084a2704ab69e9df0fe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314t-win_amd64.whl

Download URL hidapi-0.15.0-cp314-cp314t-win_amd64.whl
Size 74.7 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
e384430363d400c4ffb33fe65f22a61c9f288a870158dc5a9f5c9d917b7250c7
BLAKE2b-256 checksum
How to use checksums
cd5bf22dbf886824559d3e66d84710c5fb48c09856e6816885da97f2f51700eb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314t-win32.whl

Download URL hidapi-0.15.0-cp314-cp314t-win32.whl
Size 66.3 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
005c84c74c940a314b211674edc763a931ace0b63685ace88148496f563e25f9
BLAKE2b-256 checksum
How to use checksums
bdebc0676ff1f7e9ec9d99eaa428c66745cdab5b1742808f0c16061c85bd0b18
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL hidapi-0.15.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 750.9 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
cc99bb16b359023190bf857297f6492a1c8441ccacff66dac881c9e278f5c262
BLAKE2b-256 checksum
How to use checksums
fff02b4e7ff42cdc6a6bf7def0591dfd3854af81038a1925ac1ed7a96578e834
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314t-musllinux_1_2_i686.whl

Download URL hidapi-0.15.0-cp314-cp314t-musllinux_1_2_i686.whl
Size 722.8 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
1c4e707c82629637a311fa1a7adc1ae1386de7b539e84b4e37125e52e449318d
BLAKE2b-256 checksum
How to use checksums
8c8f033e19857bcc3ad1b9880b5c0dfbaa7c945e577b7dee18919c1b2478484d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL hidapi-0.15.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 751.4 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
8f7ca38699557ab057333f1628a346073ae6088c09897b2cd9fbc68f4896780c
BLAKE2b-256 checksum
How to use checksums
0743e5c0cd80df4a65a468b7a9fc6891ea77435a75e64bb273104c37f12e05b3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314t-manylinux_2_28_i686.whl

Download URL hidapi-0.15.0-cp314-cp314t-manylinux_2_28_i686.whl
Size 1.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
fd32f311633fad21a52e750775cd4ea23da912199c63d1331f4d8ae00ab0874b
BLAKE2b-256 checksum
How to use checksums
38deeb9d0fe6d9ccd2645e993930cc7fdeb6e12ddcdec086f3ef7dec947286ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314t-manylinux_2_28_aarch64.whl

Download URL hidapi-0.15.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Size 1.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
89f909a6783307c2f067e8e7948f38ec43386f15d04759d11e5b32e3b2fdf3d8
BLAKE2b-256 checksum
How to use checksums
17ca266ca521ff643957823a7f04a67030f6d2917e86e31c60c3d4878cd6b913
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL hidapi-0.15.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 1.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
541c85b8225ce19b38ceacd404283ca1857345ccfa7ca12f54131203ff2d7f75
BLAKE2b-256 checksum
How to use checksums
6464129aed49fa45b6a5e2fd955618eebe93ff7e3889f05237da6b45051c77bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314t-macosx_11_0_arm64.whl

Download URL hidapi-0.15.0-cp314-cp314t-macosx_11_0_arm64.whl
Size 71.4 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
77f0965ca81a9be44694e84aa18e501d5cda49e372202a38a52d22acc38deadd
BLAKE2b-256 checksum
How to use checksums
d844617666a0919d06521d732ef07998306b8ddcbd96038e19348c831acd76e8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314t-macosx_10_15_x86_64.whl

Download URL hidapi-0.15.0-cp314-cp314t-macosx_10_15_x86_64.whl
Size 70.9 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
2f16e9ea8a1d24ac7a6bf316905823eafd58f78ec815a93118d4710faf95a224
BLAKE2b-256 checksum
How to use checksums
978fff034661faf99acaabe8954fb7db87c5242c79bf763dd972b23b1be5f104
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314-win_amd64.whl

Download URL hidapi-0.15.0-cp314-cp314-win_amd64.whl
Size 67.7 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
df0dd435562654e27ad0c7d045074eb1e1e016b09167dd48a258dec1ce4b9127
BLAKE2b-256 checksum
How to use checksums
cb143b27516b2867e53545164ebd8ef45d0c36857d2a062036e788e56e2e34ce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314-win32.whl

Download URL hidapi-0.15.0-cp314-cp314-win32.whl
Size 61.1 kB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
901c03817306eac7edd589f09e0e07467871b45f665949cc4caa645b54abc97b
BLAKE2b-256 checksum
How to use checksums
a2d6c0b9d8568fdb38eebb9caaa56643a81d92cccb5d59a5b44e0d975a0f3808
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL hidapi-0.15.0-cp314-cp314-musllinux_1_2_x86_64.whl
Size 706.8 kB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
76236468509dfcb256fa0fbd5a73708c598b3819695b7d08499ae489c82116b6
BLAKE2b-256 checksum
How to use checksums
7e290e513390a8d686448672fabd30385f9cda6e01663765851d0cef88e6f0b1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314-musllinux_1_2_i686.whl

Download URL hidapi-0.15.0-cp314-cp314-musllinux_1_2_i686.whl
Size 689.9 kB
Tags CPython 3.14 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
74900b5c7e884e0e4316d4deb746e5dd294b5aaaf90eac056c4f9f19cf2c8097
BLAKE2b-256 checksum
How to use checksums
8677175efa84ecea161c70948dc67b412b7444c2a196e4def8b305cb756077c6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL hidapi-0.15.0-cp314-cp314-musllinux_1_2_aarch64.whl
Size 707.5 kB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
bda6ce04a77662e77a4b6b2598211935ca281e1cf663248d54bce75bd684fed8
BLAKE2b-256 checksum
How to use checksums
d1486d51a37d3a81355740a82cd265d4fc8485a0a279e4b545cbf790bd106f51
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314-manylinux_2_28_i686.whl

Download URL hidapi-0.15.0-cp314-cp314-manylinux_2_28_i686.whl
Size 1.7 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
dacf0b9e5d776fde69b92d68c09ab878a09486629e1fe8e6ae851252b0f33ce5
BLAKE2b-256 checksum
How to use checksums
d996781212cf852705bc1db26edd4340b01b9ce04cadd5d327c00b64f7324978
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL hidapi-0.15.0-cp314-cp314-manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags CPython 3.14 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
d93f7173dcbec61b928f4cf800bf26535f81ef3b7bd89199237207f6ca7e4f43
BLAKE2b-256 checksum
How to use checksums
c7a50344a7c223c3610510ec7f91f7220b0e5852c92d52aff23377f1c2888880
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL hidapi-0.15.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 1.1 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
b0f4411fd479345ca86742d9dda77200476a902749d8e47ed438f31ec98af418
BLAKE2b-256 checksum
How to use checksums
522b95e7595eb61982c651ed2b3ecd9bae05a0298b668c801a992e4e814b22f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314-macosx_11_0_arm64.whl

Download URL hidapi-0.15.0-cp314-cp314-macosx_11_0_arm64.whl
Size 69.3 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
d80c745d285dfc9889e856226daa8eee6f9e83025ef2cb97e5fe0b1396f7818a
BLAKE2b-256 checksum
How to use checksums
05ebd006a7e28ec63b5db76340e4aca6ff077ad336f8fbe64ac804b968927011
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp314-cp314-macosx_10_15_x86_64.whl

Download URL hidapi-0.15.0-cp314-cp314-macosx_10_15_x86_64.whl
Size 69.5 kB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
0a6bb079bcd5152dd8968893aecdcbde3954b849896078f54df2254c0d1f301e
BLAKE2b-256 checksum
How to use checksums
0a65e9c70deb396f5baea92cd2ea7803914a55d455c3982367bae4390483e6cc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp313-cp313-win_amd64.whl

Download URL hidapi-0.15.0-cp313-cp313-win_amd64.whl
Size 66.4 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
04e0c1ed6d742bc6e1d00599394bec6b2afb8ee2fc5a0a183d3c4c2d4e315c34
BLAKE2b-256 checksum
How to use checksums
d9007dd3f866a748b0c9eb4adedaa025ec8c533ed1946e9e918661c948a5c0f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp313-cp313-win32.whl

Download URL hidapi-0.15.0-cp313-cp313-win32.whl
Size 59.7 kB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
e4ddb57e71e2b8aca2c685b94b8587dc7d7cfae3c529a7c4076ba0775eb28d4a
BLAKE2b-256 checksum
How to use checksums
f9c752f2d903a607f024086829349383dcc7f0c22533fc242f26f9754eba2f06
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL hidapi-0.15.0-cp313-cp313-musllinux_1_2_x86_64.whl
Size 710.2 kB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
4f7a710df215ea3b53a81029488f78e7303b83f01a2e8478db20d7c9756588dd
BLAKE2b-256 checksum
How to use checksums
d602579af4220acdde5ab76d091edaa92f62e110f89131a56b11856f77779607
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp313-cp313-musllinux_1_2_i686.whl

Download URL hidapi-0.15.0-cp313-cp313-musllinux_1_2_i686.whl
Size 689.6 kB
Tags CPython 3.13 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
6106d10873c1e465a2764e979fb96ec0d16bb926eedac829310830f90816cc76
BLAKE2b-256 checksum
How to use checksums
bba61ecdadc3e19f6755eed40f2111f447ec071e3d4f5f4f99b95d26a6d67219
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL hidapi-0.15.0-cp313-cp313-musllinux_1_2_aarch64.whl
Size 708.6 kB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
6ef0f80b2ff32ba446c9a2d4bfca6623ab5f0c05d742a0161ea1f7af2dc33b12
BLAKE2b-256 checksum
How to use checksums
a3e15b4426b8a77f9efbef70c0dbc1d64602d36ea8878f76c3607959901c978c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp313-cp313-manylinux_2_28_i686.whl

Download URL hidapi-0.15.0-cp313-cp313-manylinux_2_28_i686.whl
Size 1.7 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
cd6edc7af885755163f4ffb29639c14f8a4ad5cca13ed641e47aa11f9646d8b6
BLAKE2b-256 checksum
How to use checksums
d3b6ac33532711c2ecda5a22d8b2db3223c8a13f16db6d2793ee73a809cca5b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL hidapi-0.15.0-cp313-cp313-manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags CPython 3.13 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
90f8bd963ae43a44036af5d689d090fab0e3eb52861186e4d2b863dd910a2726
BLAKE2b-256 checksum
How to use checksums
47bf7fee015cc48b719bd40c6416f65084a900e7889f0cf52fcfedb9be107b10
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL hidapi-0.15.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 1.1 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
208c7fc89f78c3448d55957c3e12893778aa91218ed7dc22697e554f091fe4fe
BLAKE2b-256 checksum
How to use checksums
f1b0f144cee5ce9e45518d234fd07c7a4f9a66de3a78ed42bf9f3f4083165e10
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp313-cp313-macosx_11_0_arm64.whl

Download URL hidapi-0.15.0-cp313-cp313-macosx_11_0_arm64.whl
Size 68.8 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
8017f2213810c3e57d9ab64c2328c593a1129b25804240108a6451fe35cde193
BLAKE2b-256 checksum
How to use checksums
1b189b7d6b6a7561654b9b0d7b22fba9c5c971b36f5fc541b04e02d71928349d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp313-cp313-macosx_10_13_x86_64.whl

Download URL hidapi-0.15.0-cp313-cp313-macosx_10_13_x86_64.whl
Size 69.0 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
f336dd2dc308928d54a6fdce137814a941a3633ad6722919d7a3142dd99005c2
BLAKE2b-256 checksum
How to use checksums
d119bda2dce4af8b8028e6d611d5caf60e223a4d32a638d1155eefdc6d8f2462
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp312-cp312-win_amd64.whl

Download URL hidapi-0.15.0-cp312-cp312-win_amd64.whl
Size 67.1 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
9abc71a62bf8a8f1d70a6fd3613f86feb37ddb67e05ed934e734df79e27bf4f6
BLAKE2b-256 checksum
How to use checksums
7f35f9e2d3ead60b573140546b041dd41c78a48c0e6b573d61a03130adccd32e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp312-cp312-win32.whl

Download URL hidapi-0.15.0-cp312-cp312-win32.whl
Size 60.1 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
ce6f99554dae15c48cd89a12d5aede77a92a8bd184b45d0b257a17c97e053cdb
BLAKE2b-256 checksum
How to use checksums
e7a79b7fe9acd09ed90d702f8cc01190ab53e01d5022c21808b079144bc9017d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL hidapi-0.15.0-cp312-cp312-musllinux_1_2_x86_64.whl
Size 717.6 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
35eb5797d86306bd67aee80ad8973ab0a0b4e6d54018d3efb328767d0e8c9373
BLAKE2b-256 checksum
How to use checksums
afefe2fa4d795235eb09951f806bbfdbd766d1be805df448d67918e828b7cb31
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp312-cp312-musllinux_1_2_i686.whl

Download URL hidapi-0.15.0-cp312-cp312-musllinux_1_2_i686.whl
Size 697.2 kB
Tags CPython 3.12 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
fd082e13ca92bbd7a4ec65d9fbd9ef06ecd71798ce9f036b7144b3d498623a7e
BLAKE2b-256 checksum
How to use checksums
a51623e446e2d0ad0d75de149d94f8e6313329aec4d7c18d027e56f5a386779e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL hidapi-0.15.0-cp312-cp312-musllinux_1_2_aarch64.whl
Size 713.6 kB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
f9356fffebf723ccfbf0f9370d3725de37b3e2f1f6bffc40c3466f854542861c
BLAKE2b-256 checksum
How to use checksums
840828ce99698e14bb6bdf9d0dcf7ab45ab86d8bade894885aa15bb3fa43bcc1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp312-cp312-manylinux_2_28_i686.whl

Download URL hidapi-0.15.0-cp312-cp312-manylinux_2_28_i686.whl
Size 1.7 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
908e4b8c35041aa800b51094fd9fbaa5d6161bfb71e55821f43c6433f54e2865
BLAKE2b-256 checksum
How to use checksums
fa631338cf0e273d95e07202e391b17198f27bd2cfef71348707eac98cd8db2b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL hidapi-0.15.0-cp312-cp312-manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags CPython 3.12 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
4b7b6207c1c7df3524e9d4019c7196547327636e9924010b9b0bf0c40029e329
BLAKE2b-256 checksum
How to use checksums
0304856827cfecaa89091ed470f697e3f9cfb172fc852960e6b902e765d7d650
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL hidapi-0.15.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 1.1 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
cfdbc74d5c4b5fdeef58a246d80f7dbf4ca33fe741c889505a4a350dd2eb54fb
BLAKE2b-256 checksum
How to use checksums
debc0eb92f4f238adc8edc3decb859662cf87e302b0a6ecdabe0e4d0560eb5fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp312-cp312-macosx_11_0_arm64.whl

Download URL hidapi-0.15.0-cp312-cp312-macosx_11_0_arm64.whl
Size 69.6 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
27933e7f3da7007e5e8d0b25bcf48a79a74e802555e496bba2c7d87f8a77cd61
BLAKE2b-256 checksum
How to use checksums
4e9c9335957cb7e1ca1be997e97afe850f62a9ff0708015048b3871b553eed5c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp312-cp312-macosx_10_13_x86_64.whl

Download URL hidapi-0.15.0-cp312-cp312-macosx_10_13_x86_64.whl
Size 70.2 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
0b7eb950214191c936b5bdabaeaf1cab99c0dfc3ae3edc220e3c6d4547296053
BLAKE2b-256 checksum
How to use checksums
b3fd9076aba0736f339b71bda5ee26cb678c02420bf96c7ea5bd9ebcbaf0aa3c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp311-cp311-win_amd64.whl

Download URL hidapi-0.15.0-cp311-cp311-win_amd64.whl
Size 67.3 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
c5f7ee9ce8e3373fdb7002497f16bc652d9d4acf20c91275877f55165caf6f0c
BLAKE2b-256 checksum
How to use checksums
4aa98ad4e6423c7416eb8dd765327f3be67f083c985b41b9b48ef3061a64c5f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp311-cp311-win32.whl

Download URL hidapi-0.15.0-cp311-cp311-win32.whl
Size 60.1 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
2c35bd9cc62227ec91047e36b260f75bdbf50814f3cf3c3b28648ac3ffabd9d7
BLAKE2b-256 checksum
How to use checksums
53406a45375a52027d8142e7acdaeab182a44ff6b818df41384019662eb4f351
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL hidapi-0.15.0-cp311-cp311-musllinux_1_2_x86_64.whl
Size 697.7 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
221e3a0c181503061bfc4a672eccd9f86b1da1167b31914be00d919edfd6e1bf
BLAKE2b-256 checksum
How to use checksums
86aca57bc6e28d0dc1a0aed3dcc24302262ecbf2b723f9c4ba1af4ea51add5b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp311-cp311-musllinux_1_2_i686.whl

Download URL hidapi-0.15.0-cp311-cp311-musllinux_1_2_i686.whl
Size 696.0 kB
Tags CPython 3.11 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
06fbcd7696ad768d7e9500b64e2ae742b5d90a2531b5aa8d355c0f049516a09d
BLAKE2b-256 checksum
How to use checksums
e60e9cdad5783bf1b2aea6667da37f2435b286750d650071dcc50b42834c8810
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL hidapi-0.15.0-cp311-cp311-musllinux_1_2_aarch64.whl
Size 699.8 kB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
68cb85467151a3d4aa6ab4e11ca89a87c2404a778dbccb8fb5ae51e998133bb3
BLAKE2b-256 checksum
How to use checksums
533fcd92833886a15b34225bbd765ed1eb0270bc78b4cf6385e302c0e4bae494
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp311-cp311-manylinux_2_28_i686.whl

Download URL hidapi-0.15.0-cp311-cp311-manylinux_2_28_i686.whl
Size 1.7 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
f4d294fcd2551fb5b41d5f478a08e8945382e1d86d7d40320d02594922d6b667
BLAKE2b-256 checksum
How to use checksums
7e13911b757f6847a197ab5c978fe8dd55181035096a5659cf7183e013ed1ea2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL hidapi-0.15.0-cp311-cp311-manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags CPython 3.11 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
f39917c9e9bea895384b1a8869159d808b4a53561af9b4f7c3148bdf6bfd97a0
BLAKE2b-256 checksum
How to use checksums
7c26433fc4e9efdfb9d1beb52e39ccdec265ae02003b1d2f8395aba3022b665b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL hidapi-0.15.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 1.1 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e47d4fe13ddfc63fd1961974e10f3c7d50a57ae0bb73974e465cfe95dad5da18
BLAKE2b-256 checksum
How to use checksums
6c30d8551d99528e0b7b2962cc76fb9a2b5990ea16aeb1457d1c3c61015d020f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp311-cp311-macosx_11_0_arm64.whl

Download URL hidapi-0.15.0-cp311-cp311-macosx_11_0_arm64.whl
Size 70.2 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a11ef4b5ab0a2f36e35f44af394bff41cb645b03ce36c5b2f2c00873f112661f
BLAKE2b-256 checksum
How to use checksums
a57ea43efc66b3b0a68058e76ad0cb2267ce9b30d9006dce10824f3c8b314b08
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp311-cp311-macosx_10_9_x86_64.whl

Download URL hidapi-0.15.0-cp311-cp311-macosx_10_9_x86_64.whl
Size 70.6 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
53d018e6ac639a217c019c6dcd79a1d30c2401ac7a8147eedd11f2aa29307661
BLAKE2b-256 checksum
How to use checksums
3bc53cfa157e7d1fd6af5ad52ea6ea031b1c8da141c61a2506ad5cb3420afa7f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp310-cp310-win_amd64.whl

Download URL hidapi-0.15.0-cp310-cp310-win_amd64.whl
Size 67.1 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
c36895abaef3a4004af6c5020ca214fcdacb2a491e4cde5576afbb1dad903548
BLAKE2b-256 checksum
How to use checksums
3520a39e33a9088d76f98f80d9320f8413bdaeaa0458b42470e63a47ac4ccf94
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp310-cp310-win32.whl

Download URL hidapi-0.15.0-cp310-cp310-win32.whl
Size 60.2 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
81de6b5fcb4fbbbfc71c6d201a2ac6914d1d86e51930ffde5f96faf50e922473
BLAKE2b-256 checksum
How to use checksums
26cc03f7d56b82a9dc2abcfcd8d55915504e156b6558fb66926629836e551595
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL hidapi-0.15.0-cp310-cp310-musllinux_1_2_x86_64.whl
Size 671.1 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
5b9f6d2f3bc15c718d8e2ce349d2d019a0fcc343ed1a705a91d0f1c7e792d6ea
BLAKE2b-256 checksum
How to use checksums
50b287683617901cbc5232a1d99cb8e51a967792aae48d462a8e2a842d63ec25
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp310-cp310-musllinux_1_2_i686.whl

Download URL hidapi-0.15.0-cp310-cp310-musllinux_1_2_i686.whl
Size 664.9 kB
Tags CPython 3.10 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
e283c3e9255850d66152adbf580744d38c840d399141b98d64d359cb97cbc128
BLAKE2b-256 checksum
How to use checksums
f855e5922d48b59959820d976c8e232b14c1f57d65742e416831ce53fda32f6b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL hidapi-0.15.0-cp310-cp310-musllinux_1_2_aarch64.whl
Size 669.2 kB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
b2de66142cf780ee7c797b7c35e488d67bccdf2de98178ac12a4038c490c44ea
BLAKE2b-256 checksum
How to use checksums
54ca341b3f5c713f72a7e61a942859b003a507f4a7d7cf5135a20da519bbcf05
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp310-cp310-manylinux_2_28_i686.whl

Download URL hidapi-0.15.0-cp310-cp310-manylinux_2_28_i686.whl
Size 1.7 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
cea09ccc3efa5b92ab18d3ae8636836edce2c421d67ed4409761da090e230e5a
BLAKE2b-256 checksum
How to use checksums
427ca2df1c993db58f9337d5ee64d3c58f5b9c5127f3ef68907d0c50070d1e50
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp310-cp310-manylinux_2_28_aarch64.whl

Download URL hidapi-0.15.0-cp310-cp310-manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags CPython 3.10 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
91b43099b123363c8935a264acffb4c7e5c8dba3390f9b2bf19ff76597677a31
BLAKE2b-256 checksum
How to use checksums
3cb95a6a1a4219ada2da251225c706d450076fd2b3d624000699ff4d329326ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL hidapi-0.15.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 1.0 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
75c2d3b83a8300953653ddd7f5190d5ee6072d4a6ee5944db47e92d97344ed92
BLAKE2b-256 checksum
How to use checksums
cc19b9f1cd2bce226ed43afa7e7649caeee5552e7ea844e997521d747f0da184
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp310-cp310-macosx_11_0_arm64.whl

Download URL hidapi-0.15.0-cp310-cp310-macosx_11_0_arm64.whl
Size 70.2 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
1fa3e792987d4b7ed66d785491307e23d4f09d3636f8a23665a9694c43e92409
BLAKE2b-256 checksum
How to use checksums
2d97bcbcb89f9461c29d3b12dd32affd29e6312fd521154ee7f394496d0039a9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp310-cp310-macosx_10_9_x86_64.whl

Download URL hidapi-0.15.0-cp310-cp310-macosx_10_9_x86_64.whl
Size 70.5 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
b0e1781f7fb8b4015e318d839d66fa79e98900d53900e31d04edb336e0103846
BLAKE2b-256 checksum
How to use checksums
bd5a46620fc194f3fa728dce1966ce977334b080fc33b8b525018ad0e0324b91
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp39-cp39-win_amd64.whl

Download URL hidapi-0.15.0-cp39-cp39-win_amd64.whl
Size 67.4 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
cb835b81624a72830e5ebebde26b93ab5ee812de648386a47d13dfbf64b348c7
BLAKE2b-256 checksum
How to use checksums
bb8cb51934ac6dd24409d94b949c143bb55207a3a8213a520671cbdd95f24f42
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp39-cp39-win32.whl

Download URL hidapi-0.15.0-cp39-cp39-win32.whl
Size 60.5 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
27d288d405bd4abedd047eefb9c4ab797d232454b35e17e7b61a03edf70c64e8
BLAKE2b-256 checksum
How to use checksums
dd4e7dd283c34d85898b4a259b8ea1116800de2b603256b20d19fad31bf88be4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL hidapi-0.15.0-cp39-cp39-musllinux_1_2_x86_64.whl
Size 669.9 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
c49aa659ecfe46a93a7057bca42208bfd123c2fcbdfd4a28eb1f9b8189260b68
BLAKE2b-256 checksum
How to use checksums
cf0224656533d5b7d0047ca70f9abaeae8fd9fe694c32e91a88a5885652aa605
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp39-cp39-musllinux_1_2_i686.whl

Download URL hidapi-0.15.0-cp39-cp39-musllinux_1_2_i686.whl
Size 665.3 kB
Tags CPython 3.9 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
48e79274384c23b250bc95016c8aa6497cf0a23b3a112d05376cbf5ace266886
BLAKE2b-256 checksum
How to use checksums
d9a54c7355b133be152d1e085190e37880230a47575a853752a06a824cd37951
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp39-cp39-musllinux_1_2_aarch64.whl

Download URL hidapi-0.15.0-cp39-cp39-musllinux_1_2_aarch64.whl
Size 667.4 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
788e16711a4530a2a7a8a4cd942f7250fa7f907a3be892b11d8eb51ec697739a
BLAKE2b-256 checksum
How to use checksums
32a0021d8f40ebed1f21a90c0f6c794657e3e9e9fe013788e2467bc5ce3b42f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp39-cp39-manylinux_2_28_i686.whl

Download URL hidapi-0.15.0-cp39-cp39-manylinux_2_28_i686.whl
Size 1.7 MB
Tags CPython 3.9 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
0608a882f06d7f37e0f1786e255e9a8b1e2386fdb8f9fb9d209b82682551f4b8
BLAKE2b-256 checksum
How to use checksums
2d7ce58643470288fc6132933475ba810482616ad08c333770f23e9d4c9f31ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp39-cp39-manylinux_2_28_aarch64.whl

Download URL hidapi-0.15.0-cp39-cp39-manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags CPython 3.9 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
ef3b43b1a4d4df8ea542487cda888138eaac4707db46bbca0f7bb78d97a06323
BLAKE2b-256 checksum
How to use checksums
fec4f696f62702b75eccc4dbcf619e82cf773b0d892d2bcc7e9cf85aefb3d9f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL hidapi-0.15.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 1.0 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
aefc2afd146733e3ec8b33474bfb832c9281dd106309a216a20bade19dc0e95f
BLAKE2b-256 checksum
How to use checksums
03a79819036af3a3f6ab58570c4292c28bfd42ac9898e04070f598e92939ac51
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp39-cp39-macosx_11_0_arm64.whl

Download URL hidapi-0.15.0-cp39-cp39-macosx_11_0_arm64.whl
Size 70.8 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
bc61ab7f45dddbb2df2fca93565c575c0b035337d1e13ce2868c092ff24e9c47
BLAKE2b-256 checksum
How to use checksums
ffc073d0b576332467e1ff84c51bef3eb21f07125835a7a580f4047919a67d1d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp39-cp39-macosx_10_9_x86_64.whl

Download URL hidapi-0.15.0-cp39-cp39-macosx_10_9_x86_64.whl
Size 71.1 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
3d220314975b99a083f4ee21abfd796a9ceeb99cbf3487a41c5eb80269102a4a
BLAKE2b-256 checksum
How to use checksums
f2c0dc8d3fa85a5a4feb6ed8d79da9f5fefdd3b1607ce9220e1b54faa95927e5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp38-cp38-win_amd64.whl

Download URL hidapi-0.15.0-cp38-cp38-win_amd64.whl
Size 68.2 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
cce33c262ad86a84b741d8f1c6e87eb8a98e424f6c2f9ebdf9a4a9b72b7ad214
BLAKE2b-256 checksum
How to use checksums
bf0208ca75ab889d16b963df4d20d5983ed51af445f876d6ee0144127dd2625b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp38-cp38-win32.whl

Download URL hidapi-0.15.0-cp38-cp38-win32.whl
Size 61.2 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
d358744d2a68d04df435f1838fd6d3c000cac5e2e668aba50e3e25fb2eb6ca75
BLAKE2b-256 checksum
How to use checksums
7edaf3ec967e6d1d934af9b8a02419109285ed76249a384dd09f8d8aa5bd883c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp38-cp38-musllinux_1_2_x86_64.whl

Download URL hidapi-0.15.0-cp38-cp38-musllinux_1_2_x86_64.whl
Size 698.4 kB
Tags CPython 3.8 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
b676f6cb2c4990ea56c8de1f154582d1fb8cfc44bc9c6522a3182df080bdb128
BLAKE2b-256 checksum
How to use checksums
289bb87f339841f552b6f15d8f4818106da8d06c4d2faf12a97378b2923e7548
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp38-cp38-musllinux_1_2_i686.whl

Download URL hidapi-0.15.0-cp38-cp38-musllinux_1_2_i686.whl
Size 671.7 kB
Tags CPython 3.8 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
e4bf11067d290a7f45c0be73232093820ab62954aad4dbc77884cf6b87a11d84
BLAKE2b-256 checksum
How to use checksums
b0f2501b55e72681ec0fa355d265bfbc6e9ce939958f62c5e6d34d8296c9dca9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp38-cp38-musllinux_1_2_aarch64.whl

Download URL hidapi-0.15.0-cp38-cp38-musllinux_1_2_aarch64.whl
Size 695.9 kB
Tags CPython 3.8 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
f90042665e0a23613938bfd0f51ce9c37143b954f00ad02d40a33553397bcf73
BLAKE2b-256 checksum
How to use checksums
87d90baced0d0e0bf75eceb6676f4ea833472477fbe6351d1769c484c36c5803
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp38-cp38-manylinux_2_28_i686.whl

Download URL hidapi-0.15.0-cp38-cp38-manylinux_2_28_i686.whl
Size 1.7 MB
Tags CPython 3.8 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
51532033b67e4a8a839d747c903ee3dfd2ac7d7a5af27fd6409effe8edbb7df6
BLAKE2b-256 checksum
How to use checksums
ae6e859b382db16360e7446e3a9602b60d132367e8cac1e3f700f3a9e019f03c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp38-cp38-manylinux_2_28_aarch64.whl

Download URL hidapi-0.15.0-cp38-cp38-manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags CPython 3.8 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
8466260e6a334f7743dc0646abf39ad68afc2be7b3e76d0313d4afe1146beca8
BLAKE2b-256 checksum
How to use checksums
cdda5fd046a23c7a828e2048f63f3fb7e6cf74bd633c92124b137677565dfe31
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL hidapi-0.15.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 1.1 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
47e4e3b1fccd338be4d2429b66b52b3470c8c67c4a9f35a6c21ef41cbe3a0fa2
BLAKE2b-256 checksum
How to use checksums
36ec074f336792aa3b1a7552ffb80178429fb0e74d2601dfc6e445d91c70db90
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp38-cp38-macosx_11_0_arm64.whl

Download URL hidapi-0.15.0-cp38-cp38-macosx_11_0_arm64.whl
Size 71.9 kB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
28e2d94d0f08e2a63ede843aa58386e0dcf1aecdc730a30f9c47535cd77d9017
BLAKE2b-256 checksum
How to use checksums
90e7f552b5544b5a96bf1b8af7085fb8bf72512bf278256c2b684448cb83ea0e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release files / hidapi-0.15.0-cp38-cp38-macosx_10_9_x86_64.whl

Download URL hidapi-0.15.0-cp38-cp38-macosx_10_9_x86_64.whl
Size 72.0 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
2f4516343baed032c2768d1074a3534fce783a06381314e99a575e945df35dbd
BLAKE2b-256 checksum
How to use checksums
10762f7de7b5e0362236b89d50f5a644b2b669bed44f7232cc8e51a4cd290e8e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.2

Release history Release notifications | RSS feed

This release

0.15.0 This release

81 release files

0.10.0

9 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page