Skip to main content

A Cython interface to the hidapi from https://github.com/libusb/hidapi

Project description

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/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hidapi-0.14.0.post4.tar.gz (174.4 kB view details)

Uploaded Source

Built Distributions

hidapi-0.14.0.post4-cp313-cp313-win_amd64.whl (69.7 kB view details)

Uploaded CPython 3.13 Windows x86-64

hidapi-0.14.0.post4-cp313-cp313-win32.whl (62.7 kB view details)

Uploaded CPython 3.13 Windows x86

hidapi-0.14.0.post4-cp313-cp313-musllinux_1_2_x86_64.whl (703.9 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post4-cp313-cp313-musllinux_1_2_i686.whl (671.6 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

hidapi-0.14.0.post4-cp313-cp313-musllinux_1_2_aarch64.whl (698.2 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

hidapi-0.14.0.post4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

hidapi-0.14.0.post4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

hidapi-0.14.0.post4-cp313-cp313-macosx_11_0_arm64.whl (68.0 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

hidapi-0.14.0.post4-cp313-cp313-macosx_10_13_x86_64.whl (70.4 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

hidapi-0.14.0.post4-cp312-cp312-win_amd64.whl (70.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

hidapi-0.14.0.post4-cp312-cp312-win32.whl (63.1 kB view details)

Uploaded CPython 3.12 Windows x86

hidapi-0.14.0.post4-cp312-cp312-musllinux_1_2_x86_64.whl (701.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post4-cp312-cp312-musllinux_1_2_i686.whl (682.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

hidapi-0.14.0.post4-cp312-cp312-musllinux_1_2_aarch64.whl (694.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

hidapi-0.14.0.post4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

hidapi-0.14.0.post4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

hidapi-0.14.0.post4-cp312-cp312-macosx_11_0_arm64.whl (69.1 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

hidapi-0.14.0.post4-cp312-cp312-macosx_10_13_x86_64.whl (71.7 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

hidapi-0.14.0.post4-cp311-cp311-win_amd64.whl (70.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

hidapi-0.14.0.post4-cp311-cp311-win32.whl (63.0 kB view details)

Uploaded CPython 3.11 Windows x86

hidapi-0.14.0.post4-cp311-cp311-musllinux_1_2_x86_64.whl (696.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post4-cp311-cp311-musllinux_1_2_i686.whl (669.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

hidapi-0.14.0.post4-cp311-cp311-musllinux_1_2_aarch64.whl (682.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

hidapi-0.14.0.post4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

hidapi-0.14.0.post4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

hidapi-0.14.0.post4-cp311-cp311-macosx_11_0_arm64.whl (68.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

hidapi-0.14.0.post4-cp311-cp311-macosx_10_9_x86_64.whl (71.1 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

hidapi-0.14.0.post4-cp310-cp310-win_amd64.whl (70.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

hidapi-0.14.0.post4-cp310-cp310-win32.whl (63.1 kB view details)

Uploaded CPython 3.10 Windows x86

hidapi-0.14.0.post4-cp310-cp310-musllinux_1_2_x86_64.whl (647.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post4-cp310-cp310-musllinux_1_2_i686.whl (623.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

hidapi-0.14.0.post4-cp310-cp310-musllinux_1_2_aarch64.whl (634.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

hidapi-0.14.0.post4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

hidapi-0.14.0.post4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

hidapi-0.14.0.post4-cp310-cp310-macosx_11_0_arm64.whl (68.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

hidapi-0.14.0.post4-cp310-cp310-macosx_10_9_x86_64.whl (70.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

hidapi-0.14.0.post4-cp39-cp39-win_amd64.whl (70.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

hidapi-0.14.0.post4-cp39-cp39-win32.whl (63.6 kB view details)

Uploaded CPython 3.9 Windows x86

hidapi-0.14.0.post4-cp39-cp39-musllinux_1_2_x86_64.whl (651.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post4-cp39-cp39-musllinux_1_2_i686.whl (629.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

hidapi-0.14.0.post4-cp39-cp39-musllinux_1_2_aarch64.whl (640.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

hidapi-0.14.0.post4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

hidapi-0.14.0.post4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

hidapi-0.14.0.post4-cp39-cp39-macosx_11_0_arm64.whl (68.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

hidapi-0.14.0.post4-cp39-cp39-macosx_10_9_x86_64.whl (71.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

hidapi-0.14.0.post4-cp38-cp38-win_amd64.whl (71.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

hidapi-0.14.0.post4-cp38-cp38-win32.whl (63.7 kB view details)

Uploaded CPython 3.8 Windows x86

hidapi-0.14.0.post4-cp38-cp38-musllinux_1_2_x86_64.whl (656.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post4-cp38-cp38-musllinux_1_2_i686.whl (633.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

hidapi-0.14.0.post4-cp38-cp38-musllinux_1_2_aarch64.whl (645.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

hidapi-0.14.0.post4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

hidapi-0.14.0.post4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

hidapi-0.14.0.post4-cp38-cp38-macosx_11_0_arm64.whl (68.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

hidapi-0.14.0.post4-cp38-cp38-macosx_10_9_x86_64.whl (71.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

hidapi-0.14.0.post4-cp37-cp37m-win_amd64.whl (70.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

hidapi-0.14.0.post4-cp37-cp37m-win32.whl (63.4 kB view details)

Uploaded CPython 3.7m Windows x86

hidapi-0.14.0.post4-cp37-cp37m-musllinux_1_2_x86_64.whl (606.2 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post4-cp37-cp37m-musllinux_1_2_i686.whl (578.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

hidapi-0.14.0.post4-cp37-cp37m-musllinux_1_2_aarch64.whl (596.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (967.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

hidapi-0.14.0.post4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (973.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

hidapi-0.14.0.post4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (970.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

hidapi-0.14.0.post4-cp37-cp37m-macosx_10_9_x86_64.whl (71.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

hidapi-0.14.0.post4-cp36-cp36m-win_amd64.whl (77.4 kB view details)

Uploaded CPython 3.6m Windows x86-64

hidapi-0.14.0.post4-cp36-cp36m-win32.whl (67.3 kB view details)

Uploaded CPython 3.6m Windows x86

hidapi-0.14.0.post4-cp36-cp36m-musllinux_1_2_x86_64.whl (585.9 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post4-cp36-cp36m-musllinux_1_2_i686.whl (572.0 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ i686

hidapi-0.14.0.post4-cp36-cp36m-musllinux_1_2_aarch64.whl (575.8 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (953.4 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

hidapi-0.14.0.post4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (960.0 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

hidapi-0.14.0.post4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (957.7 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

hidapi-0.14.0.post4-cp36-cp36m-macosx_10_9_x86_64.whl (69.2 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file hidapi-0.14.0.post4.tar.gz.

File metadata

  • Download URL: hidapi-0.14.0.post4.tar.gz
  • Upload date:
  • Size: 174.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for hidapi-0.14.0.post4.tar.gz
Algorithm Hash digest
SHA256 48fce253e526d17b663fbf9989c71c7ef7653ced5f4be65f1437c313fb3dbdf6
MD5 e40ef74132829a8e51bfa9005f8ead04
BLAKE2b-256 477221ccaaca6ffb06f544afd16191425025d831c2a6d318635e9c8854070f2d

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 87218eeba366c871adcc273407aacbabab781d6a964919712d5583eded5ca50f
MD5 14e0101fe5e31a9318eafc1a45b23938
BLAKE2b-256 6aa60d43ac0be00db25fb0c2c6125e15a3e3536196c9a7cd806d50ebfb37b375

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b6b9c4dbf7d7e2635ff129ce6ea82174865c073b75888b8b97dda5a3d9a70493
MD5 7557d0b3c3258e414427c24695f5a5cd
BLAKE2b-256 9a5e3c93bb12b01392b538870bc710786fee86a9ced074a8b5c091a59786ee07

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f14ac2737fd6f58d88d2e6bf8ebd03aac7b486c14d3f570b7b1d0013d61b726
MD5 38b06aa035dd9064302deb5e05cf3ccd
BLAKE2b-256 f523f896ee8f0977710c354bd1b9ac6d5206c12842bd39d78a357c866f8ec6b6

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bca568a2b7d0d454c7921d70b1cc44f427eb6f95961b6d7b3b9b4532d0de74ef
MD5 1804dd2e33911c9685bd1b0dea0fabd9
BLAKE2b-256 f019db15cd21bef1b0dc8ef4309c5734b64affb7e88540efd3c090f153cdae0b

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e1f6409854c0a8ed4d1fdbe88d5ee4baf6f19996d1561f76889a132cb083574d
MD5 152c9595fbb1ec614fc18dc300a5c97a
BLAKE2b-256 e8013adf46a7ea5bf31f12e09d4392e1810e662101ba6611214ea6e2c35bea7a

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a2d466b995f8ff387d68c052d3b74ee981a4ddc4f1a99f32f2dc7022273dc11
MD5 ae054db01aa12a3a3c68151614477de1
BLAKE2b-256 86a821e9860eddeefd0dc41b3f7e6e81cd9ff53c2b07130f57776b56a1dddc66

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 884fa003d899113e14908bd3b519c60b48fc3cec0410264dcbdad1c4a8fc2e8d
MD5 1f5c3818fc934b05241e03262f34a7b6
BLAKE2b-256 6ac666e6b7c27297249bc737115dff4a1e819d3e0e73885160a3104ebec7ac13

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2acadb4f1ae569c4f73ddb461af8733e8f5efcb290c3d0ef1b0671ba793b0ae3
MD5 688a5625d5acdc21974d5b404be85e7d
BLAKE2b-256 8c5a4bca20898c699810f016d2719b980fc57fe36d5012d03eca7a89ace98547

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6439fc9686518d0336fac8c5e370093279f53c997540065fce131c97567118d8
MD5 56137af6f02cce73854bc6e0d33d38e4
BLAKE2b-256 c15d7376cf339fbe6fca26048e3c7e183ef4d99c046cc5d8378516a745914327

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6f96ae777e906f0a9d6f75e873313145dfec2b774f558bfcae8ba34f09792460
MD5 550cd35dc4264d5317319f6af56a72e2
BLAKE2b-256 38c78601f03a6eeeac35655245177b50bb00e707f3392e0a79c34637f8525207

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8d924bd002a1c17ca51905b3b7b3d580e80ec211a9b8fe4667b73db0ff9e9b54
MD5 1d5aa83517590364534c4db10337390e
BLAKE2b-256 f4fde642211e579875e35015aed12d3b2c2a25f6a731ff846a2c2aaaf4bf8898

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1487312ad50cf2c08a5ea786167b3229afd6478c4b26974157c3845a84e91231
MD5 e08f825376fe9eb67d820382cb82eadf
BLAKE2b-256 df3d8a37ed1b250ae45eb7fa5cd3227c865d38a1ddf9ccab626f4f6adfbd424a

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 707b1ebf5cb051b020e94b039e603351bf2e6620b48fc970228e0dd5d3a91fca
MD5 078f706c0f640a05273f40556676da2a
BLAKE2b-256 01e914e63f1a5ec0c2430b84695d28e994b2b63398544adb20d910f6dc41ac66

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 da700db947562f8c0ac530215b74b5a27e4c669916ec99cfb5accd14ba08562c
MD5 370897ef882e1b0b2bf9c4060a0dda93
BLAKE2b-256 daf0ea437ed339c5f0b446983011000d8cad8c4f8a51ee39e837d16e101b66da

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6270677da02e86b56b81afd5f6f313736b8315b493f3c8a431da285e3a3c5de9
MD5 6b53dafbf0b5d9e437936856869bb662
BLAKE2b-256 a8da88ebbd465dbaff04e9ef3bbdb4a6ca9d24a3458e4726878dbe26bb69236e

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fedb9c3be6a2376de436d13fcb37a686a9b6bc988585bcc4f5ec61cad925e794
MD5 03fd44e1416153f3fd1acb25495daf85
BLAKE2b-256 bac852134f7d3e09fd4feb7756ccd872c55bfd1899ee81ceed4f8ad5ae39f457

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6eaff1d120c47e1a121eada8dc85eac007d1ed81f3db7fc0da5b6ed17d8edefb
MD5 3ddc0915dd336db1dc01786dbf2af95e
BLAKE2b-256 8aa8bb222e3f096467d8e37c717000b9b0c6acee043c1145eaaeba4abfc8cffd

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 10a01af155c51a8089fe44e627af2fbd323cfbef7bd55a86837d971aef6088b0
MD5 e41d4fa908abe3bdd613d3b1608d1146
BLAKE2b-256 377c63316c8cba89cc039a952bb8805c3fb585e79f7fc8a5d27acaa6beb2fe81

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f04de00e40db2efc0bcdd047c160274ba7ccd861100fd87c295dd63cb932f2f
MD5 f656e937b17cac46c1cc5ca7e44a3a86
BLAKE2b-256 ade5a919eb542a692cc27dc58b1997dd860cace0e4c64e38c8bf9236ff8b95b7

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 129d684c2760fafee9014ce63a58d8e2699cdf00cd1a11bb3d706d4715f5ff96
MD5 5300ede40289921c9ed0d452df9051fe
BLAKE2b-256 1a9a9b7d5d5e2c003aed2fecdc348caff8d3b6a8ead0220da489ccb822d7e5ef

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5a5af70dad759b45536a9946d8232ef7d90859845d3554c93bea3e790250df75
MD5 9567a6110820fcf469c3d479e1dfc8fb
BLAKE2b-256 0fe9d91652ad32f4266c832f8b09879ac1cad9ad5b1660ef35d9ea7171a9e39b

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 348e68e3a2145a6ec6bebce13ffdf3e5883d8c720752c365027f16e16764def6
MD5 d2f1f179f65828fb7afcb97298e0e326
BLAKE2b-256 d3b535f053d1268c61e1ce6999059d416118d11fd60ba496a3e29c9adcf2ecd7

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a28de4a03fc276614518d8d0997d8152d0edaf8ca9166522316ef1c455e8bc29
MD5 839cb06ef04e640337f3a223f31d9118
BLAKE2b-256 6debb0516fadd686ad5b3d99df0db4e16d4d93ae5f74506ac0b2cf4452733e49

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 56d7538a4e156041bb80f07f47c327f8944e39da469b010041ce44e324d0657c
MD5 b73fbcd79da5e0b5e881da3e3c21c58c
BLAKE2b-256 5342e262091785d25b30fcfeb0c87b8e0b96ba935336181bab86e7ee25181dd1

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d8ab5ba9fce95e342335ef48640221a46600c1afb66847432fad9823d40a2022
MD5 533114521ca02878fe88b85db8a94f56
BLAKE2b-256 7293bb8ed59a06faa0262068486f3f01b49c68e0ae055940f5c9c65bb97064c7

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff021ed0962f2d5d67405ae53c85f6cb3ab8c5af3dff7db8c74672f79f7a39d1
MD5 bfc60727a8fb77777af6bebce528d27f
BLAKE2b-256 9982540a15251d27287742a4c9f897bed01ccc82ab2ea6e4321ed3468741dd33

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0d51f8102a2441ce22e080576f8f370d25cb3962161818a89f236b0401840f18
MD5 7b1faa5894a1379766abb3066b4a7233
BLAKE2b-256 11771e8c35728a17baae2c61646d7060062249f1f01ecd2c28631d07aa8547af

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4169893fe5e368777fce7575a8bdedc1861f13d8fb9fda6b05e8155dde6eb7f1
MD5 b1ea08bb48739980fa1b05845ef05552
BLAKE2b-256 a1ab94ff5dc6c66227bbf316cf8b056145922d1ca931a37092519e8247214df7

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e749b79d9cafc1e9fd9d397d8039377c928ca10a36847fda6407169513802f68
MD5 b98a59a9ddcafb530614d7668de927b7
BLAKE2b-256 35ad5c3dfcb986de80f3ea61908bb2c7ff498900ee79df59a894d834e49b55c9

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 74ae8ce339655b2568d74e49c8ef644d34a445dd0a9b4b89d1bf09447b83f5af
MD5 5026b236c341b5f94b31e04bc4b11a67
BLAKE2b-256 59b26666dfae3c48986a3cf77d049ff8bc6e6620ac0402443ef235b82684eeea

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a90cfdd29c10425cd4e4cff34adb12d25048561fc946f3562679e45721060a1c
MD5 ad07127d1afbf155394651fbfb852fbe
BLAKE2b-256 2e2bca6f1590f5eb6520124518141f9d759eb0744d5a3e622b4bb9c9044640e8

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 21ebd1420db116733536fae227f1cb30ad74bded5090269cdda4facfa73a8867
MD5 b4b3ec3a6ab0ea83e0bfb70f0799634c
BLAKE2b-256 ce3f6b935841fc49e43df51422bda68be506407330c498a05eab8ea23908c932

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 80fa94668d21b12daf62b034f647d71236470a8ba9a7580e220c47e9c119d932
MD5 d9de8839a128ae1337908074f9c3d129
BLAKE2b-256 8f47e88e409dec1f9539dfdad7a9bc95c3dfe781176b3eeaba56006cd90d19bf

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7d099c259aadcab2bc3f4fb5a1db579ec886c2cade7533016f62778235150746
MD5 3cdde216b743ba8921cd9ffc1198d4cf
BLAKE2b-256 8a23c8b55b71ca3306fa83735ef04129e6a68648c736f29280ef0ab6b8b34f0a

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2d1c102f754b2085b270e7c29cb8a148ffb05e10325c373d05ac16e2cbce131c
MD5 09a5a2b285ebd3a0e154d4be9c06a205
BLAKE2b-256 dbd43a07df2acbbadd133d5c4064d296c2ac1703b72cbaa28c78685fd93ea18a

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e11d475429a1bc943ceac4ad8da4be63b240e00da5e10863fc3cbd9a35fdb51c
MD5 c4fdf9ff66f37623ff89446c780b8a2e
BLAKE2b-256 87b9aa613d155250fbfe1d5500f724014b910747424e7bd3fa039858addc7e0d

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cb1a2b5da0dcfab6837281342d1785cc373484bd3f27bd06fd2211d88075a7bd
MD5 d9836bd0c11c478ee31e85e20351b030
BLAKE2b-256 2d8eb39cdece9b5bc75599646cd997fdc5cbe0ed7582729b62f41e543157f907

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f0cc21e82e95cb92ef951df8eb8acf5626ac8fa14ab5292abdab1b2349970445
MD5 6d24a5d68ae68718da0de3b211ebc747
BLAKE2b-256 70adc882d4c37173590010577322802b9cbbe968080e36e6e619b1b895270d10

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8e20d0a1298a4bd342d7d927d928f1a5a29e5fc9dbf9a79e95dc6e2d386d5070
MD5 fbc499425076b1335f665b52d2349f28
BLAKE2b-256 acc48bd7e052d5bcca3c535e341e4154237ec452ef943bb4373b01ec9b29ec71

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 01747e681d138ec614321ef6f069e5be3743fa210112e529a34d3e99635e4ac0
MD5 b47629f10a441d9b4f50efe623205a51
BLAKE2b-256 d830fb21c7ec91045c9bc4b4e8c6aeb99d59c040380618e50f0142ffde459490

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 21627bb8a0e2023da1dfb7cb7b970c30d6a86e6498721f1123d018b2f64b426f
MD5 4d825b5011459a1a3306155c7476a917
BLAKE2b-256 6fcfd48f6b604546f8df09214481ccc3b3526fa8ed6ab5e2ac5daacba3ea4aff

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp39-cp39-win32.whl.

File metadata

  • Download URL: hidapi-0.14.0.post4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 63.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for hidapi-0.14.0.post4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 60115947607b8b0a719420726a541bad68728ece38b20654e81fef77c9e0bd2f
MD5 057f9c4b052f1597027bd37aecd25f7e
BLAKE2b-256 995a237674ac9dcca1254157522619150f46eabc9327190c08567f5bd24ec119

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3ce310d366335e1ac9416d8e4a27d6eef2ae896fbee0135484d39d001711bea
MD5 ad244f18970f2abb2731723dcb7e4458
BLAKE2b-256 ef4f2867e593edadf6b8b9534da4417b2f9b61974d794b553ea8561dcc93e9df

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fa66391be8acb358b381c30f32be5880d591a3358e531d980832d593dfe83d5a
MD5 cae45dfb2a43e1fe1419eb1866d13fce
BLAKE2b-256 b140ab4f320c22d5b164e0fad6f8193d01efede3d56c62f8778ab9a0d9304b5b

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f67e60eaa287e0fa35223f2d1f9afda81dd7312c7ba07e08fbdaf1af8a923530
MD5 451adccbf5cfa973f0f0fd4eec772645
BLAKE2b-256 9767c3e33dee7cfe899ab8eb38669e2d7263e2444e03585427c3f42dedcc0b7a

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8f722864a03c1d243a9538f0872e233d07fc3fe1d945c66c0cb632060d6d009
MD5 59d2748ca2e2301722e2428202d46d0c
BLAKE2b-256 fed86dafae64a041eb80c63be77ba2bc57c08ac1f44fb6579046bd6b123d94ef

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f27c74deda0282a97dd0f006fd79d6d08fdb16c7a3ba156d52fce85e48515b0a
MD5 4ce13f36300403b245cb7ef0620dabbb
BLAKE2b-256 e818d7904ee0ed21b0c9ee11847bba49cd0e4fb33f63b44eddd78a60c35d6e08

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 97192b7756dd854cb2ebc8a1862ffa009cdc203e0399777764462cae3c459d58
MD5 0f54541327fed1434f70648b995ff64f
BLAKE2b-256 325a15833a49e121f02e9527cfc07506766f41e3d3c2f1259510ffca29fc4493

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e70eab52781e58e819730d99e3c825e92c15ec2138b6902ed078c8cd73317ce0
MD5 bd70cbaca6f474b99721bd571aa3da34
BLAKE2b-256 86a953d824f6e7bab48851797824ede894f34604501b4293ea18ff1816837631

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 58a0a0c029886de8b301ce1ee2e7fd6914ae1ca49feb37cc9930c26baa683427
MD5 cf8cd7ab9f200c4ec97e0e5302d140f5
BLAKE2b-256 e53dc81b57a89591e041f83d3e8b0238816628c6dd4d278adfc1e1754285c8da

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1591e98c0e6db4cc1e34e96295b4ea68eaf37d365d664570441388869e8e3618
MD5 7a0ffaf0671771c5546935041c4cef3d
BLAKE2b-256 77c556a8909235e1c53991beca2debee4c39c13cd4219e8005a7ca10110f80b0

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp38-cp38-win32.whl.

File metadata

  • Download URL: hidapi-0.14.0.post4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 63.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for hidapi-0.14.0.post4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8de94caca7f2616e41466c0ccdf7a96f567914e9e85e89e0b607018777fc0755
MD5 d899141ab6cb69eb8e64b5d8bb28f72a
BLAKE2b-256 7e73d5bcd849b9e21518519c630a55bccc3dba0aca3c4de31a3147147513a753

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6b424ec16068d58d13fb67c7fb728824a3888f8f7fb6ffa3c82d5a54d8b74b7f
MD5 6ea579b0bbd8ee4a4faf301e446df8e2
BLAKE2b-256 1da0befd611d701af4c1fd4b591b5ef73042dba6383e971620878e11815cc9bd

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fbd2835ff193d0261e0de375fea006cb7cb18a30ae1657af48a43e381f6a0995
MD5 6d1cd3515ab467c0ecdb4ab6421c38bb
BLAKE2b-256 362cad571dc9413d5a518fd7734144a1e88a6902b79af5a0e0221737a067a9dd

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6e08884ee9e1e3963701c1cdf22edd17c7ff708728f163efc396964460b3f9b4
MD5 50630346b5bfc5f8743530d4a5a1cd3b
BLAKE2b-256 fb19cc8fb49c9ccd77359fc965e6a68aa1b8fc40d9310a73ca1b053cbed121bb

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 380a74e743afe7a0241e0efce73ce9697f41d4e2e0a030be5458a44f9119427a
MD5 304883a1f8d9f9d62852b527aee0286d
BLAKE2b-256 76d55b72ad4a48c685dcddc9b3d5ce7bf7c9042b1e49edbf520243d71fc0bd1a

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a18af6ebd751eea7ddfb093ddf7d0371b05ba0f9a2f8593c7255a34e6bd753ff
MD5 14b2fb7c212618212ca7023cb14ac266
BLAKE2b-256 3b58dac1d9da608859a91e847af078f8a19d1d7fa0e102042317e175bf4aff04

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 293b207e737df4577d27661c5135e7c16976f706d3739d7a53a169dde1aaebaa
MD5 78161546c84aff259fb6c328220f17ee
BLAKE2b-256 758b50ae9117b9b31ae47a444a80449f018c6ca41496f41427d3e926d9ec610e

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68d7e9ba5c48e50f322057b9f88d799c105b5d46c966981aa8e5047b6091541f
MD5 40016271c63413b270832d7c36c1c31b
BLAKE2b-256 18eb77f70acbf6490662948617ca18ac1385339f15ae41470d153576a48b9678

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9e4b462fc1f2b160442618448132aebadb71c06b6eb7654eae4385c490100a67
MD5 38d2b0a6870465aaea7d2616f036f831
BLAKE2b-256 73af0b9e5866a7c606a964bdb37f13a8ce302a37e0f3b3687ddb0129eb9bc2d8

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1304fdeb694f581c46e7b0d6aebc6adfa66219177f04cacddbec0bd906bd5b7c
MD5 b47a97bbb9f562489a1121a595d09560
BLAKE2b-256 0230f4eb05e7d9a69b8649ef42240b9494a20ec11201fadff97d006dbf76f996

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ff67139fbaa91eed55e7e916bdc1ccdaf8c909a80a9c480011caa65c4ba82a97
MD5 c790cba8215e82ef9bd565e249ce5102
BLAKE2b-256 5898d1d67727dc54ae91ac1e2c80ce0a166cdd44886a681c89502d29eead2f2f

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20a466e4cf2230687d21f55ffffb1a2384a2262fc343e507dd01d1ab981f7573
MD5 a57c7e9bddb376bc2019a0ea92540cd3
BLAKE2b-256 5f3c7678fcc7ea9de95fc36bf241e410943cc99f843c76fc957677e84fa3ccf0

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 da777638f5ecf9ef6c979f6c793417f54104d56ac99a48312d6f7e47858c2dd8
MD5 000837df285b3b98f2705cad0f5daf1e
BLAKE2b-256 d6a004338d229cf6600a3d2aea885188de872744082a7ee962f607d8ac62baad

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 142374bb39c8973c6d04a2b8b767d64891741d05b09364b32531d9389c3a15bb
MD5 a9519653bacd4d23a78635eec332eecb
BLAKE2b-256 cb087ee43ab34244a4dec61d0eab93d15006a0e25c284287c29cb2356423dcee

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c45a493dffdfe614a9943a8c7f0df617254f836f1242478f7780fbeafb18a131
MD5 1e34387bb294a96e0120ae0551cfc628
BLAKE2b-256 6d5086a292fa775cc2b6a178e087ab0cafbe490899226ae99a492478f48754cf

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ac3e6e794a0fd6ee4634bf1beea1c3c91ab6faf8b16f3f672a42541f9c5ea41f
MD5 d7e2ac0aa60118068329fa9b8e2e9544
BLAKE2b-256 79fa6f91273d6f7e7c56b3710f3d4614a8ee5fa6692d6b251820cdd8f2421917

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4939faf6382d1c89462e72aa08636bbfe97ecb5464a34b14997e0ca3e1f92906
MD5 04ab0201b44a83099217d064d10555ce
BLAKE2b-256 3fdcb972d938c42b30aa06b405a8311466e438d1a58c08850806657ec7c3a111

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1807ff8abe3c5dcfa9d8acd71b1ab9f0aeb69cdbb039ddcbb150ed9fbbfd1ba7
MD5 945fc5dcd8a292e82d2e219e1f3add26
BLAKE2b-256 b122ef36e7db1c12aa5e31eddeb6927b2bced85e3ec488813c1cebeaf624c5d3

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 1bee0f731874d78367a3bf131cb0325578bc9fee0678ed00c4ca3ded45d11c20
MD5 4ba6190344209145bdfa21a2622641ad
BLAKE2b-256 2966fb6f623b6f8c9c4a7e98f9961b20c835bb5e3191b56be0ebd37837f4ae68

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp36-cp36m-win32.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 3253d198b193065d633cde3f9a59dabeeb1608ece26f0f319a151e8c7775d7ae
MD5 5ccef202a36216cb1f3ee5964d45644c
BLAKE2b-256 ba6b13cc29281da593374fa31015302961b5d3766daab29ecfeb3471415c6ff2

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41d532d5a358a63db4d7fc1e57ea107150445c90167b39ba6f8fb84597396a48
MD5 5a9d87e21b05d7df267140bf2753aa0a
BLAKE2b-256 3a87b5242faeabc6494624b6b4977ab86d66c21f445e5afbc919749d96c9114f

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp36-cp36m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f787b76288450f60250895597dabb080894f0ea09ad5df0433412fee42452435
MD5 5f4968f135f5122c63aed2458e0d762e
BLAKE2b-256 a29d90c235bcc255a79b96a4ca70347d38b71d1321ccaee6c8f82b0212e6a97b

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp36-cp36m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 949f437f517e81bc567429f41fb1e67349046eb43e52d47b2852b5847de452ee
MD5 fc8224e92ef937117a76ec4898209400
BLAKE2b-256 5e7afbe739c3728479534d18dd128d105e688927171518ee219d2f4daecbd078

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04357092b39631d8034b17fd111c5583be2790ad7979ac1983173344d28824e7
MD5 9e3b862d830ac333de2949960597b6b4
BLAKE2b-256 967ee99b33a8d5986f46f4bdc2219abd6c2937b6d39ac1e5ff4ef866559f92fc

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5c14c54cbfd45553cd3e6a23014f8e8f2d12c41cd2783e84c2cb774976d4648f
MD5 5a5cb8e68e0e9e3a3c2e60b8a8825dd1
BLAKE2b-256 50be9edf0bcf99d074c6a4c0be4983d2c24580df5e6470bfc03ca5967b60002f

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2c4c3b3d77b759a4a118aa8428da1daf21c01b49915f44d7a3f198bcee4aa7b
MD5 25252d2a9a95b8d14f1c041115e177da
BLAKE2b-256 2d08ea6433d201fec9e04a2addd88a1aaac75170425b2bd2d29df570582c4afa

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0.post4-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0.post4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e9af3c9191b7a4dade9152454001622519f4ecfa674b78929b739cfbf4b35d51
MD5 6bb8281bf732f911e4c3665d68eb3daa
BLAKE2b-256 4c2de5fd895419e69d1666d1924d9cff5b25a4ded2247efa76bca35789bb5c51

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page