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 https://github.com/trezor/cython-hidapi.git
    $ cd cython-hidapi
  2. Initialize hidapi submodule:

    $ git submodule update --init
  3. Build cython-hidapi extension module:

    $ python setup.py build

    To use hidraw API instead of libusb add –without-libusb option:

    $ python setup.py build --without-libusb
  4. 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 .
  5. Test install:

    $ python
    >>> import hid
    >>>
  6. 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.tar.gz (143.1 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

hidapi-0.14.0-cp312-cp312-musllinux_1_1_x86_64.whl (385.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

hidapi-0.14.0-cp312-cp312-musllinux_1_1_i686.whl (385.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

hidapi-0.14.0-cp312-cp312-musllinux_1_1_aarch64.whl (389.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

hidapi-0.14.0-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-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-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-cp312-cp312-macosx_11_0_arm64.whl (69.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

hidapi-0.14.0-cp312-cp312-macosx_10_9_x86_64.whl (70.6 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

hidapi-0.14.0-cp311-cp311-musllinux_1_1_x86_64.whl (380.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

hidapi-0.14.0-cp311-cp311-musllinux_1_1_i686.whl (375.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

hidapi-0.14.0-cp311-cp311-musllinux_1_1_aarch64.whl (384.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

hidapi-0.14.0-cp310-cp310-musllinux_1_1_x86_64.whl (360.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

hidapi-0.14.0-cp310-cp310-musllinux_1_1_i686.whl (356.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

hidapi-0.14.0-cp310-cp310-musllinux_1_1_aarch64.whl (361.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

hidapi-0.14.0-cp39-cp39-musllinux_1_1_x86_64.whl (363.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

hidapi-0.14.0-cp39-cp39-musllinux_1_1_i686.whl (359.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

hidapi-0.14.0-cp39-cp39-musllinux_1_1_aarch64.whl (365.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

hidapi-0.14.0-cp38-cp38-musllinux_1_1_x86_64.whl (365.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

hidapi-0.14.0-cp38-cp38-musllinux_1_1_i686.whl (360.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

hidapi-0.14.0-cp38-cp38-musllinux_1_1_aarch64.whl (366.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

hidapi-0.14.0-cp37-cp37m-musllinux_1_1_x86_64.whl (332.2 kB view details)

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

hidapi-0.14.0-cp37-cp37m-musllinux_1_1_i686.whl (327.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

hidapi-0.14.0-cp37-cp37m-musllinux_1_1_aarch64.whl (333.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

hidapi-0.14.0-cp36-cp36m-musllinux_1_1_x86_64.whl (325.5 kB view details)

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

hidapi-0.14.0-cp36-cp36m-musllinux_1_1_i686.whl (319.7 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

hidapi-0.14.0-cp36-cp36m-musllinux_1_1_aarch64.whl (325.8 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: hidapi-0.14.0.tar.gz
  • Upload date:
  • Size: 143.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for hidapi-0.14.0.tar.gz
Algorithm Hash digest
SHA256 a7cb029286ced5426a381286526d9501846409701a29c2538615c3d1a612b8be
MD5 261310752df90b76fa4e22f3f60ad733
BLAKE2b-256 950ec106800c94219ec3e6b483210e91623117bfafcf1decaff3c422e18af349

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.14.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 69.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for hidapi-0.14.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b4f3a4e41886a19dcb9ea872a6f75ef42baba124a150b5b0a03379da174e1f70
MD5 44d58f928ce16e17ee6f2b6222ca1dee
BLAKE2b-256 134389aab1578a1f05f9115fd2bb9e74abe2cee0c8e4c2b388e33decba78baba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.14.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 62.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for hidapi-0.14.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5e3318f0e66c4d46977fc8ba73a2ad33c2de367d133b70b243051283d0ecdaca
MD5 c1b7a2a7ce3f0106c109d70d11ab8e2a
BLAKE2b-256 3d0f050487ec356dc9afbf9f19c82f84e13d72ed987bbba3c6d680d65100cdf3

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 33098ba2f10f704a85b62720becf444a19753d3a1ee4b8dda7dc289c1d6eda9b
MD5 c9d2b258629646ae82bfd8051a170d37
BLAKE2b-256 b16d396022483015c6265cc9abf75c5b59a7cffe697f167472b0440bbb0ab2e4

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1a777912e93a9f773aa6359fdb7b152b654991bb9afd6d3ce20e52dfbf18db00
MD5 c1e971e1cf93facd6b5cfa2f6f090fa5
BLAKE2b-256 f7a999590fb5e0173ceb612bf7c3b9b96b77f138ef1fa16bf965f08331de968a

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 418de0a2ec786d610967984fe5d6cb9584413dcce8b9fdd23fff998596f80a95
MD5 642b1977be7058304ba54860b4581dc5
BLAKE2b-256 2d8259c3760cb71b430078a436fd5128357e244141227fca1757a81a3ee0433f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ab1b1dc8b915a0faa7b976ed8291142cf93c2acecf533db8c748fc64be1a004
MD5 d1e59dd379b36184e69d3eca57932d5b
BLAKE2b-256 7845284c75a37bca0943a4586a30e438aad8f1780a4cff62b142ca3b24424b68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4b65cc159fcf1839d078d3de196146626c1a865bd9136fda5fa490f689e904c9
MD5 4216774966347b1a87e5b458f6906cd7
BLAKE2b-256 ebcc83d066cfd8b1348d834ea935980ff28684503e48dcd0312d9b2760763103

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86752ca0db00e5a5e991ebc5854400ff16d3812d6d9a156fea4de7d5f10ba801
MD5 67378a1d77e36890a6248ee146b3be69
BLAKE2b-256 1d96503c0c8d2a08e484c269809c23fd4c2c4811d0edf822bd3f531a9554b1e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a68820a5de54a54d145d88f31c74257965bd03ae454263eda054f02bf34dcc9c
MD5 9db486d188facd12b86be6d84cb51d90
BLAKE2b-256 c8ed94fc1605e44d02ae6a38744bbc4a11775427b24becadc01dac025fbcc00f

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fc9ec2321bf3b0b4953910aa87c0c8ab5f93b1f113a9d3d4f18845ce54708d13
MD5 cc2b37fb6e85f753ccac6fda8878728b
BLAKE2b-256 5e60ca1dc8d76b91b81c72189c696d8ee2290b65a349796df5df24d9123f52a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.14.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 58.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for hidapi-0.14.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 de293e7291b1ec813a97e42625c2c0a41b0d25d495b3dc5864bbb3dbbb5a719d
MD5 1df56ec8940815fa4f0adebb2a13bdfa
BLAKE2b-256 b21a9386f778ec42a976ac8355531442327fec022aff5c91db7df982c24f43bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.14.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 52.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for hidapi-0.14.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 651c2382e974e866d78334cdde3c290a04fcbab4cec940c0d3586d77d11b9566
MD5 534a0e49502693e4ae761b0174ee3da3
BLAKE2b-256 dd58e648318e073d890ff1a5ba3336641377feda88fd7706cba847909178c803

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 93d7814aa1c7e0f1cce300b3b63828abecb024da72e9a10d46db811cf466e68e
MD5 6e8482c9794c7cf81338e2badf14703f
BLAKE2b-256 11a80266a9ef96180f5106ce98332c00fd8323cbf8fe3dee1ea0fceb6e54bf56

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 76041e2e5d52c864bc4a381f082edeb89e85829130d1fef3366f320237da0580
MD5 806f3162b03f768b66afec3681b5bf2a
BLAKE2b-256 47425a96fa894ad9d99043915cc1356ac2467589aabfe040eb5131d9425168a8

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e1927fc5f7099b98529a4cefe8e0cd92ffb026abf5c449310d1d359433c5d94a
MD5 6f90ef1c567f3ab4850bdae34084c9f5
BLAKE2b-256 379e24156936fb506b4c53d70a92c7ca7d0dd1b6de6490a438bd5f532d136dd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2906ad143ec40009c33348ab4b3f7a9bdaa87b65bdc55983399bed47ee90a818
MD5 6056a0efb8032e280d686c65d9f5b173
BLAKE2b-256 080b1f2fc881905f54fabbf646a8725042671c22570ba7e99395581a9388c3ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c1b1ded4a823cc5c2075a622b48d02bc0a72f57579ea24c956ef29649a49eb66
MD5 64f9c1251e3e7f75ca4b9722592d260c
BLAKE2b-256 44503204aa1615fb0e5cf719f1df9c6e8ea9abf5adf3823281732e355214b5ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c0959d89bc95acb4f9e6d58c8562281e22694959e42c10108193a1362b4fcd9
MD5 f4df42bed9586a8e22c04ecba7b51d86
BLAKE2b-256 149410454de511672b7ade15ccf0a74b8f54a3a07ba67d0655d63f3d3f3199be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15f1fd34b0719d1e4d1bbc0bce325b318ee3e85c36fac0d23c6fb9d7f4d611db
MD5 68dba3a17fe0e67529be6d2d126c580a
BLAKE2b-256 a7207993cd879e7a6408539e9d02ee8a1577d1d3ef401c7ac6e4eda996e996d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4046bbfc67c5587ca638b875858569a8787e6955eff5dea4e424044de09fe7e4
MD5 f36205935855622c6c31a697f00d5aec
BLAKE2b-256 14cac5e674c6d962d909e3497c93b85a96a7031c4c36469d52907fc464734f70

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.14.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 59.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for hidapi-0.14.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9fdc08eb19f2fffb989124d1dbea3aa62dd0036615bbf464ceafee0353673bf4
MD5 fec7df2850b5671f49dd92ed227e3e96
BLAKE2b-256 59740fbce48f08110ba63e171e5df7822ffab979ba35feb3f4627c18e691a53f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.14.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 53.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for hidapi-0.14.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7ef0f40a02e0b56fe2e7c93dfc9810245f2feeaa0c2ea76654d0768722883639
MD5 1a4f8c55af63072cd06249402d29ffae
BLAKE2b-256 af91161ff6122becf745a90f981fba67151563f686097dc434bbdae96ced4fe3

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3b8af9ef71b7149e85f2118eaac9fd7e7ea95528029a66f351d0049877d5a179
MD5 687e8c737cc9fbea8134995f2f6532cc
BLAKE2b-256 6f156dc0dc1966b82fedbf61cfc61f25efbf3bc023530088bda060313ac85fcf

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5b960bcf8c41bd861554adc5932d1d7e0ed169315ca87dbd4d23ec8337764247
MD5 b2adad254e87b646629ab150182e4f51
BLAKE2b-256 49af41c28fa8efd31adb945dead086515051dc20a285dd2e675e3716b4db333f

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e7ff737cbb4adf238aa0da50e8b5c2f083e8f62b3c5132fbd732ba59918a909c
MD5 11f270ef69ca5240d8877237c112dec2
BLAKE2b-256 5ffd63409a39ec1614d53b44d3d7c7fb0d1afa45aed2a39872f97e7fe6a7eff0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 349976417f7f3371c7133a6427ed8f4faa06fbd93e9b5309d86689f25f191150
MD5 33b1e99e94fe234a0627e5a2faf5c53d
BLAKE2b-256 22d913e86a44871103e141dd64e2e537faf3d27932629069d9b1432309c9d4bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1b4052f17321f5f0b641e020eae87db5bb0103f893198e61b2495358db83ddab
MD5 60e364df7e49ccb84bfe55481ff70976
BLAKE2b-256 da35a19bba6b2872f161c502ec4a516024069bc94a7a12d72ceadb1b17917178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 01929fbbe206ebcb0bad9b8e925e16de0aa8f872bf80a263f599e519866d9900
MD5 8983af3c5ce75ce5c28f27432961b240
BLAKE2b-256 4d5bd8a5226e72e40231858bd82d62160470954dae2b6a7ea314a4d4e14768f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b264c6a1a1a0cacacc82299785415bec91184cb3e4a77d127c40016086705327
MD5 940d2d436aaa15c19f0c61baf44161e9
BLAKE2b-256 42335238dbb0e62f026253dcc5a813049c3d4e460620b8ff029ca4c9ec367b89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f68bbf88805553911e7e5a9b91136c96a54042b6e3d82d39d733d2edb46ff9a6
MD5 3956e2114c111fdc5b5d96d927656014
BLAKE2b-256 1b2b7f2974bf9afb0666c0fb8c6ef72147bab9baea193d1adc8e1db6665c6589

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.14.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 60.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for hidapi-0.14.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ed112c9ba0adf41d7e04bf5389dc150ada4d94a6ef1cb56c325d5aed1e4e07d2
MD5 6c800e998f8417d95c2f7f666491c11f
BLAKE2b-256 5227ed5f64aeea0dc51efac916f3725e3be6745b043154e588e6998d47e09e29

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.14.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b4a0feac62d80eca36e2c8035fe4f57c440fbfcd9273a909112cb5bd9baae449
MD5 39d270a4ca8c266b8070db6318794dba
BLAKE2b-256 9b6428ec931f6db7f4e2cf06dcd351836101e23fd194bd89788b1a29284eea20

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fb4e94e45f6dddb20d59501187721e5d3b02e6cc8a59d261dd5cac739008582a
MD5 a6377f666b9972f45e929a38a25bc88e
BLAKE2b-256 34291556691374a4601fa3d9178afcf4b044345cc003e4547f5931a75a035dc2

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e43f2db347b7faf3fcefb6c39f45615d1d6f58db7305d4474bb63b2845ed4fc8
MD5 ae4b5b156a206088dc0037a1a17854e3
BLAKE2b-256 27e23635f6801e8b5f60b4184323c5d22ebc277dfe082d6b191293953d782798

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 537fc17d59e1de48c1832d5bda60d63f56bcb1300cce7e382d45b8ef3bcacd53
MD5 15dfd554a31c8b041c939332065566fb
BLAKE2b-256 f7a9cc30baba59a9b478965db02d9d0672b854a8bc82a11db9e6c890cda2564c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96ecea60915212e59940db41c2a91709ebd4ec6a04e03b0db37a4ddb6825bee6
MD5 10cfc94e71e52e4b2307a1602c3f67e7
BLAKE2b-256 9872e81ea3f551fcd5a3729f8b0389377a64865057e4dbbdfda20e60aeea55f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c1425f523258d25d8f32a6493978532477c4d7507f5f9252417b1d629427871e
MD5 115708bac23504251f6ae8263fa7b561
BLAKE2b-256 b68916d90e35f037b701f095f2109d09dbf1869214d01bd2d1dbc905d1fa9243

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e635c037d28e1ceded2043d81b879d81348a278d1ae668954a5a7a7d383f7d7
MD5 5454a3873fb1b9e7d59845a5529ef824
BLAKE2b-256 e5f00f63d921a88412eed4d35a02292ff366fcca38278f1146e9d5f9543ccaf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c78ff5c46128bdf68b2c4e4b08fac7765ef79f6ee7e17c8a2f7d3090a591d97
MD5 5b63a89566ebf5a5a3434900a2b261c0
BLAKE2b-256 363bbe5363342664831605a107353f73005edc36610be812bc4512ec9562f137

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5299d74d96bdc9eaa83496c972048db0027d012a08440b33bdb6dd10a7491da9
MD5 cd91b70edeb9093a8404c6baf5a3c366
BLAKE2b-256 793241461b2953f7ac36653dca344240c59bc0abbd2ce1829568468b6d6c2132

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.14.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 60.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for hidapi-0.14.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f575381efa788e1a894c68439644817b152b8a68ead643e42c23ba28eeedc33b
MD5 fe098947b2a93e99df1f4ec30e803b62
BLAKE2b-256 4db73f40cf8224668f6213498d41725d1e4cce104dfc469c64b5a09e7fbc0b11

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.14.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b054abf40b5aa7122314af59d0244fa274a50c4276d20695d8b7ff69564beb95
MD5 34089ebb0dc3037433a19512d249d4b4
BLAKE2b-256 f83b707c11ed70fa84e63b78dc25ed0d90fd5208d5eb99d571a516492fb0b53b

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 174be08584e5c686fb02a6f51cc159d6e491fd7a7c7d1978b28f913362c7ad11
MD5 229ca9fd15f713f1ccfe0d6123a5b9de
BLAKE2b-256 b3df74b1cfb864390113e908f16c8d7a353300c1d2d65625eae1f6cf844efbe4

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6c000635c14f11ee3633530ef2d56de1ef266dc89b98f0a5f21e08ab8a9b151b
MD5 e98f0e78269e3e1183b039a06223fe5d
BLAKE2b-256 dbfb1a6856a0f2857e978ce05f4fbf5c53f142d7fa7c257ed3cab301b33d641e

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 832a2d2d8509d98381f0bf09b4e1f897765a9c8e0a72164174bcbf983d7d69a3
MD5 a46795878b186bff3fee3cfd7f08eb8a
BLAKE2b-256 da994a6fab6bd561cd08d521590106a919cda9b4f98823ec555ee345171e4e81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 93697007df8ba38ab3ae3e777a6875cd1775fc720afe27e4c624cecbab7720de
MD5 d4725b6687d8689067b1d36085bd9720
BLAKE2b-256 52b1552c3572fd9f29400b5752e9d512e91dbfd0e4d362c4199d5f2251ad1d3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bb87cf8f23c15346bc1487e6f39d11b37d3ff7788037d3760b7907ea325b6d2c
MD5 1ce3e8410386701f53eb3a6d386af391
BLAKE2b-256 07cd0953e4ea509af308b5f07c1ace2c6f29ba4beef7f6cfabc869ebbe2616e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e822e899c13eb1e3a575712d7be5bd03a9103f6027b00ab4351c8404cec5719d
MD5 a4cd7d1c3ea3d7dba63d6e303ce9f1d7
BLAKE2b-256 2ef3f2cc032c1e7a868621ad5e0505e38a9a612d7f840d28b1674aabc5098b2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6edc57962a9f30bff73fc0cc80915c9da9ab3e0892c601263198f8d21d8dfff
MD5 ff813dd951bfeece5684e6fbae359a1e
BLAKE2b-256 425a2066a655a4b4810f4b0e0b22c972829a53c753185f65aebdc968e0c8ffae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 48e2cf77626f3cfdda9624de3be7f9c55e37efbb39882d2e96a92d38893a09cb
MD5 2b82241c8bbf5bb5e28c6fdceed13a85
BLAKE2b-256 4a9478751567885134d5cee274a82cd6a8150be96c7f907ace7891034b264b65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.14.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 59.4 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for hidapi-0.14.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c8bba64d6ed49fa7ea4f4515986450223f5c744be448c846fb0614bc53b536bd
MD5 643160aab55aa9644c4ef194793d7f93
BLAKE2b-256 caa1229e61f3ec95d485b826aff4b7040935c408c019ee85f736013e2f7c1073

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.14.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 53.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for hidapi-0.14.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 60c034ec3ef3e5679232d9e6c003c4848e4772032d683f0b91ddb84b87d8698d
MD5 d998ef0d54a6386ce3b993c10db06799
BLAKE2b-256 e59bcc13cf86332fec6fd854c0dc6a62c1dedbccc073088be948aa3cfa104bc4

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e5f01e21648a58de56c24a093e4901fca039b9658074b413c2a4ceb16ea6473b
MD5 94bddc5bacef3786abde3dca68f77d0a
BLAKE2b-256 1091768dc1358cf38d68196944090a4b6e7e82f861b92617929e8126461b50a1

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 de5af3941f31cfb044a87fc9d9b2f80b3b71b58b27481d9877061b76e9625a22
MD5 7ef4f190d69cc0a73eb7ce130ba3533c
BLAKE2b-256 24c2e740e390b667dadea35a30145b2989d327400a02d7ad84b3b4c8dcf9d846

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cc654cd37d04bbb782c39901bf872b2af5d3c3ead2b1a23b084a81e469b6d0a7
MD5 6ec5bef06b12229a609620ca9d4b5d79
BLAKE2b-256 2600cd0469e433e7cf332b85b66478e6d84d57a289512a7726de20bf3e9203e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dff930adb37d1bcaeca3cf0dcec00eb72c109aa42c84858809cbae2972d79661
MD5 ff022821aa3250276e9aa8d03363a526
BLAKE2b-256 2769cb4917f262bcb83198d48e16a4298a174110815c2d45fabff870bd76551a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b4513311fad7e499ebb0d7a26178557b85044983199a280cb95c2038902fe1a0
MD5 735e3d342441f56dc2a69c8ac3410f39
BLAKE2b-256 86ff9dcd995ea1be56f4327f1d140ef54777417fe1cd879887f9598429e66507

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0fb47a0a8c3a6797306ea9eb8d1bdad68e5493ef5c8fa2e644501d56f2677551
MD5 5fa97b283d0e0465456015b5aa4ad19a
BLAKE2b-256 ee1fbd93d2faebf636190159982a9cd9e22f1881ce9f4a820e32720599d862ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3ed9f993a6f8a611c11ef213968c6972e17d7e8b27936349884c475dc0309e71
MD5 1bdde490aa73995156aecd4695780d50
BLAKE2b-256 ab6e23176cddd83af1f44438067945e1071e76b6d31297ef4bb1afca87c0b1cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.14.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 64.2 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for hidapi-0.14.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 810ad22831e4a150c2d6f27141fcf2826fd085ccacf4262d5c742c90aa81cd54
MD5 860a566dbedc74e7b61ae4cc7dd1cb9f
BLAKE2b-256 64a45d43175d381f4faa5e7462648fe9f45914c1911a229f35266252b8c073bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.14.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 56.9 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for hidapi-0.14.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 365d7c9fdcae71ae41797dc2dd062dfed4362d1b36d21fa62afbc16c5ec3cd5a
MD5 a6041086d5628fe8fef29680711d27b2
BLAKE2b-256 18a826383d8f6c1d8b24d3a99800abd244ca4687d2686d1cf81772bf9620bc62

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1a63c0bc33329d0e572afe20b9dff27155d4fff34d0f2fa662e6704b9e2e18c4
MD5 3f4affcdcb0ab313d1d41a7597fa7e63
BLAKE2b-256 8ce5d3b13ff1d03c726b41be51f2d86ccba0bec5bdbf8a2e8b07008e7140080f

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 78b176bc64a8908b37d5f34b3cce30158c1ebeaf1208c3b5ed62ad456fa1277d
MD5 c8abf40511f876ed89fb297910c950eb
BLAKE2b-256 78c5c09498f91bfb5fabe472df27119fb5b546827ab23d82d152be0dd2018608

See more details on using hashes here.

File details

Details for the file hidapi-0.14.0-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.14.0-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 103dfa1c19832b8928775ec491c3016c9f9063dd2ccdc37811bf12f3cc0a789f
MD5 bff1be0c15536e8dd74b7d3ff10896d6
BLAKE2b-256 ad91bb0a3af67510bb3125e4dd51f57dbacc380a97b1e9287e9cc190f530b0b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 833a32c3e44780f37d46dffd559b8e245034c92ae25060f752e4f34e9c7efe24
MD5 3e0d2f536f89bf6ae91249919ad63856
BLAKE2b-256 25dc5455996f98e4de5dc3975528e9a232d52c38529e2e9277e7a63bb9ff99a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9e245719a5ede83c779dd99a4553002ae684d92d0f3e4274dcf06882b063f127
MD5 aac8a21e3c0c8143fc185404ede6701b
BLAKE2b-256 d80398e19bdf40a0435a25f4663dcac3cf4cc17a0be2e4b99462ba924254f5f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e6ef0bdc69310cfdff83faf96c75492ac3d8cf355af275904f1dd90a3c5f24a4
MD5 137fac50d1dcd0afb3e5de09702d57ce
BLAKE2b-256 812b75b90cd10eccf09860fd495973c09505d2f9c6f09ad25e8149c15c455118

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1370bc6a364fd292accd580a8d7bac4219932144d149f3a513bb472581eac421
MD5 19d6ff44ee0e88656d58612d9c84c3a7
BLAKE2b-256 fefc728b49630dc704589f4b958d8f66b9af571ff9bf6baf20e310c9cbab3f21

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