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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

hidapi-0.14.0.post2-cp312-cp312-musllinux_1_2_x86_64.whl (349.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post2-cp312-cp312-musllinux_1_2_i686.whl (335.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

hidapi-0.14.0.post2-cp312-cp312-musllinux_1_2_aarch64.whl (346.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (711.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

hidapi-0.14.0.post2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (738.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

hidapi-0.14.0.post2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (717.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

hidapi-0.14.0.post2-cp311-cp311-musllinux_1_2_x86_64.whl (344.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post2-cp311-cp311-musllinux_1_2_i686.whl (328.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

hidapi-0.14.0.post2-cp311-cp311-musllinux_1_2_aarch64.whl (338.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

hidapi-0.14.0.post2-cp310-cp310-musllinux_1_2_x86_64.whl (318.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post2-cp310-cp310-musllinux_1_2_i686.whl (312.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

hidapi-0.14.0.post2-cp310-cp310-musllinux_1_2_aarch64.whl (312.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post2-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.post2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (707.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

hidapi-0.14.0.post2-cp39-cp39-musllinux_1_2_x86_64.whl (321.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post2-cp39-cp39-musllinux_1_2_i686.whl (315.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

hidapi-0.14.0.post2-cp39-cp39-musllinux_1_2_aarch64.whl (315.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

hidapi-0.14.0.post2-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.post2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (710.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

hidapi-0.14.0.post2-cp38-cp38-musllinux_1_2_x86_64.whl (325.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

hidapi-0.14.0.post2-cp38-cp38-musllinux_1_2_i686.whl (313.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

hidapi-0.14.0.post2-cp38-cp38-musllinux_1_2_aarch64.whl (318.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

hidapi-0.14.0.post2-cp37-cp37m-musllinux_1_2_x86_64.whl (294.3 kB view details)

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

hidapi-0.14.0.post2-cp37-cp37m-musllinux_1_2_i686.whl (288.1 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

hidapi-0.14.0.post2-cp37-cp37m-musllinux_1_2_aarch64.whl (289.4 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

hidapi-0.14.0.post2-cp36-cp36m-musllinux_1_2_x86_64.whl (289.8 kB view details)

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

hidapi-0.14.0.post2-cp36-cp36m-musllinux_1_2_i686.whl (276.3 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ i686

hidapi-0.14.0.post2-cp36-cp36m-musllinux_1_2_aarch64.whl (285.2 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ ARM64

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

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

hidapi-0.14.0.post2-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.post2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (658.6 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.14.0.post2.tar.gz
Algorithm Hash digest
SHA256 6c0e97ba6b059a309d51b495a8f0d5efbcea8756b640d98b6f6bb9fdef2458ac
MD5 335d18f62386fc4534517f88f6a3d4c7
BLAKE2b-256 bf6f90c536b020a8e860f047a2839830a1ade3e1490e67336ecf489b4856eb7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 493aad5fe1630f547857ef93a150eb99c07e836b82a340bd0cfdf87f495c983d
MD5 0677fe73f2d8ef6b09b141ec23719a73
BLAKE2b-256 c9e7738e5915af08f9937acaf1b30a491dc5a7ca67717ce1ef2efddf702f3ad8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6f35ad2007e04d6dd80807d72a66781915da538818587f950cea3c3c36512aa7
MD5 4dec13f25a5ca4c38004631e3f289d82
BLAKE2b-256 f4fee51acd3bae6917c667118aa5481cbf96c42ab6459ec0a58ed14e1a7b8469

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de561a9336aa92263a4a5757deffdacb0e04de84590e15a7d5413f574790a210
MD5 960328e514eb190edb79526a92603af3
BLAKE2b-256 ce1cc1949180a8e9231148d6c7407653c1e2928cec0534e8039591a1188d1a7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 59465c87f028e70162f04d3e69014cd03bb2a4ceed7db6d0a160ec9627fb9324
MD5 39ed977a1e60e96e947ec85b991cf024
BLAKE2b-256 a6f7f6dfb43c37949a1300504569b18857d975f6d92c0a0de52247865356ae55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 556f99a3887065f0e86fb4b3968800c34fa25e6ea54047ef850ee639c69032da
MD5 840126460ae5b54479a4a408e1bd89f7
BLAKE2b-256 1d10be6935a1e26f5d3a41c63b8b365741281034900ca56611366433f3413c2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b5b979408ba1c65ea7e39e35e6cb9d29705265ebfca568627333876f7a030818
MD5 09a2010912ab3f0d9f698b9483104189
BLAKE2b-256 4fa71ed1c4c0c153eac0a2cce1a0b6753eec35810dbd9e483cc49a8a7d84a3d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eecc24722c561348c04f3f0819534028a7dd2e35a16f195625e2465f95fb8c6f
MD5 b57191dbd149c3f5f469b6af235462e1
BLAKE2b-256 8242ff6bf1a9ffb09d7d150bd144ea74774d8c303944cb51075190f224eb8964

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 511ccf1fa7f159b95d31d9fb718ebfc35322252d7355a3afaa724b65cdbbeff6
MD5 84633df47d4a0d5d0d88c8365c5132d0
BLAKE2b-256 0b035c85e738936bf8b57f557970701fe65a0290a2d3693ee2c966bfc4cb09eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6e81890f51bae29ae81c3ff02fed754d05f69a408fa038ff1056aec90c56333
MD5 543996d664c761a495c3e08bcc9c6555
BLAKE2b-256 06a706ff3d65dbad868ff4bc21726823b1101b6a7b1281bc44e158b70a30638b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5eaa04f8fb7b5d9d7e3eeb502317941559ecfc4a76d2527ee0d1d835794ac5aa
MD5 804787a3360d6fd763f0d12fda8a4551
BLAKE2b-256 b4d610683f04a49cf6ccfa6186940732ed8d15e5c86ea1e399a4dadfec7c1ec2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c79d60d42b3437e0553052de108253db0e9e4a5c432996d95028d219afd4a3f3
MD5 9bb2cbd3b6e5d4d2380e855ef48a03ed
BLAKE2b-256 667ded6c213a04d1eaaf1cf1962872aba9821ce5fda2498793957c288ae07c32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bfe65ee33f0ecafde4e742fd7c8482a914bcd0bc69c04edf40788c714eec865d
MD5 c83dca36eb9b8815a3492882e35e3cde
BLAKE2b-256 a2da148ffbeac51ca409f54568d016d67d7bc234d9cc39d4f44c1d415e7dac01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 70038c3bd26c2ec7520964d9cfe5df81928ff34a2821e83914c28a9d4d8550b7
MD5 4061801d9055c32eb013284fa4d602d8
BLAKE2b-256 7279599df7f0d40725f2456fff05b99a75a68d150916031ef0e5b01333966d8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 04fd0c791af679dc6de02205f5fe321e46b7cae0e8d10d7f579abb8bcca0c595
MD5 84a8f5a80cf3c2418e25c1a1515f9a59
BLAKE2b-256 ed5b25d7b9794b2017a315573464ea39617e40702acb82dec9c348a52d288433

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5ebdc20915c6256c738116a3491bc5194d74233bb6a4ad7d05983dfec54a22f2
MD5 cd1e2d2ccc562a4424551dc76213d6e8
BLAKE2b-256 381345cac0a2952f1cc3f5674b599d083e81cc0816e877949dad897a51925dce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f95340c0d69245820a2075d516df9a99c466d92db29fa78df5f13d9cfee4716d
MD5 fc9992e93b841d3a075cbea75118f32e
BLAKE2b-256 46070d773755e0c629cabd6fa10251929fbb6cba4c1936116d753e77a792eba1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4a6991f55aebd3f84cc924fd838e0052422a5a3921f5d7df0ce6c9600f09db9a
MD5 a5714494c57f3ca8a66683a29f963273
BLAKE2b-256 afc6d129b74e0028ca8401ecbeffb9cd1bca377262a5dcd882ea4999ba25d416

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ef474da943187befd9a55270ba521f42930565b84bd59caa276adeda29669853
MD5 40efac71a59f9e23e01ebc1a334e9efe
BLAKE2b-256 f5d2ae65b9cecc3ba140b7eff02d3f67ed56203b3715926b3f1f13d82ce7a966

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b1bca2741492c67a6cb4d7b57c0db734543556b369d3604505c62a47607767f
MD5 dc85350a5cf7c1bdf0451dd82ec6aa40
BLAKE2b-256 e81d7a32933a022dc42d9a796843ceb05c038521318668400da5eada1ac66170

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4d3ca0ff9179bfa2337b36eaa6a4f1a3e4c8e643cf698adfef65700bffb6fe5c
MD5 c462df7aec0a58588f4805932a7f9ac7
BLAKE2b-256 bcacf6009ddff800adcaf0f57b2ec4526d9ae9419d28391e5580904ce6115ba9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4635c294a2ccfe1e862ba324dc4a5c068fd989c138b09880052a5903b37e0d54
MD5 8334a7c1c01e4eac65bbeed9b59345f2
BLAKE2b-256 3c9d84f05fccaa8e72589ad1a76581d1fa305014b7064d9aa6366e61ef1881ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4379f218712f9800c6d89c17902da5ebb06c1e6afde66aaf2d8bd0f5f6fb9232
MD5 d07db0cc4823df52c0e596e312b043b6
BLAKE2b-256 52df608d3c86255563be3649b8bbd9faa55b162ec6f14850c0cba6d0033265e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad21f0da766df0177d2d8bc06c8fd65303a37f79d2890e8133980080e1159eb0
MD5 cb23977bb935818ddd5396939f19f732
BLAKE2b-256 c762c098e00fd27719fc3fb1893d43871e72ff9a93fc71fa142eb4c00df561e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fd985ca84d7abd0d8fa57a5f1639d14292429028588b19f58b729b02c0ea9928
MD5 2bd9d1d0303c90222e7483b5dafb7b4e
BLAKE2b-256 578c8510a96dff8b25a422b0adb7e3a866a976114aff848c1c7b4ad692ff767d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8b000a44176e09ab2921aa1402efbaa84c708786c3e825b64fbac294353b373e
MD5 140abb2066236b3e0a8dda7583455919
BLAKE2b-256 73352cb839ba8760591aaa726eb39db972609945c61710dcdf975abde5150e4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20b981c6828b92ac8c5e2fb3182fe95c528dc8355d298ec457ae8773dc1ffb2a
MD5 035550593a81ec6ac25a0610c302c2d4
BLAKE2b-256 447278358428e11703082ecf4d3be17dce4a9059002ead03b1cf8e62021161ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b606a4123a296f63a0e8d9904ddbed6b90957f454cb3df315684eac43bedc1e6
MD5 26fd020a6679282894b13c1ac3728048
BLAKE2b-256 f19e1444fc493353a3a2efbad9f10afc7c1f3d70ae45d8dbfdb30a6f8a295284

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5fe7645dfb3d577428023ea855664602d55dacdcf474c059217c6f5cc175bcd6
MD5 de5a8a72ec99a9e4a79b5917e541c867
BLAKE2b-256 952287b6742316d3bfad9860d467b5ef91411f52d1e2e61ef75fcd03f56f7669

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f6c27a5efd629dde57c97bb621bfe87fd40ece01c3c80ca8f937cfd8023adbe
MD5 54d6843d7bed622335c159f91a9ed4a1
BLAKE2b-256 eb7341b979989da9b98db5459f64d67587694b60aa3a786062e35b643dd5d550

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 023bca2a95856c185b01978b3794a8302e5a38cf1a8fa7b9c14c537b928ec762
MD5 b9607e6672011eb20207dc7c862cb9e9
BLAKE2b-256 e1ef63f83e8dbad9467bb0a19ac3c6a3d9d442c3ca521fa18d31c3738022c502

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8e1d0396f415cb5d1cd3a1dfa8c0aa15d14f8849e7e0f9b4782e614128ec15ad
MD5 d4bec38eee790bba56102d0a9eb1cc82
BLAKE2b-256 de3e2c683db6f5c7ff81ac288f55223aca7460ad6155e612f4e2d225af8a690f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.14.0.post2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d678979fcffd93d1d2f69ca080f3af994ce8be032bff3d929f45f1cbf2ce74a3
MD5 513ae2072f559beca0ec5d2aebb8b179
BLAKE2b-256 a6e08c94dd24844e008d65196d587ca604aef022177ea9fdd568f27b3aad5afa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f1d6f11234b9a3fcfd1d81e328cd4af09ab4e7e9b251f9eb772542f1ae1fada
MD5 a266c7e441329d361a9e719d7f3237e0
BLAKE2b-256 d8e658754866d59605980b3a90a3552cdf84a4b834e67560bec67f5f0c09978d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9de52268c4f29f23061d97020b46d56b03047834897be3bfcb95ebd89d32d636
MD5 2193b957b1b9c295c056ca7bc598752c
BLAKE2b-256 5dab0da14a76376c4989a1658edb1ccc2d48db2b760fdbf95c60569df2abd3b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 91695c2f5ab3f91e27b4e1782cea57a517472b2d57e49a3eec5c86b5fbecd13f
MD5 889330695106d5674ecda3ec58e0097d
BLAKE2b-256 33d0a5ea75661429f0322dead7f25f4a322958595cc85bea0a6ae43c69391d6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 386a9df574ae5715f811eafe5d8207c2eec986543146c27b4beea9957ec95567
MD5 d3874b67f200842cb01d7038e0fadc18
BLAKE2b-256 7dbb5a58bc75b900c3df73e03d7ef6761d71d35b0a028952ea95346fdc5410f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eccc63cd08142791ffa2c213c6f47f3094a267a3ab2c10261704bdad08ecd806
MD5 568a1c01ccdcc23409ff08700398382b
BLAKE2b-256 d943904c1e92dfa36b7c69e694c136f663bf67868194ab76adf872f3db043a9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27e68dc10e6a06ba818d5f0cdc90045332784cf485279c18d7a054b22344814f
MD5 9002434ce2957820bda2c73f5386fdcd
BLAKE2b-256 b992ad1de6a47c54584731fbc1fb3192eacf0b99bb30e9679a2f51a2691bbc8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8727975928662fa3d43abcc97acd581a3d4a62d6e701881e3296f40335f1778e
MD5 e4aeea9596aa29508d758a4da8e357af
BLAKE2b-256 14531ea797507b60d9b3212fd3da17f60c623bc86f8bc80a8506f8c914d9863a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dc991af741ca3caf582ad1c717ce81c6c4021cbcb237eae534701beb819f867c
MD5 43042e4b65d879ba245b0ea442806cba
BLAKE2b-256 57aaee0d04463b4b591f0ac09d70cf28f9eaa3a4f497720e996fad7b0041994c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2e604d59634a6162fcfbf16b07d2c6cc6dc278ba260246aa22f0b4ae6dc0e586
MD5 a94f797f6c723b01e2ee7f07d3937f27
BLAKE2b-256 60d4b96967e7af4aa84502ddeec514aec14d82309bbc839ecea0da746e4f7674

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.14.0.post2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 10f015eb35e28f5101af5ac16df0f08e0a31912dc8a5704c828d8ff0c3776b0d
MD5 a1f7102b16c9b35e6a945929792398d5
BLAKE2b-256 da53e3f9ae5a70e565aebb244f23c33550762d4f1052e4b9b6bddff1cfd3b8f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9494327db1e6e5fd6630701cf4cc28da9dc2465d7903e9f2c1e9cf2228f3c50
MD5 b3a851d1837e1e322f25f001fb2b7d28
BLAKE2b-256 ccb939e00d1b19f561d46c61544c74e3d4a00cb3733ebfbcccbbce70a0078b0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0eab40fb174db083233d105fdae17e5efaeb41d887b48fe4cfe98bfe48c03617
MD5 958fd853e215397ba59a2c563564644e
BLAKE2b-256 9983d1d09078243f5a3d90ea7aa12cac5d3e39a44e7eded65424d566ba7b1cae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 857b81b124e6602f77f711b11ce08cb809a7e7e698751b0e09fff26f40571ffe
MD5 611e02013ddd23b8b02b54c183a117bc
BLAKE2b-256 1e6fdc8b835a1868c869204f0d01bc94add8282407ff3540a0e2090f0b5a4432

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f87614ebc0cbc399eb7682a6f1f18f4afd522e2b76df888ddc4305f6ec3af186
MD5 4a8ce28180cf496d31a0f0765a1c304f
BLAKE2b-256 aa7310505e614cfcd8b76a1f2156e7f8bb643d71ec90c012f7a9155ad3c49d5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f4b7c2e84ba004140d8555db302daf5d3f9d1d073cbc680b4cd384ee9a943395
MD5 9702bcef5b935c309559ed9d603a2f8a
BLAKE2b-256 400f4a0ffee5f9a9fc08d4c2340488ae0266273431fabb2b65d462a05359ac87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5526d812a53e3050317003bfa6a923ab1e8d4bf10a75a3ec4e2a6361b9967d2
MD5 f51d2f4a7dc853cef4a6242cab6edd28
BLAKE2b-256 0453b898264e8c84afda7646783e3091ec6fb4c7ea5b1ece84b09495657e8c5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03926c1e788daff7e038f2d39460348ce5d624a98a72d9d291f619c9fbbb754e
MD5 9eefe04ad6d1ad6967f921d8d6997a03
BLAKE2b-256 1a5b6e53189089bcbd4c2aad77104b937ca6339a119dcd01e0d4e639ffec4ffa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6110c47d531f9d5e2947619f11623371d3efaade5b1ad81501ed0b6767296bbb
MD5 d04c7ce20b8343ce25dc45365261b18d
BLAKE2b-256 88a4ad061ad9ad4ca39f3466f9e194290b08f020068a79867b3d2731a0b6f701

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 466b4c2222ba58dd6603ca31777b8210d414751ae3a6e16d27d830e6d402a691
MD5 dcb133cbc61177862feeafe64f072040
BLAKE2b-256 6f1080d843c9a643ed08f7b53795e1bc30dd0079c2cc982da1b73f0cbdaae95e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 209208db37a061ca08786184bc7060aace9e38bc45de268e60ac808e0f42952c
MD5 67326a46022bbc9d7108d9b43bd62fbc
BLAKE2b-256 8cda1192e0ec8a54426c08da2daae42e8478b18469d725faf744120aef002aeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 44438fff75b4ccd158a0ed692dba828a3735ce4963d0ae3a03c4b6dc2a020f18
MD5 cdfb3157bc7a80472b7626a5e3188b9a
BLAKE2b-256 24f31446035fc730cacefebdb77d0d857f7dd29872416cbaef03e5cf99e17645

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 07841b71d78e21f15fd2ea9d7d313c7aa088c3415d6cefa1e932353fac6eb0b3
MD5 8f5d025e6bc46412543f3ea050909694
BLAKE2b-256 5a868a5609639c8d06a0e50e8f15fed0eaebc363e4ef7203e174e07b62d1a57a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fafef403f32514c069cefe9484f255ac6b2bfa11f9160f22da3ffae8c4b01dea
MD5 521e810492368b16889839934e208250
BLAKE2b-256 520c8b55d95e8350cfaecf59ad4bfbfc01a33778c4afeea2171a1f003f5a4986

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92ac5a88cc56f2b30d13cfb4aa208b6c4874a1d3fe80855d092e1c33207eaf27
MD5 1dd46b1e91a89ec081ef489d519f4a78
BLAKE2b-256 1d147f4e3a6b299a4f60b1f7e5990025156d4a4502c2c0c66e5ebdcecc642a15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0a6e7570cee92762a9d6bc785d1ffb221081fc28ba2bcbbd89030cd2757b5773
MD5 8c285da61b059332abdb48450b8954a3
BLAKE2b-256 e9722a16c56893beeb3fc7a89aceffc2101b8d7fb422aa8bcd0bcaf260593a4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 39104841a2dce697cb4deeefe0ec08710dfb4258c6b078656989e11d1c62e71a
MD5 e9765b63911945e3470e14daf8202685
BLAKE2b-256 f828d5f1f738aaab8528d58621ef56db49bdcddae5abb9a662fa2e5a1be83151

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 251f93ae3e919bfc06217a2362239982b8d0913b38071b0a9253934275158e10
MD5 418633cc5ad9913ec7730f8baadb9b55
BLAKE2b-256 500eb7f26f6c6cdd90faa132756553892b5d3c423d3e1d2a3a18a591a1ad319b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 5bd9b996882d9542cd1a927fbfc6c5ac34fe3290362050ad68d379b6a100c470
MD5 977c954ae38a650684eb2d825c446613
BLAKE2b-256 110c3a9da7faf211d0326578d6234c35a74a84696c1f3ba6e15f754f8f6847b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a1cf34598f7642dc602de88ae1ed80ef5f4efb7e5b054528e33745bdfd93379e
MD5 b28495aa80a11fcefbc0c4b670fd3992
BLAKE2b-256 a350e2b9275d64d7c14a750a9aabdf51b08d61447d2807b8696d1d913a346103

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1c2eaa44f86700dba943bf6217157631e3ea836569b6494abfa3fff49f50b0e
MD5 fb36981f2afd3ef283ec7151d4f22b48
BLAKE2b-256 feb52b7657d2b24bc3a73062edd6d623da4a31b8ce36d5af29b4ae5d5b57bbf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 84e921d9de9dfb39a0cbce4db94d9ea00365f1137f12f24b22fa14170d0efb4b
MD5 3f85b498a85835a207e401f08311c1ae
BLAKE2b-256 da2a7f73244b5bd26bb4857fd947d53b3699c7fb7226e9740723c0d458448265

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad280e0db1496d14c471d83c0157f1ac440c06cb143e05096940d397b3ab04ba
MD5 eed28aad5684dc41d19e5bca0befda54
BLAKE2b-256 6ccdd8d97947ed1e8841996ec83cc4dea1db9cc8053e164f09f608113f093ee1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 826dc8b82a094e80538c68a3e0d6b252b765ea49daa9bfbde0221fdb1eead058
MD5 783c88df1ee7a63852c8d32d051fb060
BLAKE2b-256 49b94f1210d00d744167836eb7fda59c6fcfdb4723e1e498d8adb78a3fc1ba25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f30df6f41d504a7bceeece097e2078ffccb91acdcdc0a553b27377c48f9cffbc
MD5 a346646fbb2dd298fe1182a88cc65437
BLAKE2b-256 5dbe1d462936f46bcf9ce965c3752fb9f52a119721e8e2983e0547079fdc84aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 127e4f0b048ec9fc08e29596de411bbb856b6f224ecca26b32ded398340f9d4f
MD5 4e016abba14c2526ed79b9d961ff8bf4
BLAKE2b-256 6c304dd3d14829bb8290f3b769aada5aa9d8122a038a088dcb5f4c645828d73a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.14.0.post2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6dba51ebd2c31c06f33fefc3cff0f48cb6a0e94015392f09e91a1504cb2b3a32
MD5 81651c498cfd774033411416ea3f0a22
BLAKE2b-256 466739c846b825a6dd61c06f5b970429abd40b0d11530f48e958975efdde8c5a

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