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

Uploaded Source

Built Distributions

hidapi-0.12.0-cp310-cp310-win_amd64.whl (56.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

hidapi-0.12.0-cp310-cp310-win32.whl (50.3 kB view details)

Uploaded CPython 3.10 Windows x86

hidapi-0.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (892.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

hidapi-0.12.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (900.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

hidapi-0.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (900.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

hidapi-0.12.0-cp310-cp310-macosx_11_0_arm64.whl (54.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

hidapi-0.12.0-cp310-cp310-macosx_10_9_x86_64.whl (56.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

hidapi-0.12.0-cp39-cp39-win_amd64.whl (57.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

hidapi-0.12.0-cp39-cp39-win32.whl (51.0 kB view details)

Uploaded CPython 3.9 Windows x86

hidapi-0.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (901.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

hidapi-0.12.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (905.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

hidapi-0.12.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (909.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

hidapi-0.12.0-cp39-cp39-macosx_11_0_arm64.whl (54.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

hidapi-0.12.0-cp39-cp39-macosx_10_9_x86_64.whl (57.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

hidapi-0.12.0-cp38-cp38-win_amd64.whl (57.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

hidapi-0.12.0-cp38-cp38-win32.whl (51.1 kB view details)

Uploaded CPython 3.8 Windows x86

hidapi-0.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (920.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

hidapi-0.12.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (926.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

hidapi-0.12.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (926.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

hidapi-0.12.0-cp38-cp38-macosx_11_0_arm64.whl (53.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

hidapi-0.12.0-cp38-cp38-macosx_10_9_x86_64.whl (56.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

hidapi-0.12.0-cp37-cp37m-win_amd64.whl (56.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

hidapi-0.12.0-cp37-cp37m-win32.whl (50.3 kB view details)

Uploaded CPython 3.7m Windows x86

hidapi-0.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (883.3 kB view details)

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

hidapi-0.12.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (890.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

hidapi-0.12.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (889.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

hidapi-0.12.0-cp37-cp37m-macosx_10_9_x86_64.whl (55.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

hidapi-0.12.0-cp36-cp36m-win_amd64.whl (56.8 kB view details)

Uploaded CPython 3.6m Windows x86-64

hidapi-0.12.0-cp36-cp36m-win32.whl (50.5 kB view details)

Uploaded CPython 3.6m Windows x86

hidapi-0.12.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (880.4 kB view details)

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

hidapi-0.12.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (886.9 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

hidapi-0.12.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (885.1 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

hidapi-0.12.0-cp36-cp36m-macosx_10_9_x86_64.whl (55.8 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: hidapi-0.12.0.tar.gz
  • Upload date:
  • Size: 145.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.13

File hashes

Hashes for hidapi-0.12.0.tar.gz
Algorithm Hash digest
SHA256 593c1e87ea9f9c878ffeef61bcac8f1b2dfdfe0266ec3dbbc99ac45e32449cc6
MD5 bc9b187f494c1554f646cb05d3fc0f2f
BLAKE2b-256 be6c2294b664bb3b56c48e0a35c5b4db42f3e62405ee694f1c750cbce214663a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 56.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.13

File hashes

Hashes for hidapi-0.12.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e5f8f15516d5abe19ef7e3356946ba05d0355cd6fc2131d92495af30e89976a9
MD5 63a7f14610c6170243ab21dbc82afbcc
BLAKE2b-256 dddeb33e1aeb41df2a739f82b1481893a3e0ea559dd5e386d10b500a9a5159cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 50.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.13

File hashes

Hashes for hidapi-0.12.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 81e8c741b2f6d16d15075d35bf1e79780301896354e11ecd5f664ce87a9835cc
MD5 b4520d54594919b2ac308c7ce807708a
BLAKE2b-256 cc46ae145e5f500ed5333bd204ef457c4413c547a9b73a2caedaa9f639fd3796

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec5e233a2dfb50bf75194b3874eea8a9cfaaaab60f8e8308de66f2f24e06ed7a
MD5 16cfab36e2d328291970dc916ad7eab8
BLAKE2b-256 3490a9a0faa80281f58d2aaf6e77d06058fcb262b3884196365c7284a5c36c4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0fcf0e658d83b52fc896d68881e378489065144100ad71926f465acc3aff327f
MD5 0b00a2739f108980ab2b99b8ece223e4
BLAKE2b-256 d093fdbd3afb781ca34da6f503f5c3f8a42356162dc88b700e898b32e2ecad7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 de1488e3b3082aa27ca4d4fd4bfdab5e1cc3f6111b42ba325fc4121549d33788
MD5 c77c4f8973c0703b9064b683f3aee155
BLAKE2b-256 3135735e5e34dffb1e91d70457504ad29036939d1c45193efbd7b6cc5a230c68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 245fb6259183df9b011225e2228f2cd3f3a5081e6f9e2db446336535f5d30704
MD5 6aebe0de4b0560bfca2e40a18851ce57
BLAKE2b-256 3760c8bf21d8de1b8a37003e5e9f4a0c0c4603d4d48e91a79984813026f4122e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7f9772f009d256ce4c725ac9a42a0717d6ff91ff3b2fc07559d422ae58c512d7
MD5 6f03cf4d425aa257912f1c571631e572
BLAKE2b-256 7ad82f92850a0563204d2c591b2c17214dc90d248c489a28acebfe7adf2070bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 57.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.13

File hashes

Hashes for hidapi-0.12.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 24f2628ef53a9b01888b2c1748a58f4781d70b9c826a49a1b245b29e961fc347
MD5 aa479a878d3ce34d2aff47e6a7b9c692
BLAKE2b-256 29fa2b0ea440d8a168da94013516be8f6fb261860807938ae6a8396f150af4e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 51.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.13

File hashes

Hashes for hidapi-0.12.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1910994451fb3cee0b6665a3a1ede313469c45bd4989186b1d84853fcdd2bf3f
MD5 6a95fcaeee884e65bb6a6ad9ec94dfbb
BLAKE2b-256 43b28aaf253fa9005cd069a54a30d7525c6cdd5f9830b359beab32540e86291d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d593c40e08f52b916a4f2f7e34a2912bc5999cf2f9e92a375c9e319bc37ab0f
MD5 df3f819304a77f249c6ec243f09146e0
BLAKE2b-256 349ad3896d70f716f89bb86ad5b87cbd8e2c79b8b227fa991abf0a6188755c68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dff231e1e4e6323f9a82f5f3347806182362cf32d901a96a9d6df6b114a98b3e
MD5 5f9a28823ae59113647f8e82a3373eb5
BLAKE2b-256 6095a9ece398f45c4b8f7a0dcd2d6f1d5bb6baa736a1f783b8650cee13e7beb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e99760e76ad4eb7074a14e87f599458f3fcafbafe0203af0ab7a63e65fa3ffe
MD5 5cde497715928a6f4ab22490fc7e8c54
BLAKE2b-256 8f37ba6628742d58447bd2a670e173b0d81b8fb4ac3d5c42a61c09f0a6100cc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 97d5dc0307d961eacd84dc51f52446755ed8fda3e826624e341e5fa16d8f8cd0
MD5 1e9192b2d2ad0a9e975da31f91dbdf16
BLAKE2b-256 3ed3932bfdae9fe599a7f3ced7fc14dce86e9f1df65e3bab6eec7e0f1c0e70f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fb74cbc74a0a64506b2cfa31fd4e0241779fae0cdfcf246fb4151fdc9e46c35f
MD5 055609d3f2a7efea614506945f9d87a9
BLAKE2b-256 250cf1cd8619967d95aa3a8649709d64566d1dd9f2124075891bf4e9504b26e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 57.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.13

File hashes

Hashes for hidapi-0.12.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 10a1203ce52b7046d199ac9a0649fe3b442d00543b19e139e972706290965d73
MD5 0ae562b97a65bcfd430365696eddcab5
BLAKE2b-256 564db195962f0ee2878d1f19e0f43bfc6a7d4a5e35da0863ced08580d25d29e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 51.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.13

File hashes

Hashes for hidapi-0.12.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0d55b7ac4b7d9e7f6c0c243bd1ab0f566bbf92a8c2fa71f307e075a931eb6f0a
MD5 63da5a720b9a60c92cfcfba0e830a613
BLAKE2b-256 d649fd2bc345dc618597089418c88063d335ae91467eeace707cee000412a353

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 58b9b0f7c37f21141d4a2697ce3926a31c1753fac6da21d9e7bb2cc89289f1c4
MD5 8b5416e9aebff3cce67f9c20712e950c
BLAKE2b-256 273aab55850711a91f927bb5e155313cb948ed3dce0214e8a62afd3993b92f53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ff682de3300353c0d5c880cb2686b846c696228a91935218350e33d4e19eed15
MD5 26a4d0c65e59df4c16d4430aa6864ab1
BLAKE2b-256 d2f97958e713a6dd870b77cab08cedd97c181ff52cc6795aad5eca6a1cf6ca9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3ad5f62485dc0b3c98de291e0e65c9f639067a11a65605428fdc083b7d263a2b
MD5 f62b2c586b40b569194b1322744a34d9
BLAKE2b-256 86ad1a47447ca42cfb30cc47ffa112e01a068040691af768dec358d1d79a464a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b2c044534eadad983037cf273c147e9a4cacf1447dbc3645dfdbc02509cdd444
MD5 ad26d32df78f3d29cf57aec334f12113
BLAKE2b-256 6146f902af29f9dff17b7eeb214a4769c9d3aca8e6bf1a57305deecc0eefce33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 47b6d7132ca294ffe32b3e651999d79be8bcc27e7fbc33ffdfdd5101770e565e
MD5 f727adfee15eabc1b700a33dbd4e3f31
BLAKE2b-256 184e865f905e7bb406f67f42f7ac988b5ad01db42314da7b708f85579119c487

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.12.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 169f153612127c6ce291b51cc1e84978e2504f3ad220af65e9999d20bae6235a
MD5 41cf40cd6960bb92484c81d8462873e8
BLAKE2b-256 0a9dc6bb645a660f1b25ef0f8f431aead38e4df945c3418c51d57ae27348e345

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 50.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.13

File hashes

Hashes for hidapi-0.12.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b6e86e7e9274112340f73f038b5bfc869c2e0d97fef03d8ad4423cd785eb0716
MD5 d3b5ae80bbe263c8461de78f16e26bf8
BLAKE2b-256 6bb72f04b3f81223bef5fddf9dd477400a1847b352f336f963b3cdfd4f398753

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 edff97f3c1ccff543fd015181b7cfd7f025ab8527739eba78db39d1818c55286
MD5 a3ecc75ce2474f8054332ca8e59ac865
BLAKE2b-256 5be57b55d27723220cd4c70d29686dfffb6f98979e4a76b0273c5259a9aa5348

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 178a21ed56c578e5561b3a38011d2083c911b14987cb568f3d8b4b4c1ece8fe2
MD5 78a30cc2f179e09f16f8937bac302fa7
BLAKE2b-256 7172d5dc0afb4a8795cdfaff01212b740c76ba19af07037c61be8845b717e775

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6fb73f55508ac5743b54a4173b456afb337707c5890bc2abad397d369d587416
MD5 a392f38dcc6c7a7c91331b4d5abf9e62
BLAKE2b-256 4d69721a3079ed3c7ba816e93182b68e1d9b3d9e1cb9ee08926e367576d22947

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8554f456efb44e64df1c206b99d07a6bc7654f538ecb40eb6f624e61f01e6b10
MD5 e34500570238df3e28264617e64abd4b
BLAKE2b-256 15179f01c90d0e24324b002b5baf3b1f5589de94439ad0cb1f19926b96ab79d9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for hidapi-0.12.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7e877229c00d5c157a09a85f59d35d87fa9fab580c224bf14116e39e88df7f22
MD5 239d30d9fa491846374703cd59dd8404
BLAKE2b-256 8d0f72a6ecae5d10a3fdff688ceb9ffe191c022b8a826f1b48142e8f671a3ea9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 50.5 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.13

File hashes

Hashes for hidapi-0.12.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 710fee160754c2b901b28e2ae0393a33fe33093b1cd90c06012ff22e9a971cab
MD5 fc93a8a0849f062cdc5e296af1137d88
BLAKE2b-256 e42a03693e6ef8d52a435a5577c823464af3501d7fc513c9eb5132493677d8f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6cc24b990e8564799f1eb2c08b56dba4cd32c36494ccdcb5ee83e0b3927cde4d
MD5 5e99167813bbffbd82da778a9d078349
BLAKE2b-256 c477d34bc854a8f71181daa10c3a7dbf9a3718960dc4a009d5fd6a6cc1962f7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fbf64dc533a12cf771ca5351e7beefa379fbe356cf07f2a275b98f6fc641fa4e
MD5 4e71b899df1dfa9af039b07127df9b2d
BLAKE2b-256 02b95a55d473a6bc3c41cfeef9c237182382a2f37472b11c467087d0a2791bea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cbd1d61931b03897393cbf9628ea1d1c40c03e513dfbf0f66f52207b1d1573d9
MD5 c6e67df0312b36c259c5a1d98490d7a3
BLAKE2b-256 86daaeea33169483e18ac7d7de64f0dee6bb2c1e8f0a46495aa1bad1339c3ef9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d40c96a1635f30d57506812ef2d67c5e3b63adcf10ff47cc875e24de135ca6eb
MD5 c264f87bdebc2ebd0a2bcb3619b0475c
BLAKE2b-256 7cdc5cc4dbcaff7399fda7201b3f84b9115dffc5e659f26363194598019dd21e

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