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

Uploaded Source

Built Distributions

hidapi-0.11.2-cp310-cp310-win_amd64.whl (55.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

hidapi-0.11.2-cp310-cp310-win32.whl (49.7 kB view details)

Uploaded CPython 3.10 Windows x86

hidapi-0.11.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (905.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

hidapi-0.11.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (909.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

hidapi-0.11.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (914.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

hidapi-0.11.2-cp310-cp310-macosx_11_0_arm64.whl (54.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

hidapi-0.11.2-cp310-cp310-macosx_10_9_x86_64.whl (57.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

hidapi-0.11.2-cp39-cp39-win_amd64.whl (55.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

hidapi-0.11.2-cp39-cp39-win32.whl (49.9 kB view details)

Uploaded CPython 3.9 Windows x86

hidapi-0.11.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (897.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

hidapi-0.11.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (902.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

hidapi-0.11.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (905.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

hidapi-0.11.2-cp39-cp39-macosx_11_0_arm64.whl (54.2 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

hidapi-0.11.2-cp39-cp39-macosx_10_9_x86_64.whl (57.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

hidapi-0.11.2-cp38-cp38-win_amd64.whl (55.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

hidapi-0.11.2-cp38-cp38-win32.whl (49.9 kB view details)

Uploaded CPython 3.8 Windows x86

hidapi-0.11.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (916.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

hidapi-0.11.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (922.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

hidapi-0.11.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (922.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

hidapi-0.11.2-cp38-cp38-macosx_11_0_arm64.whl (53.0 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

hidapi-0.11.2-cp38-cp38-macosx_10_9_x86_64.whl (55.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

hidapi-0.11.2-cp37-cp37m-win_amd64.whl (54.7 kB view details)

Uploaded CPython 3.7m Windows x86-64

hidapi-0.11.2-cp37-cp37m-win32.whl (49.1 kB view details)

Uploaded CPython 3.7m Windows x86

hidapi-0.11.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (879.9 kB view details)

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

hidapi-0.11.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (887.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

hidapi-0.11.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (885.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

hidapi-0.11.2-cp37-cp37m-macosx_10_9_x86_64.whl (54.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

hidapi-0.11.2-cp36-cp36m-win_amd64.whl (54.8 kB view details)

Uploaded CPython 3.6m Windows x86-64

hidapi-0.11.2-cp36-cp36m-win32.whl (49.3 kB view details)

Uploaded CPython 3.6m Windows x86

hidapi-0.11.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (876.9 kB view details)

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

hidapi-0.11.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (883.7 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

hidapi-0.11.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (882.3 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

hidapi-0.11.2-cp36-cp36m-macosx_10_9_x86_64.whl (55.1 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: hidapi-0.11.2.tar.gz
  • Upload date:
  • Size: 144.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2.tar.gz
Algorithm Hash digest
SHA256 c984b7ec2fc2ea987cd44cf06947e55572498ed2d43c64890b4ab58b29af72bc
MD5 66da1266f0a8d52d9da8a2fcbd029c80
BLAKE2b-256 c0361ae403d51262337de39bb026b2ccbe588668273c3361f5d49f0e2094f318

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 55.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b2f03f03027c53d3b427c015937515faaf72d42fc3ef8ac7b8cffafb9e03c44c
MD5 3b7e8608deb237bb54cd1c849d201156
BLAKE2b-256 911e2529a257885296b82252ca6f5880f7dfa42e8363670870df5069b4166403

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 49.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8e3b01acd0ea20d3635284eb3b1b64c322b86b3036f91367dc4f0bf11281013a
MD5 5cdac0fce6d664f170737936ffc32951
BLAKE2b-256 678159d08029f2c21736df0a945200194706a904ac454112a7c9645bbf1823f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fbac1cdd5277aef5c682e31a02638b8b88bbd2b7fdfa271561a86181ef231428
MD5 a92af3d6bd4fc56f28b7067a1288f0c2
BLAKE2b-256 b752d99d745a886b60be216d8a2faf23602455289ef3d972fdd7a6e622e6bb72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1c799d60ec870106c3aea58ac09239849f42ca062ecad5dccadf516e205c55a5
MD5 e2c2281a81231cbccd1f5c50bf49f0e2
BLAKE2b-256 0068c83963d2ef2d6a1c569bc8f898207d0e553fba4d81630cb4d1b56daf5764

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1752c396e0d22ba896712005d9e9dfdad3ac3217446bef0008de126b51dc82c6
MD5 e254107c4e02342e8c067e56db6b0f38
BLAKE2b-256 3de398cf11524b38365e6e1e5c1b39fb248e5061a5287ee2200ecd399cb37dae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 54.1 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1c4ceea536e3a323c057f1dd1b2394a5db13c73393e17b6127e9d9ff9dba276
MD5 635497f419c7023128c8fcc362d567d3
BLAKE2b-256 2a082a2a721023905161e8f03280df86c9a1c4f56707dee6d91d1c83979cdb54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 57.0 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 94da1fd2f83a5a378069c4365624ad55f009284c056c3edd7a811184464b4c78
MD5 9197606e0d07a075c9f346b6b0fca923
BLAKE2b-256 2913391c7d076014e4763ce3b2731dd72c811a7f6030fda03149c392094f5a60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 55.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ce9347211e1c9e57fed8784fc8a9dec3295d14a4ea955e62c8f00a28eaac662e
MD5 f2f7b5fd5c4554a41d93d7d246de0fd2
BLAKE2b-256 cef07140fda56ebbc7ef47a3589da4938d76b17c930ce5c1187d247f7b11bdcf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 49.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 54137df3e14d679db0b7574dcb21cbdb001a2faa3ec47c49b17cd4f1e237dce3
MD5 6a0c6883fca5ae813de5e4942499a09c
BLAKE2b-256 a694733d9a31a4be5e93732d34bca1ba91735378c3fd8cd908add1ab32f7966d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6cf804d58fd6b7f7064577f5ded6487e1466005815a9d83f1f3329432c7e418c
MD5 387707f2cf4bb6b53c426842364ee8b4
BLAKE2b-256 8bbb9b002d75260f7d50731fa58e994df935134fb81d608dc989a208c6dfcab1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 902.1 kB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 41b16d2df7eaaa5d47773b0d768d6a05d3731728ccb6ef4c2e19caa6d7e39136
MD5 f9f2a462f2951bf002d7160cb03456bd
BLAKE2b-256 a4a0eac970209b920383fc57a4aa97145351391771f616525c1b924125422813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 175588e3e671198668d9d67ed6e8d48b10d02f46e1998e734f1c212e76f7df6f
MD5 f393d98176351a2890b26c4aed994513
BLAKE2b-256 e78a635af3b947ca67e7dd0bfa2afbeb07429b7a7531770af3ab0ce8de92175f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 54.2 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e63a7904f2fadab3976240695adc0775f4a473817fa0bcd9230383e70793f538
MD5 ca3fe5169d89f8305c4b2ba54c3fc195
BLAKE2b-256 5b3a18b389f61f95def7970adc316462e9c7b64bd5690175e3cd6e9172e05d26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 57.1 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b3452b5e4cd9ab330ff098cfe7c71ecf3418874efe94f121353ac1b5208fa14f
MD5 323c69c4257c688d220f63b3e4af3729
BLAKE2b-256 4b300994397196a2ce4b7297ab1b919a5ff119779d2c95eb144c86e8194fc33e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 55.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5100b267e60eac1ef5e023342838029c41800b61fe9a4de31d94d9126eab4211
MD5 225526731483c4767e192d0035d5ae20
BLAKE2b-256 5c9361da61b5f3707b412be31e29c3afd04d77bd77153719a2d8e9664d226338

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 49.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f9319f8ea5d6f28737355a8462e1ccee6019b3d2d81a462e54b43acc53f63c36
MD5 d863244947c06bf47b161b7c26a43991
BLAKE2b-256 3cb2328290c3d32f654b954f75dc0ef6063f57b648a016a53aea3e99007e4002

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7539ec488e91839c2c17d4a394990fa64ae4149e397ea859596ef6669b6aa23d
MD5 7e65d48d5f9d6fed037c2ff9e8b27d78
BLAKE2b-256 03d7eea13c7d05d79c5e571ec6a99f4b3e239002eb25c08f2f6486e00a3bf72c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 922.1 kB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 990683ca81eda551cb0e14efa487fb552a11901be06293167f60bf92e80b7cc3
MD5 f0db59f8dd88bcb8abe03a2e3aa5cf5e
BLAKE2b-256 7447e60ef58cae2c6b9762b4a2ba36eb8c5b105ac61d789b0bd4b52d27f2c317

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8320e916dda08d8b38f2552c3fbf63e77212a15b0c1f04dcb604fdd3b3fb825d
MD5 e43d751ffd8d76291556d12735004098
BLAKE2b-256 440537614ae18b482b2f4e0686204166ac7db94d249563ac566d8f7ec50c50cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 53.0 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a031dab7380de39f2e81974e7d788f81a5ea7de3862cec42a382ecae9f20885
MD5 0740e0601115f9bf447888a318ef9e36
BLAKE2b-256 03af4f20fc545f0af93924cd547ff6ea202827593781ce94146ffaa373a9ad95

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 55.5 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3af72e81caa8678c82764ea6f09e3d5b616ada59415a6c1e2ae791a604e60a82
MD5 c159318cab4543324ef0c16d3af2be8b
BLAKE2b-256 e1550d02dfb2bb3341c7d2b41544b2ebd7e0f42b1e8df44c0b5db05ee70bddde

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 54.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c65b5de57d078ce4b723be1341afe479ad0987d4ba859ae3b1085f21643e13f3
MD5 3b6575c9878d0a6fc06eee2e88da2a82
BLAKE2b-256 734f99cf44bd2b9f4c066d2cfc11bf72df41d0dab579e4b988b3c91c7f33db2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 49.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a10fd1d7071e47c5b16a9ad8014adbce2b5dafacd50c7ffcec56e19c8efc50ae
MD5 2d659fd2da6308adad534c75d456b175
BLAKE2b-256 d37d05cce8d5add47c15cfa9d7443696969c7f3507a37f8c30141a698296ce57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54ddf36f9b71d37846c60cc0a7777824a078b4e65c06c6dbd201eec538ecfbd3
MD5 73dea98cfcb3303306cd32c57ba76f07
BLAKE2b-256 b6d73a9c9bbe0a7a85906820e36bbc251f51af9208773d9eb3ffaf0e05522359

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6308ec52a970a491a5a7d888f081d08d523d06a912bdf84fc4d3b109f69876b8
MD5 84462ec806e69991b42962a7d2c4acf2
BLAKE2b-256 a19d20ed6363995d7280da906432e93ce652f571b44962bbf82aa250412d1b6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80b1c110f87af3a6fedad3a0aa1a7a55745aee60470f271d3c333b61da0b1113
MD5 9a02ee9da2d999b26e00629aac6636be
BLAKE2b-256 d12c3cf9e40a223c4582e40ded997e3978338bb750779ec881b36d0f357f7654

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 54.7 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a202b2a83feacffe9bad076d3b01cd43589d80456d23dd4cfede78e45b27242d
MD5 fe3f3b12955b01cdf8491de5968871d9
BLAKE2b-256 cd1babcbd53d17492a32da299ade29cce5bee2aba672de43e82036956aedde0f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 54.8 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0053afb387e660273db3cf252434cd5181c561725ed442cd44024ec2b5c97bbe
MD5 c855a36e04d6883116e490a6ccec343e
BLAKE2b-256 f793e2b6d441dfa6e79d1635ecf7ea07170b84352b245d2821abcc32fad969ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 49.3 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 0be398136fa5fd6ed7648ca7df675100312a2158c39e1de059ea1d4f88e61046
MD5 4139806a6027b712f765924fa774607b
BLAKE2b-256 e7ac5e7f1efcfce6e34972902f0fc15e7e5cd9bbc4f51448169c01447d957baa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5827fd38577304a20268a4da22f4766af3052c33706760fec04f90326dcca5d5
MD5 ec44352cc50f0b63342d1e8997d486af
BLAKE2b-256 b1022a74e5ec463c130660ac9aef2e2265db9f39122c0b4d3c26a678fa45337d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cfd605193ebc0aa3ae71595a9aa33e0a1bbfb172a02c97bbd51bed5e03404fbf
MD5 d90b5491b8028c659f1520670457c5e3
BLAKE2b-256 29793241856189d12a2ed03828cfe5ad8ad366058e9354313353abd8f653de32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4955c649edb0e1418110bfb6591ec5eda29f2b978a8e87b18d0a8bd8e28ffb63
MD5 3ee4cfd4302c1251314f6cd7739efe42
BLAKE2b-256 d92bb2eabb175891d9db6dd3eed9c69d557faf4e434ebdad83eaba7d7b8114d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 55.1 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hidapi-0.11.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 95a50f408716eb3a36bf16939c4f5b7a7940c8ca704272e67144c5eecb27c5c5
MD5 37c80081528b674491c8c407c7244de0
BLAKE2b-256 753df83f1d97e418f5064f38e3a3cfac135ccf6dd9728dcc33551e63470b4e64

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