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

Uploaded Source

Built Distributions

hidapi-0.11.0-cp39-cp39-win_amd64.whl (48.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

hidapi-0.11.0-cp39-cp39-win32.whl (43.6 kB view details)

Uploaded CPython 3.9 Windows x86

hidapi-0.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (807.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

hidapi-0.11.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (815.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

hidapi-0.11.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (405.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

hidapi-0.11.0-cp39-cp39-macosx_10_9_x86_64.whl (48.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

hidapi-0.11.0-cp38-cp38-win_amd64.whl (48.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

hidapi-0.11.0-cp38-cp38-win32.whl (43.7 kB view details)

Uploaded CPython 3.8 Windows x86

hidapi-0.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (815.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

hidapi-0.11.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (824.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

hidapi-0.11.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (415.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

hidapi-0.11.0-cp38-cp38-macosx_10_9_x86_64.whl (47.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

hidapi-0.11.0-cp37-cp37m-win_amd64.whl (47.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

hidapi-0.11.0-cp37-cp37m-win32.whl (43.2 kB view details)

Uploaded CPython 3.7m Windows x86

hidapi-0.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (796.6 kB view details)

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

hidapi-0.11.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (803.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

hidapi-0.11.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (388.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

hidapi-0.11.0-cp37-cp37m-macosx_10_9_x86_64.whl (46.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

hidapi-0.11.0-cp36-cp36m-win_amd64.whl (48.0 kB view details)

Uploaded CPython 3.6m Windows x86-64

hidapi-0.11.0-cp36-cp36m-win32.whl (43.3 kB view details)

Uploaded CPython 3.6m Windows x86

hidapi-0.11.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (795.7 kB view details)

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

hidapi-0.11.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (803.1 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

hidapi-0.11.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl (388.3 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

hidapi-0.11.0-cp36-cp36m-macosx_10_9_x86_64.whl (46.8 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: hidapi-0.11.0.tar.gz
  • Upload date:
  • Size: 131.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.8

File hashes

Hashes for hidapi-0.11.0.tar.gz
Algorithm Hash digest
SHA256 91fb1f4053122716c3c5a566862a7ffc51aecdf262c079ee5166d1bf0781d89c
MD5 e0c174c614289280ea6a33ff490592b3
BLAKE2b-256 0db789e0b60c8c6e592e31b2e92c5201d74598dd59297153f0c149ca5a25480f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 48.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2

File hashes

Hashes for hidapi-0.11.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6631b88bab7ab78b6a6fe07227736a1460e57c2c8524ae45942d1b439900819e
MD5 2cea8c323aea3058a011339ae452b83b
BLAKE2b-256 935ff9b554a5df923b3b37f2c3ae9347bb511cbf849a6b16ecf30002b2ec6a13

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 43.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2

File hashes

Hashes for hidapi-0.11.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 772799efe4ea97bae8a1fb96c8985fb1e47ba1630c6cd6af6ecf03b72095bb01
MD5 113ac7189f252843569dfa888a5b04cb
BLAKE2b-256 c8708d4d7d1ae3fba8fe2ce14698e764964822a3549d1c5397b4feb2f4554094

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 707564bed8a257f7b9b40da33c38f746186f760088475ab8ac6dae5ac04766d7
MD5 109756008d03cdae8fde2cf7a3150170
BLAKE2b-256 d1faacbb2dffd188b2f7aeb0ceefceeeb5ab76072f445e1e109d95d811367726

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6bb20856a9f980e0fd19bb6e607ad646b7754e53c2e7551c0156206d8f8ebe04
MD5 6874929a724956d91ef9dc46ef031c20
BLAKE2b-256 9685bec5ed3224e3c4a73ba6c518566a8841ff5e8cf7d6c098c5ba0297f45825

See more details on using hashes here.

File details

Details for the file hidapi-0.11.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.11.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f387710f0e09892d27227f636965d1e94d3f12fa816d56eeac94e75511f68114
MD5 b1a89db73a51c5ca290ec463ef7a4aa7
BLAKE2b-256 42ebe7d24dd274c3a1b7bcc444e6af114e2415aaf45d22ae0898108d2537e98a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 48.2 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2

File hashes

Hashes for hidapi-0.11.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 370b33513b649598e35a389e7ed05175a409053a2640ae229f09a09cc4a47da3
MD5 6c81cc2a032375e032c0aaa3488a3722
BLAKE2b-256 88ae8b0ec0c585c7c0169add46b2d03b4559c25a0e059866571183eb1fdf1411

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 48.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2

File hashes

Hashes for hidapi-0.11.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7608c67023500d1402691af101d46b6505757c15cd17e0b1f339c456e2af9e5a
MD5 eba2f05390b88e8442644453ef35097e
BLAKE2b-256 08c9e938ca856711cd1e65459bf0b076fde847a2be189c7c21dba2b5f0d46456

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 43.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2

File hashes

Hashes for hidapi-0.11.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3a38c4edcc3136186a6275136a3e16e4486a8cea4c6841db331c7a10d10a425d
MD5 85f69241b40f5f5f5f708ed86175d679
BLAKE2b-256 d63dbd757f58e43985ba9973fe6e8d6583961f6de6155d12e175bbfb312fd5e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad223f87746b3f45c7c738dfb1fc18f480459615fc5bf70b45965624b74f907c
MD5 d0c636c2fa0d8ebe11dfa7de38f66b37
BLAKE2b-256 d28f5cc0aadbffdf08ede7a8176fcead044387df801bc7ad24a59b173fee1191

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a4674c59c38ca5fa5ce9dcaccc6ef791d69235d86d5eecdf09da8d347c05138
MD5 56c1a07f9d29aaea6e8f37f0d44f1e31
BLAKE2b-256 3e1adb2dd4d3591bbe26b4097db68003388111cab9ce0d289ec08cae5df34c09

See more details on using hashes here.

File details

Details for the file hidapi-0.11.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.11.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 123eb9215635ca734746990d8c05e38493238b861043fc16f358989bec8c4ae5
MD5 6ea56862c096db8107dba01f2b2d7e98
BLAKE2b-256 34ad760b00f52624ecc1ef245d8c0c2c9a239d34dfed7d7c1584d7eee87dcaf3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 47.1 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2

File hashes

Hashes for hidapi-0.11.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e6ff5588e4b3a46d1b876bb3f0a750a34b9de79abfcad856e47eab6bd32a8ac5
MD5 f6375004ea2f633162a3322e5e234a84
BLAKE2b-256 b1d3cda059f30dd2ad7a387a4041a26864129942e48075c58458244c241de1b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 47.8 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2

File hashes

Hashes for hidapi-0.11.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 875d6bfebcbc5e8059c19180c3a98a3e6a3ad5c64e7486fb2ebfc83c50485fed
MD5 9cd66dfc44846a8d4fb85cfba8b28fb9
BLAKE2b-256 24feda93f55ce07c56bbcbab89df5a00967ba65e1e220589728f44efb99f1431

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 43.2 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2

File hashes

Hashes for hidapi-0.11.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 76fb1a351c73fd344c5583c77f1538faa4171edee0010146523ba55f4162edcf
MD5 acd5da905a0eb7b92f2df35da456c579
BLAKE2b-256 6f855f84573e1b00064e6bba7055117a03aa3b1be404e7fb46149352588be850

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e186e762ec7f3e38375ff291f2d2f7455b91eed1bc280118147e99fe92fc2d65
MD5 3255cc5bfe74220ede420d6e321bfbe4
BLAKE2b-256 e69956f637143327719bb774fa8b64b844081975c3697c8c68badf14349c3082

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d19279f7f82ebf72c805a0909933b939620e0c98692798d5bb69463481feced8
MD5 4cbce52e0584436a09b4a280d3a9b5ed
BLAKE2b-256 99ed408688702cb8ebf0345d5123a8c484c9543cf55bc6fc36dd465149f5e307

See more details on using hashes here.

File details

Details for the file hidapi-0.11.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.11.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b018efd74252b7817ac1ea60f36f5e26f014be2ee078c215842a54f1d91e8c33
MD5 e823d42c9984326745ecbc6d94ae3e21
BLAKE2b-256 e290fbb63bd5af1753fde17e53c3c7986451002f7924843df77af6a4ab33f34b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 46.7 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2

File hashes

Hashes for hidapi-0.11.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8f6c3a68db6eb5339f9c52753c14a02d4f69cedaf5b71507476619f2d3b682b5
MD5 9b81cf42231f9abb213ae106e73a5da5
BLAKE2b-256 e93a51b17b09f10b3648c9fea1dc2d02a2be817e61161682bc424060aacf4654

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 48.0 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2

File hashes

Hashes for hidapi-0.11.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7215a77b17a703e9833d6dab5f855207bf9ac00b70f64d41cfad65ea1ac8601b
MD5 13660b8b3934a4621e92c68a3d492ed9
BLAKE2b-256 e7f92fb39479c310322d3f8366c917c69bbd84a0288dbccd1c6dc40789850711

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 43.3 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2

File hashes

Hashes for hidapi-0.11.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b721c586872f893596372e6e439da40b69eac307c3844f65ba788ed9094387fe
MD5 778b4c32960bded4ba0fa6ffd67502b2
BLAKE2b-256 40228063d636d50f2982817adb506708a64fa92c28c8ccd792429dcd9eee09ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2fae0939e535ad1357303e8bbb0a8a93d72a1e1c4885bafb397d62a5a8866f08
MD5 ee2f5fdecf473427a329369c50850ea3
BLAKE2b-256 2de0aa5a2d325e4f9f53c176ac161887ea3f40b87fce99649ef6d421315d2b9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 79cbc595b1640b63c6f4713205f62765995b63ed1226c43f13b2ca75f66916bb
MD5 11c22f0af441f509dad611c2ec1813f9
BLAKE2b-256 efbf82bf638444d83da57eb8e3920af3d88ac26d82501ca187f5929de8472eae

See more details on using hashes here.

File details

Details for the file hidapi-0.11.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.11.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9bdf2c7f6ff448635673fa09503c8f6597be39c1ff63b5234dc4c4e46cf8be41
MD5 c5f12ef27db501e82ab2856e0241fc92
BLAKE2b-256 0472d3c0fa48b8aaae86d5c63543747f127e389202eff1d940bbb057a0f9963b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 46.8 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2

File hashes

Hashes for hidapi-0.11.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 00a5d66cdfda4568dca7cd8ad6777de21b9ca0480f2189d79eaf871014c77352
MD5 f05275886d7ab2a3fad1b23bfee3f8e2
BLAKE2b-256 a815f2a54b337648978cdef02d44e49eed65165d348f98a71da7bacae6dda42f

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