Skip to main content

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

Reason this release was yanked:

people are not ready for hidapi backend, 0.14.0.post4 switch the default linux backend to libusb

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.post3.tar.gz (172.6 kB view details)

Uploaded Source

Built Distributions

hidapi-0.14.0.post3-cp313-cp313-win_amd64.whl (63.6 kB view details)

Uploaded CPython 3.13 Windows x86-64

hidapi-0.14.0.post3-cp313-cp313-win32.whl (56.7 kB view details)

Uploaded CPython 3.13 Windows x86

hidapi-0.14.0.post3-cp313-cp313-musllinux_1_2_x86_64.whl (348.5 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post3-cp313-cp313-musllinux_1_2_i686.whl (334.2 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

hidapi-0.14.0.post3-cp313-cp313-musllinux_1_2_aarch64.whl (345.5 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (712.8 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

hidapi-0.14.0.post3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (733.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

hidapi-0.14.0.post3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (717.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

hidapi-0.14.0.post3-cp313-cp313-macosx_11_0_arm64.whl (67.0 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

hidapi-0.14.0.post3-cp313-cp313-macosx_10_13_x86_64.whl (69.2 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

hidapi-0.14.0.post3-cp312-cp312-win_amd64.whl (64.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

hidapi-0.14.0.post3-cp312-cp312-win32.whl (57.1 kB view details)

Uploaded CPython 3.12 Windows x86

hidapi-0.14.0.post3-cp312-cp312-musllinux_1_2_x86_64.whl (348.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post3-cp312-cp312-musllinux_1_2_i686.whl (333.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

hidapi-0.14.0.post3-cp312-cp312-musllinux_1_2_aarch64.whl (343.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (711.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

hidapi-0.14.0.post3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (737.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

hidapi-0.14.0.post3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (717.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

hidapi-0.14.0.post3-cp312-cp312-macosx_11_0_arm64.whl (68.0 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

hidapi-0.14.0.post3-cp312-cp312-macosx_10_13_x86_64.whl (70.4 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

hidapi-0.14.0.post3-cp311-cp311-win_amd64.whl (64.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

hidapi-0.14.0.post3-cp311-cp311-win32.whl (57.1 kB view details)

Uploaded CPython 3.11 Windows x86

hidapi-0.14.0.post3-cp311-cp311-musllinux_1_2_x86_64.whl (343.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post3-cp311-cp311-musllinux_1_2_i686.whl (325.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

hidapi-0.14.0.post3-cp311-cp311-musllinux_1_2_aarch64.whl (336.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (705.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

hidapi-0.14.0.post3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (726.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

hidapi-0.14.0.post3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (711.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

hidapi-0.14.0.post3-cp311-cp311-macosx_11_0_arm64.whl (67.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

hidapi-0.14.0.post3-cp311-cp311-macosx_10_9_x86_64.whl (69.8 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

hidapi-0.14.0.post3-cp310-cp310-win_amd64.whl (64.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

hidapi-0.14.0.post3-cp310-cp310-win32.whl (57.0 kB view details)

Uploaded CPython 3.10 Windows x86

hidapi-0.14.0.post3-cp310-cp310-musllinux_1_2_x86_64.whl (316.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post3-cp310-cp310-musllinux_1_2_i686.whl (307.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

hidapi-0.14.0.post3-cp310-cp310-musllinux_1_2_aarch64.whl (311.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (684.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

hidapi-0.14.0.post3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (707.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

hidapi-0.14.0.post3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (689.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

hidapi-0.14.0.post3-cp310-cp310-macosx_11_0_arm64.whl (67.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

hidapi-0.14.0.post3-cp310-cp310-macosx_10_9_x86_64.whl (69.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

hidapi-0.14.0.post3-cp39-cp39-win_amd64.whl (64.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

hidapi-0.14.0.post3-cp39-cp39-win32.whl (57.7 kB view details)

Uploaded CPython 3.9 Windows x86

hidapi-0.14.0.post3-cp39-cp39-musllinux_1_2_x86_64.whl (320.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post3-cp39-cp39-musllinux_1_2_i686.whl (310.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

hidapi-0.14.0.post3-cp39-cp39-musllinux_1_2_aarch64.whl (314.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (687.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

hidapi-0.14.0.post3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (710.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

hidapi-0.14.0.post3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (694.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

hidapi-0.14.0.post3-cp39-cp39-macosx_11_0_arm64.whl (67.9 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

hidapi-0.14.0.post3-cp39-cp39-macosx_10_9_x86_64.whl (70.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

hidapi-0.14.0.post3-cp38-cp38-win_amd64.whl (64.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

hidapi-0.14.0.post3-cp38-cp38-win32.whl (57.8 kB view details)

Uploaded CPython 3.8 Windows x86

hidapi-0.14.0.post3-cp38-cp38-musllinux_1_2_x86_64.whl (323.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post3-cp38-cp38-musllinux_1_2_i686.whl (310.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

hidapi-0.14.0.post3-cp38-cp38-musllinux_1_2_aarch64.whl (316.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (685.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

hidapi-0.14.0.post3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (710.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

hidapi-0.14.0.post3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (691.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

hidapi-0.14.0.post3-cp38-cp38-macosx_11_0_arm64.whl (68.1 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

hidapi-0.14.0.post3-cp38-cp38-macosx_10_9_x86_64.whl (70.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

hidapi-0.14.0.post3-cp37-cp37m-win_amd64.whl (64.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

hidapi-0.14.0.post3-cp37-cp37m-win32.whl (57.5 kB view details)

Uploaded CPython 3.7m Windows x86

hidapi-0.14.0.post3-cp37-cp37m-musllinux_1_2_x86_64.whl (293.3 kB view details)

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

hidapi-0.14.0.post3-cp37-cp37m-musllinux_1_2_i686.whl (285.2 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

hidapi-0.14.0.post3-cp37-cp37m-musllinux_1_2_aarch64.whl (288.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (659.1 kB view details)

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

hidapi-0.14.0.post3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (682.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

hidapi-0.14.0.post3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (662.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

hidapi-0.14.0.post3-cp37-cp37m-macosx_10_9_x86_64.whl (70.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

hidapi-0.14.0.post3-cp36-cp36m-win_amd64.whl (71.0 kB view details)

Uploaded CPython 3.6m Windows x86-64

hidapi-0.14.0.post3-cp36-cp36m-win32.whl (61.5 kB view details)

Uploaded CPython 3.6m Windows x86

hidapi-0.14.0.post3-cp36-cp36m-musllinux_1_2_x86_64.whl (286.4 kB view details)

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

hidapi-0.14.0.post3-cp36-cp36m-musllinux_1_2_i686.whl (272.7 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ i686

hidapi-0.14.0.post3-cp36-cp36m-musllinux_1_2_aarch64.whl (281.5 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (652.8 kB view details)

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

hidapi-0.14.0.post3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (673.8 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

hidapi-0.14.0.post3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (658.5 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

hidapi-0.14.0.post3-cp36-cp36m-macosx_10_9_x86_64.whl (68.0 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: hidapi-0.14.0.post3.tar.gz
  • Upload date:
  • Size: 172.6 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.post3.tar.gz
Algorithm Hash digest
SHA256 cef8943ebb0cc26f4c13a5387910883c2c1a90ebd280dd2213794748da9bfda0
MD5 351e3ed207e4c7d7a7c34cb51bd9c642
BLAKE2b-256 deff342af251ebb4ce3094f602d1e15abb7649c6ba0ff4d55dfeaec216812217

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 51e935c9662316dccf932d9f50e96872be10e2eb0ca23b20287a8a99e26034c5
MD5 32bb59ee02e84d435663702a55f5fde8
BLAKE2b-256 7b71b52198562b7abb904932765e83aab225c72b4daabf2c77a3cb7c5579136a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 5ca54ea43ec3b6e79c6e951a64f399443ed2cb72913f38d11d874e1edac7402c
MD5 ee7ed68df3196430ccb9765b5675137a
BLAKE2b-256 db0f3680992174effffb0c67789e281ea99cd98f68a8ee5ab1ecee492793be5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 037cea3bec054030e8bfdacd6a865cf2e79cf3f777473a17539c30e871a273b3
MD5 3d928022c0e3022283bd9548dc55f4fe
BLAKE2b-256 5f8ae1adb3717019333bf75111e5b7b560baa29930b0782676a0ee0ae359621e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 177609d5ac39ae166669568866c5fec51b73f59468c71df620fe22594ea7d5f3
MD5 3ebb6e10d3522eeaf067bf38daf2b290
BLAKE2b-256 b14085d5259a6f3fe61c901f0ee770acc47941c70c4e6620c34211716707cdc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 266ebbbe0cc6cd521b9da49516de3977433f38bcfd3f113b57696ff95dd8a1b9
MD5 8736c7950d4e66a1cb5a7d69f2ca3e10
BLAKE2b-256 08653a00278205cecdeda7b887db47dd59dd5e593bc0129014dcdc964442d76b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ab07b231184850de083ecd4730ce5047d58882f69ff103381077601fbb8a2da
MD5 b655f93a1a1b7ad3d0436761292f3e26
BLAKE2b-256 6f3a41560646bb0e04b3caafaee97d07bcbc37085ec62714095dcd3c30eabfc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 15a6967aa3b17d095556856f48a08e46136b4189bc9a718d5b89b84c3d1149a0
MD5 61db48db96da9055f8e83a520294f80e
BLAKE2b-256 10233080cf4fe5e9e7b5f6d3808bbc44c7dcc38252ab33ad97e8a982ee59c6cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 17a10c598ea40a9cda57ba044d8e8065c8980f89abe41e7aca470bf029f13116
MD5 c30d45093554466516061a9eb671bb00
BLAKE2b-256 69caac90290ba34147053a320a0016de87f8110f132a6136607cea120c197e51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a2b1581b051a78e816aa054aedcb73f8c767402405a23192d2bef107dee81cd
MD5 5199c98a94ade7a2f7aa8ed69a3f67f3
BLAKE2b-256 9fc452cecfb3c187134384f1013a9f63e4084a9a61c64b64d520390c12a8d30b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 effc5c6b4d1f1964bb5f37fa86e9aeabf491f262c4536c52c22d11d5e5f7ab99
MD5 5381b094d591222e6e8f89f41c323233
BLAKE2b-256 220934c113e30c076988117dcb5c13e2de52d6cc32fbaedb7ac425e71524208c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0bb1f373a70fe2639ebac2eaa5d800d1f727ce5a96e7fb88396e3bd02e4b5b9b
MD5 800c0b84b764d9afdb35ce8e76d72276
BLAKE2b-256 cf100941d44ef8854658573985a73e5aceb7d10a638c8980844aaa326b7ff897

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 177bf73d36f5ad54947cd61bdc9875f00c178d35cf9a8947be67ed953f958100
MD5 0745a13d42becf5449a0766caa8b3cb7
BLAKE2b-256 f459e7d37f68ce0952624a72cdaf33b4919ae5c69e353ca0acf6cbb4b262ca51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b0e5c2b7d15cc84612fd83414e7ab4301ac7041b9f0fe418580d1f4f25d13514
MD5 4ac7b01d2abc24f78464b2f6f5e66552
BLAKE2b-256 0267605809ff145d8c3307b8bede7b83b9f54322b1e5dd4a163d3fa901b3ee04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6b1552bf5cf4aa0fa68cb4d081804194197cf7900d73dad2f068240ee56f77af
MD5 47143eafcf1f00f44f96542755bb13fe
BLAKE2b-256 351dcb33da72320faa732fc7847fb7f13b9ad53c5407b2c50fc12815b9aca9b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6e0149c7ffc883a81eac0cfe0a66bcf2f5114eca47e52da17ed7e4b7a6c04c2b
MD5 511ef9ffb867242007bacee6fdc8cb4a
BLAKE2b-256 565b9cdf37b9108204e4f3663323d10d29e813d515386f6be5d6e1b3828c6a2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e51e3d63c36bf168f6030b00754b0c8085779e6d0c99aed59db38080b9481fd
MD5 97561c459e608068abf438c38734a192
BLAKE2b-256 63915a4250031a876d8ea53b59dfbe1349e8d9361ac0ddcdaeb64319381ad432

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 72bc7f8b97e2f11bc814294e327f4453f8739d0a349828a9a356310dfd7c2b08
MD5 14725c012f0f2428888757c20702947d
BLAKE2b-256 b141d8507f2d448c66efb31d3ae994074a2112e7e9f67fc5c27b3e4723762e84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f5aa5971fddeebc976a36af6ed37f4a3ac203787a7281cdaffe4f0bbc0fc7042
MD5 b3805b2d01ed773b18f94c7c36a5e80d
BLAKE2b-256 28cb6484a708a9a6deebce7eb93826a644d870aab267b2732acf09672a9dbda9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b2efb4eb24f16aceb0aca6215b80ce9d21135764e9fe145242d9b26f9029ec95
MD5 9295b413f9ff29cae572dbb7ec5690c7
BLAKE2b-256 f605cebbe91b2bcd3894bd2c8776cc42e6f66c28289815429df9403ae62a777b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c1790261f1b62cf9f18bbe9fa4453097ddfba02405ca17e63bcc751d376147e5
MD5 a4dee4f13f8e335a2f752e018fd8a77d
BLAKE2b-256 815533ccc5d37e73598a832730d4b52f88efe2972993cbb6d6ac08f8a65f054b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6951cc24a7f9b247d7dfafad574c693e5227719acd35b619c7d08f6d8b8075af
MD5 68c8b34bcca54802dfcc626c9a3d06ed
BLAKE2b-256 2270b4c7196e4fc090f0dcdbf5d44400788d4268cd64ca2906c580caedf011a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 58bf07c9115a49e8cc4e571b192b690adc5d0324a7e1960d0823d0fa23a8ee23
MD5 e93298435327eaf18877edd5e5f7100d
BLAKE2b-256 fa455b1ba813968d881b32d5c257a8e6a78788ffe1a4c1d93e947a70e3ccd868

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc26c64030153cab1c6bfecd8b42577143a78661c7c8adf4fcdaeff6ebe20368
MD5 078763f45fdbc23ed534a0ebde07d58d
BLAKE2b-256 2f5e295c5b9bf2edbd51690a41d373d34c1d5917db4e75691301e3019b945bfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6023087174626ea53b2759514a2bfce958316625406e804256e9da64a1e10039
MD5 af7488f51e007998d7cfd60b53ee7960
BLAKE2b-256 e2954d35f7875dd9266aa0ec4edea4e4f6cd63ceb29e69cc12c2d370b0bc15ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d0453507d326cf40348642c155d3be1159c7ac12c83a22b01d02581fe7743cc7
MD5 8eeeafe638acf3f1aba2eb22187277f3
BLAKE2b-256 40e488d842d1229544bca97a68b0025c957445dfe32c0bcbd6e3eaaf058bed33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6801ac18c5cf4a6d20a755485ea99ba0d912cb0501ae119e94bca470b8aa99a
MD5 dce3728ddaf47db2e68870b447956cd7
BLAKE2b-256 774e57ed52b5efb8607edaa8765a4da7f7787a869b8395fc760ed7201e77f6a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 319fb4340b516d04b9aed164afd437ec8aff8463653f924351f582309c9cb942
MD5 763085df2f7b288d6df3bd8ca1bc444e
BLAKE2b-256 85ff52448319a26739f9a1e960dbcdb17a128cbe5f9e9ae920f256356b1b4b0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 75993cee698d22f53a695d7f8b769d63c8b9443d101dc1074965b4feb861641d
MD5 1838c01a4c318e7379da6e657bf55d96
BLAKE2b-256 ca7dcf8c8a87d2f7de2592385bb477946c0e4c23ec4c61b784c67485020a3ae3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2808190710e8625111137c124d8d351791ade0aef0c9fa6d70f45eaaad1bd472
MD5 85fcbf0f009fc6ef7a96ca9c48779908
BLAKE2b-256 08888b8821227cba1fad9178dc8cf61bdcc9422e990260e046c87195bae16cfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1fffaa792caf7948c9248212fcf7a9a3377f064c2a46eeec78e09ad256ee1c93
MD5 9b8837ae529a1294c05b6fd3595fe617
BLAKE2b-256 2166aaa94a12e7fb9406ad48b6e6ce2dd27639d33f49def7f465965f968d1810

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b001fee4bcc11a2768283f3f0b3bdbdc049c17d451e7f38fc3156ec04abac856
MD5 4b58b42cd689382bb1d97d43e497cb38
BLAKE2b-256 22f6d64d093cfbcd9753b60df7de94bd76258b5ecb2fcced743c4c5e6a039721

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a81efa6ec967e8098d03de3ba0e9a08aefc100d8a44de4c701517ef02acda7a2
MD5 0897f13aeaf471d86878a1966ea9402c
BLAKE2b-256 21e501181c3eb7640dac06045073456e98411ccf00e20bd7a895ef606fb442c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e16efef0786789afc493beeab1cb639bdca79938277482af03297be1ac319e0
MD5 27d53bd0c8bf6f10524c9f13ceb03222
BLAKE2b-256 a1243bffecb08d519bc43314d65b0f1422ab46f23d1f00809bdc75ac1171606e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a697af8e85095387423d57253ae72cce81212ba39925a6a22a7a1f820022e290
MD5 8cd65fc71b90201d0841a59e7b7825b2
BLAKE2b-256 0edc8b177a2cb024368865f475fdb25ca1fe74ccf456075556a593b004e34f9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b9b957d2306b33bc3db0fdc0698adf2c37fa21e354d54737c8b1818f4022a852
MD5 ff0e8d9e2ed18551d85da366c23f11ec
BLAKE2b-256 06a9a9449af4838818788927d1037309dcb9bce81acf4fef5708ff2ee21cc528

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec7370f30d1df903a96c62b15f58b9855fb7d907d7be1b885ec0fb14d7f55883
MD5 d336666fd555b7a50d8ca9ca00b6f613
BLAKE2b-256 1131937739a54b210e1746dd745e722f2d5abb79fa0df4c536b58b2ea72cf196

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 766a40995ab7c9232e339cd27ac13063b6d10fa3daec251771ea9176ae405af8
MD5 adb473d761c215b113d9367e75d5bce2
BLAKE2b-256 9a6dca808fb9ca103086523ccd162e0a10e9096a5de00cbac43b3a3678492431

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f28ff55dad8660ab44261c126a561ce4e4e2952d0e28a1fc7c6e417710b484ee
MD5 4c442980ad6f88b3edecee6943eae527
BLAKE2b-256 ed1cb1d4e3a53aa4ea0d10f1889af83a38b6da7a47fba2250f60e26cd94fca3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fce662f685c5361bbc1fe7c31bd13320c3224f8655b6bcecd04b00a364a5c2ba
MD5 b711be435ba9a4cc10008d6c02962d4c
BLAKE2b-256 02573989e7c362827d876033ec29c7838a4c21afd9d254cb5e5214b4af77d3b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aadb8d5014d3a7fb905149bca7ae491ede4f6ba72e7b1d500418a87ccc7c5ce7
MD5 bb942d345662ed4df7ad924ff6ceba0d
BLAKE2b-256 ab59800b1cd4d7850f938e79a7dd2199682a69c7a7ccf5c3d81368d29e3aebd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b5010b88c82d4823a12712d47cadf1d3ec4a3dff7169e55a0015fe2507aa07d8
MD5 6709f1efefffd6fa542bc8f5b63474a1
BLAKE2b-256 87ff9b890edf858d4437f3fe21c3752166fcec84fd6e3360e8dc235c35317f5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 39fa225b4db9cd076f52cd5aaf724746d25575f14475adfc8d634908d9b78d1f
MD5 42acfa5f4738069fdcae350c539adc62
BLAKE2b-256 4c552359fc534ea07647eb984b78d4551363aaf8074de64a4f16235b812fcc52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f86b46741e4b5bcbebdf3f8570bacd75e69f5172e82fd1307affa83f496e2908
MD5 6b125787056ced4b3c03152f13cd028e
BLAKE2b-256 6d8a9a2215411892e664fb17527e5f92d775b9260f1e60597b109dc657a82c5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ce32266dfe1fdb19f59d1cc1f321e02a8538776de3148e28c7d563ef4e9ebde7
MD5 c796eb363556dcbe704263ea8f2fe239
BLAKE2b-256 136191c86ce2a4d1f9b3166101d621813d3c1438674868ca94d1f496e48442a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6fa07c3ec6136a5cced7c22e6b811d89243e99eb657c8d49952774c98c50ff50
MD5 68a4cd3aa7b279de72d7dc882a140ac2
BLAKE2b-256 dc761a468038f768a9fd61526bdc2456684e60384eeb9f6289bcfdfa83885876

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2182426cfcfba553463046b8f61876b862e5a613492eb71b4875f6ffbd6f744
MD5 689d0b50c80a83609762a14d421250c1
BLAKE2b-256 e92d7b2df6d5b3270343317f5261f1d1f068ef73983603916b859cefd0f5e3d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 663ef2de03c59be95abcf6a8a033b59047d4957406ae179e9068fa55af678e6c
MD5 26a59f5695e80ea00a18ce0907bcc6c0
BLAKE2b-256 55446b1544df7db0f59fed18fbf9e2b00becc763179a488122750835b1607f83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b87c9008a022b60198c3fffa6d7959ac5b65f89ac3562e80af92283896b17be2
MD5 9e5e6a074ff33e3d6e01de73cd18fb1a
BLAKE2b-256 108f32606df10a383ca8c08cf005241e1e7be8448a5106c5fe2d8b6f2ff97c23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3e6b242d20e7bfb01eaac0cfd0ac4daadae61a9e07bf93d69a172eff2a1ee16
MD5 ee5a11536c3c8db1bf841396bb67c0ff
BLAKE2b-256 06f166ff9c1bd791351fcef0c615e9afd9b8ed846a6fc3796431a8e14eeaf582

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 63244aeb04a4259e2ccb7474daffd4bd90e3fae126e39d0ad5eed6f284eccb40
MD5 14da7751c5a7dccd7ecbcd6a67747014
BLAKE2b-256 6baf5777006a65590b33af44cec17013da03f8a3e118b0fd1573bc289c9262ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 03c193c429ad1c66b112c151e061af5b3e82fe37bf0107b42ce2b33f4409766e
MD5 64e58f01348f3ec7976b5a48f3e9668c
BLAKE2b-256 7eff2e67a4a477b6dc3978d52688e5fbe8df4d25275b9f3cae97e0e119fa6324

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 76beb265ec1f8519df289dd3a2d22574492e71cef57e10e779742f899a087a6d
MD5 2c9e1d34e2091d8038ddc87f9e231d4e
BLAKE2b-256 f506e62107480ca31b77502402df6ea6e30c975ebdd53b172503d3097c10a3f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a3a21e3f6cbe0b939dfd05c4c931067a40aed37167d7fed3630ad59b72a5e82
MD5 1e66bad5e021b1daee92108757465a1b
BLAKE2b-256 0a99d850e2f3b498086d7279c954e4431f72c6b077471d14a00d4c3e7ab0eec4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0d484f72f91954c87f788f776fddc0d90e568a9de3d33bdd7e8888fc7b2b9696
MD5 c40af29902c3d1af8f8f5dc0150b432e
BLAKE2b-256 6526cd7f7d242fffa1ec4914bc49ceda791d94493295577a582c827278b57e6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 93f90bd76648d435e6e1fe11c725c6f8ffe37031da597fb008bf7e1dbcc64da8
MD5 a77f380d48d010ea8430d0ceda84569d
BLAKE2b-256 3e67b05a1cc3a3f9e9830245ae027f7e69f281c882e9a7be54a10f9ede44cd30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c0b2f2e4e9115a94234aa061ca60a842b076d046cbcaeb783cd8fcccd4bcda3
MD5 14ab2b1a346f4dea0b7d4648f9e4250a
BLAKE2b-256 5e65d202c5dbcd473f60d789ca635e059573635a60f1ddd7c91ffff016961171

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7f255534268571b5f462d2d4e6ff4939735adc49530532ee50ee2603e47abd59
MD5 1f410086e0e053b71a90d6edc6576649
BLAKE2b-256 2255a53aeaa2eb472a42cc9aa000cf027e77216f55f5d347d380d07f5bf88d98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 868db38189602e3cbf54baa2b4494127a4d8e9fda894d1429c93850af309f360
MD5 6c8dd3a66e29f76830bd484b795cb48e
BLAKE2b-256 62ba320da8f262367802199c6b62106d713b49f3d521e9154c6baf4ae804dc94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dcbd1241babe0e048b60872232da2a4bbdcd4844cf8cee08002632a3238d1b9f
MD5 e47f95280ba0c31bfce6d395d2d19ff1
BLAKE2b-256 7469fce84cb1873a0e02f8362605fb967b8d49a54d87762a3390afa8c4a282aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7c7d3ee5e7f9ce7dc51f765710c68a7d5c16e0f595f7fbbad8b97a9ddd31961d
MD5 7b77135d516d9bd0170324b12352dfa7
BLAKE2b-256 ce9146eed8f33294cd7c0c8d4be51e1a44ba3d6b320a9cb37c04c3ddb1b9edb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2d09457f38b5dd11066e81b85448031ca470aa266335ba1f0e1bc694c38fe7ab
MD5 04325446681a171c89d94d2c12ab2570
BLAKE2b-256 73ae56da311a4fac03461b9ebfb8e43c68232d1eb538a4d68ba64fad899c0b3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c8a53ae9a43070ae72c8cbca0aff731c14a68a1334a5fcf5ff0b0bf1ff1fba80
MD5 724245e63fe0c118a735235088faae40
BLAKE2b-256 7fc9b45bb598dae0b916b88c53d2ea3158247eb205360f5a9f1e214bda619348

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 984baad5a291c167b47c6e6761e7b13608eab52d2f1424e564df8e0133268414
MD5 26b9b0bda695adfc70a74e9db6adeef7
BLAKE2b-256 f6a19adcc586ccd293dafd61928ba2fb7fe964847e6ef2653ac7c566b5872b0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5eae45927b3226fe4d748d86eba48a31b723a7e49700b97e7ef1222420abcee7
MD5 fab406e4febaf7a9dbba9968b7d9cb81
BLAKE2b-256 73dbdda05ac152d799f9a12a973bdf0b8ecc34b123c8c2eed205e23ac5f841e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 faa12f70f763530a53682b2ee25ca73471ef6d81a803c6f63d217a1903454a56
MD5 1cbcaccdbb4b33d14befdde7d84da85a
BLAKE2b-256 f696b90aaf6cc295fd50eb9d2be1b242305e4256c9832d1e80f1abc6768400a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c2f966a277ba0e013e6bfe03d6cad393935be37cb00fabe271ef363e19f0b8c
MD5 09fff66f9ce45f3e2f39cd0e5d4cfedb
BLAKE2b-256 0915ebdf91652e8e37f8c22829e2c36a180f238c1dc5a6b03a8132473df2e2f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 48fe83e1a14935482c963cf531c38b3d6f2f05af1e974367127179870780d79b
MD5 bc252d6cac4e4c7fa3c6f09313f84bdf
BLAKE2b-256 6f801db5c6c05b95276eaa66e82bf4a6c504d1e394c509eb53cd4c69239c412f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9bb2addc8e480487a75bd546ea8c71c67146a898b3317b07b5c3e88fd90bf122
MD5 36889d0618e657a680ca2b7b0c069fa3
BLAKE2b-256 7431ae57d05ea34729215baf83eb67067255e9d41fd45b61bed6328a6e4c54f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 45a2a3c30fdfbe711d9c4c659566ac531cdcea7a853faab0e3503d21b62971e9
MD5 8f5d3d37b8f1f6ebfe065ee421f5d39f
BLAKE2b-256 a78711d89da063e7b003c007e8e2f4ce3b0b37c557fa8a72cf3c65b328add996

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 4fa2529d57ff72194f5606656043b3062a1ff790ab67a873db7581fd4b665c68
MD5 9d779527f4d1a816f833372a69622f24
BLAKE2b-256 2b9045785c91ecb580fa27a4381b8d0a5525798b8c356c3a6bc66e0ac43f246a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 ddf6993dbc1909f6fd4646cb230635cfcff74ec4e1a91ca4195e815b24d73cbd
MD5 0648ba0f41687617d018315f543b38cd
BLAKE2b-256 8b4fedc366f3ea3891875c94ac8f89eb2ebe0acf42dbdd7b2bb63efcb2db369a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 479c390198104c6f972635675268ac23913ce83efd49a67136873d1862b1f53a
MD5 49280146c4184b32d40e641a10981943
BLAKE2b-256 a2a82679a9ec0d1cc79495ecaff695678693fa250255b729e21efee08c414c36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2042aa59dc99c6dab635bcf9fffcbc7377b0a2dd04c53d164712124ada6fcc7b
MD5 01c27ce4aef9dc06b79ed23e0c386d34
BLAKE2b-256 ef537a24f8c41029203ea6b96d94e538bbc7a8c5e9f71b4e6ba5067a5a3033dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a7eb026c9f12cd2ac30450117e50f1819fdced9c384d4a6af257e9ca7a5f97c3
MD5 5dc85fa73b3cf9924315de7a09ee6c4e
BLAKE2b-256 c22a6d9f2cf8ceab32d4564a74a43930415dad85124bb866eda7c88cbaecf0f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65f823e1d17887adc529efed0a37ca4aec3d47f9e6d0397b0b36384b11c960c6
MD5 57adee5c892bccb46448bdff38d4bf0d
BLAKE2b-256 4c29549f7100865db682f933182417f8505840b65d97c8094f4a79d0103e0a69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eb97aeb21905a97ea060e1038c959e35de5840e063bccc7ea9138eb7b1b5ddbf
MD5 44ec3c1d58f25d79466e8d99170310b1
BLAKE2b-256 49eb7c979955e6540aafa8dfec78fe451b9409416741cb642489d9cd69cd6d67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 118f9ef9e22140237e02551cf8cf462faa51147de9674cb2e46e459dfffe3809
MD5 1650c612ec3314dff9b9a759205dfac6
BLAKE2b-256 c18e63027b7e3985cb304fd62ffdd17d1b6a4e07106e25a40a4b3735ad1b2135

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 347b76702a959a72578760bf686e79a6dfe9707c86ad8e34e3934158fc2f8a47
MD5 db50a8a32c2e31cc7a0a1429c521ccf1
BLAKE2b-256 c7ad2cae83f1aa854d59e120a98197df46a1e688290e5ece4a2d47b0bb7ea999

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page