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

Uploaded Source

Built Distributions

hidapi-0.13.1-cp311-cp311-win_amd64.whl (52.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

hidapi-0.13.1-cp311-cp311-win32.whl (47.5 kB view details)

Uploaded CPython 3.11 Windows x86

hidapi-0.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (922.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

hidapi-0.13.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (913.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

hidapi-0.13.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (929.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

hidapi-0.13.1-cp311-cp311-macosx_11_0_arm64.whl (56.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

hidapi-0.13.1-cp311-cp311-macosx_10_9_x86_64.whl (59.4 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

hidapi-0.13.1-cp310-cp310-win_amd64.whl (53.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

hidapi-0.13.1-cp310-cp310-win32.whl (48.2 kB view details)

Uploaded CPython 3.10 Windows x86

hidapi-0.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (906.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

hidapi-0.13.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (912.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

hidapi-0.13.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (913.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

hidapi-0.13.1-cp310-cp310-macosx_11_0_arm64.whl (57.0 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

hidapi-0.13.1-cp310-cp310-macosx_10_9_x86_64.whl (59.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

hidapi-0.13.1-cp39-cp39-win_amd64.whl (54.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

hidapi-0.13.1-cp39-cp39-win32.whl (48.9 kB view details)

Uploaded CPython 3.9 Windows x86

hidapi-0.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (915.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

hidapi-0.13.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (918.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

hidapi-0.13.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (923.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

hidapi-0.13.1-cp39-cp39-macosx_11_0_arm64.whl (57.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

hidapi-0.13.1-cp39-cp39-macosx_10_9_x86_64.whl (60.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

hidapi-0.13.1-cp38-cp38-win_amd64.whl (54.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

hidapi-0.13.1-cp38-cp38-win32.whl (49.0 kB view details)

Uploaded CPython 3.8 Windows x86

hidapi-0.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (933.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

hidapi-0.13.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (938.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

hidapi-0.13.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (939.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

hidapi-0.13.1-cp38-cp38-macosx_11_0_arm64.whl (56.5 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

hidapi-0.13.1-cp38-cp38-macosx_10_9_x86_64.whl (58.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

hidapi-0.13.1-cp37-cp37m-win_amd64.whl (54.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

hidapi-0.13.1-cp37-cp37m-win32.whl (48.4 kB view details)

Uploaded CPython 3.7m Windows x86

hidapi-0.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (897.1 kB view details)

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

hidapi-0.13.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (902.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

hidapi-0.13.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (901.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

hidapi-0.13.1-cp37-cp37m-macosx_10_9_x86_64.whl (57.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

hidapi-0.13.1-cp36-cp36m-win_amd64.whl (58.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

hidapi-0.13.1-cp36-cp36m-win32.whl (51.7 kB view details)

Uploaded CPython 3.6m Windows x86

hidapi-0.13.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (894.8 kB view details)

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

hidapi-0.13.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (898.9 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

hidapi-0.13.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (898.9 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

hidapi-0.13.1-cp36-cp36m-macosx_10_9_x86_64.whl (58.3 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.13.1.tar.gz
Algorithm Hash digest
SHA256 99b18b28ec414ef9b604ddaed08182e486a400486f31ca56f61d537eed1d17cf
MD5 88954f0674f62d38b9ca59574576aaaa
BLAKE2b-256 780ad71f35a8dcbe88dab21cd668a62b688ea6dd45872feba45a97efd0452c19

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.13.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 68b9281c22e7832e1d140d3eb65718486b61ac24701837c0ff211f2195bedfb8
MD5 59f3fca7b2328479b1c23caa6e06a2fd
BLAKE2b-256 95efb18a04dc6e8982d1ba93d5f15a57edd55b3ea293df3111abc5f2aaed04b1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.13.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 93dfc2739e0d3f773ae148fed9c0f020c13e17d9d512cf73b54a5e60f0b28c68
MD5 ae95fc4eb32daaa3dc714cec46b4799a
BLAKE2b-256 15728f0794535dc8324bbf72fff0f349000a7df95c7b3f9e0b4bfe435890179b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aca9899e7fccc6f9e6a909681c5d97cc2ba224683d886c96bcdca3165454d875
MD5 96c1adf1ec3e332727abf349f14aaf19
BLAKE2b-256 a25fae4ccf06e02c779c6219bcde4102a6b16f0d7a7a0439f040654aa604f4d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 93b95d8bb6c87f6db03b6eb9faffb2fe977ac788791898651826c1b61a4734c1
MD5 c1500bea4aa2fafde4e072ccb92cd048
BLAKE2b-256 65c7156f036dc254a7d8d48ccb72f0cde5389594db463df17b37cf26b6920ff6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c6ae8a0b69ca9ae0ad3f948e1174231a9b781a70ff3642e6b110dfec770cf59
MD5 e280f335543a867b37dcc8ae8011e3e9
BLAKE2b-256 6f002301d08c0816c38bd9e967f54d6169306cfd6da94c1eb4db3002a7d30dcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ebffcf48798bbf2018a86f1465eeabce0da98c2066c99a121db97dd397b798b3
MD5 f09074509a04dcf3e4585bb39ec6fbfc
BLAKE2b-256 1d496f189ca8918b7961c6079c0efa50ea3807f6187c32e4b8deaa02d96e767b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6490021f7d8227fb6277355f143539404c1b9074d77d64febbe0d4a629f0835b
MD5 f4d01ade625e549fd7d2af4b4a99d9b5
BLAKE2b-256 f91e6885fe97745788cd60d1fbaf2eeb64ad0647613b8481aae43e0f7737e177

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.13.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 da551cdf88122e9d7dbb93557efa69d35fb1b1fea0510a5bd461af331ad92892
MD5 47537344cec69559cac41259b06e37c5
BLAKE2b-256 2ec6329aa200308d4dcc44a3334e4216567d6f8581cd494bb6c50b81de2df022

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.13.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6c0a285b3720d1277f318b574d987483d6127b75d7d76decdd6c85c724af8ef7
MD5 c7e011bc9a0e38f3ae9293345f5548c6
BLAKE2b-256 573def8a5b864296ffe6d93ee17f93aaf4b8a64713e11787ec1cc5b9dee66135

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 571e3a07bcbdc13c2d2af9bd09839e6f45cfbac8d5e2d28b7e1b844427813162
MD5 b41b508ad71a73c3770ca1ec8a238d37
BLAKE2b-256 6941ca9015a8eee62d91cbadaaf74ab7e3587b2bca9b677b7327743e87dbd418

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1b2421ace55d1cca96b8d5c09f918e7662b6ac7b7dbb0f624814e831dab5062e
MD5 f216fd94a09c91ea0da72ed46291ec75
BLAKE2b-256 195fdd18e778cd1e41e1ed9641ca83bb3845acc5f3f7f53558509a2ec8442e5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a48a0c3f1113ac05d389ae4eff00485a253c63dc6e7c7c17ae3026d063ca809a
MD5 5cc8fa55af0dbf0a3059290898c018a7
BLAKE2b-256 f968ebc409ce3db60f121dc024126934f64afb7197c11afab5b1bd18f03b7e51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec97dcb6697659be0878aac14143ba00ab43e86a6bbec2fa6af46f833ab69743
MD5 f69a3dbe054090dd9ca2f628f7cb736a
BLAKE2b-256 b31506ec21a5f365671e2eac263b5540ab21b1d9ff82241425f37f755e05a54b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0e245b5177fc59548e4f76400a07a7882fca48a1c650f7c5d902afe519869bd0
MD5 13099edd6566de899df1806597be197c
BLAKE2b-256 310a7637d2e9a940d2ef51c67030994af521d6d7b65f58dd50ee874323c6773b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.13.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5696e1479c203e6123db5f6c5effe6fdca3a5da332bd9ba559687056af7b1d3c
MD5 e57536ea7255c05a90dee1a841447a0c
BLAKE2b-256 eff45cc3ece17b15f1675a759b214a1649266569240bf3bbe9ff15f9ea7c2dc0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.13.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 63494ccce46bf60491d7e44f1371443a178e21afa287b341288057bfbefbe872
MD5 4af975d4077f437c2380a004360594ca
BLAKE2b-256 c5c59c0c1e5e1dc1acba2a9dfc979e8c840c6273a59527269406d8ca6389ebb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ed536627429bc299b28188a28d2fe4230b472d737ee9dc5c8376fd66c418674
MD5 c985cff5f055528d8cf0f73ea6070b04
BLAKE2b-256 0779f4add001f325654b4037c49cebaf11fce4245ce45284d5b31a24e9b0dd5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 22d5af6f776fffce8078d6d3785dc8c1647688183c1dbda24acf6dd841d76ac3
MD5 26af034445accf67abfd6135705a0514
BLAKE2b-256 5d5c3d4fc36068d93192fe75eff20cfef0db2bb251995e4595c1b32470acf729

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7b59778cec7ef9f6151778bf65a1b1dd164014238d7d4345c8e376c4a4baac0e
MD5 2d994203e617235040480bdf14eca38e
BLAKE2b-256 450213249aba8abdd13f38d721be83239db1a8ec6962f8b06911ad7786115b2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 20c06a2256696e83c5f2789dcd9a8109009af5f3e75af0082934867fc6de5283
MD5 f6cf3d7f1c8494eb5bbf8d0b960e07ad
BLAKE2b-256 5bb2ab772052dd4835b46bdae26134638a20e03027460e08d7fda3b6631707a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0933fef6e1599c38093bec22a3dded359fb0a9ce57ab43db8947eca7308fe0a8
MD5 c197c56bd9e3ca4bbc1ef45c7096fe7f
BLAKE2b-256 312f67ba9761341392988501dafe7d5150ffee21dc4a3862e3e69a2c0b004120

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.13.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f5a16a8a97ac944775369713b35bb47a7cb6b3091458e7cfe4fdec3f7ac9c29e
MD5 6f6477db1fb18ed34bb852d344de5137
BLAKE2b-256 e033037deab04c1f6376b639c9abdf3448cad37b7e3e7a97b83f66c481f74f76

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.13.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2dcaf4b9df91a10c0e2904f175c0bfed53d51a3fe73d2aba7061ddc360249f86
MD5 78cacc03366ad7f4bb8b0e91d42bdda9
BLAKE2b-256 90a7ec7f37996a5bd957e4b4c1273e9f5a728c1fad50702f2aae0f62027c32e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8174e095386a37eb3d8eb08e942f3aa7e6bd703c296dbb6c45cbca40862a7253
MD5 09a2e8c02d9f55602573b110d3620b70
BLAKE2b-256 a28c25e3d92d45283e908ae3b1061e873924b165928e44b75acec10734c3ce1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 64ec0dcce28232354a91d4575a74eab77fcbb4379fa2f4650e9eaadd7561d887
MD5 83a21694fb521391eb671dc8f1d8dc5f
BLAKE2b-256 a9ae8222751b47698b75f57485a5623059c9ad1d235053f305779a3437249a26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a3fcfe6e4a75651baf704001ddf765326ddd64b55b1ba6cd0e2e0851409c27c4
MD5 20292b9c84f0e7b11f1180a49ab548b5
BLAKE2b-256 fe4c6beb6cd0407af579bfa28ee407d5f6a812fb0be492816b32753b4aaaf86b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 afc7991c12235f3392b5f744b75878429dbf5a3a4a0d51ca18b1e82ebcce7033
MD5 7ba8e9b9bec43a24efeb685915a39247
BLAKE2b-256 a717c5f27b4369302c368e3b1693ed0b88a5e2e2dff7753af0959931ce2abb96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2f013d7e107aef90a4c79802f7e44f5280f9fd62d3d43e307dd7d108c95277cd
MD5 7a0ff9aace077b84b0df4c63064ef42d
BLAKE2b-256 307188cefeeac07192d26cbc14a4d70dc0e1753e86a471c15aef5fbd6fa188c5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.13.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 155bce0c0741ee3b4cf93ac53d02526ef16008a1ef3d9071cd67dd4e190c02d8
MD5 5c7e92897676df4d4d1b74a6055ec64d
BLAKE2b-256 a06911d1fd8467a4f92307b506b98f075417ea150607f33d14ea152f1cf6066a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.13.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 1eb1247930ebf45275937db011856880dc6e3c961290dc8783835230312250b6
MD5 60817943520b5fb41945b58a36999aff
BLAKE2b-256 8810836b776f62eebd90b4a41927e387c383ad79bda878fe5430ded407039327

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 58580360dc69206a54efccc6d234baa6dbfa56394386ff77bdd67228b27c9759
MD5 5c2e0e297bb043a644923073243f2f40
BLAKE2b-256 940f672e01b740d44fcc83f7a9f50e98d6d1e168e61f5e062016c308e9b5d6d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf6a90f988c3a1b1910f441c29e4c8c21150c6cb0ed5a8be3bea715aed02002d
MD5 2239bd148033e1c4a27e1c02d93b82ea
BLAKE2b-256 77ea2d7a2fc92a6f395354a3b237425336a2cf4f533bac53480240ce30a5b833

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8647eeb286d1b46104a297258b4af15e7878b3dbdb9951ba01cf233b2ff513a
MD5 de2dbfaff6d71731361813f8d48aecd2
BLAKE2b-256 a650170f10da948ebdcec270a58de672b52916aa35f7e6e500fa495d891bc04c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8a735ea49c68d6008b4e07b3de5b4c211f875c262dd14d6669a3629bc482a375
MD5 d02fc06dcc1bb208e5e3d7e1e0b3cf40
BLAKE2b-256 93f31a8bd17c5e2ae3ba3996c4b31bfa7c8b55cba557b1e3bfb4faabbd87bca1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.13.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d1e91ef0cca8185a858491d9e253f585e58888c5350013ab9305caf4b7f563ba
MD5 46c5dd71469ab51525b750a90e0f47d0
BLAKE2b-256 2a876646e9f8981d6be32ab43b7d0f2bc990e2dd14bbf736880c59e2cdd304e9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.13.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 5a51521200fecd677695d7bd12a6efdccf315a16929a65b836fb7ec8596a24f4
MD5 76bcf347e021d0540cba0a1814bed5c6
BLAKE2b-256 3cbd7c8221cba64029efe48e5fcaf1949a3125cb37c61694633af0962883ab11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 871808f5b4c8049f758b94375e24bfe87c8a58f91f7c2ca4c482ab003c9af9a7
MD5 a3f7ea0d3965cf1cbac99a5e01cda7d2
BLAKE2b-256 bc25a034fcbd1b282044a7523bdbd7fee25e1eaceed82e2631ea3a0d952a8d0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6ab4dd2e19918beff50638be89b9626191df4514456fd7388611762cdbbd46cc
MD5 03ad9921d6d5446fb35f9a2f4f53b725
BLAKE2b-256 24b135907a7a94fb2d2d553940dd8094c9b11bff85e37772ab16f41c33a11551

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3cb651134546cabc1e515b38626732770ec3ab0157b33dc132fc2f4607858658
MD5 65eff2a4a369fe755c195e3d18a0fe91
BLAKE2b-256 0071c63524451db39f60769c96571db55cc95dca5d358ea905f4dda17a6b5758

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.13.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3c190d4f8be403c8ee543684013e85494ac690da2d636a03a4f7f5b75b41bba5
MD5 b349883ac5d047f3f691f784f4aeae82
BLAKE2b-256 b5f64fed3c315d54f507546ab3941d598f640a6b80c07c5b4c7fe6bee7ef3d3f

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