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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1.tar.gz
  • Upload date:
  • Size: 69.8 kB
  • Tags: Source
  • 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.9

File hashes

Hashes for hidapi-0.12.0.post1.tar.gz
Algorithm Hash digest
SHA256 3ad140cd7ca30d9a69e477612ceb52eb022a9b58b90a0284e90dc5ea96db5aa6
MD5 6bdffdc8c39f2741e2d735bfc72c158c
BLAKE2b-256 0c7740380dbc879bf0262b6fa8b4e572e6d6ee8dfa147734ccc8622d2f9e386c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 56.2 kB
  • Tags: CPython 3.10, 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.9

File hashes

Hashes for hidapi-0.12.0.post1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 22de2eb9c4abef92bfe4d664e5fe99e7fb99e4e5e4037bcfc0ae9c569ceeb288
MD5 4e83bc13de86c39aaa1b90191689482a
BLAKE2b-256 246ee112c627bb306985df4e58dbc58579f33b5e94438a8202b93b83a90ecfca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 50.4 kB
  • Tags: CPython 3.10, 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.9

File hashes

Hashes for hidapi-0.12.0.post1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b1f5f7ca3b7a31e78bf456c336bd0952b3c8fdff404eb5df97b5f274996f23f0
MD5 4f5190079ffca9540fbdea2b49f0ed4d
BLAKE2b-256 b0ae8b907df5659ef72af124ef04c967f29f8b7fd440aa8ac1899e71c3caf5c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d086feff594c79ac52ac5cddbc5292e3e940744a4f15cffe879ee766918ab1d3
MD5 48820e2d4117ee1be80102e321b52f54
BLAKE2b-256 757e05fc3eefe8b2aa95202969797e9ed7263b1c2b8171e5e01aa1be1b66f084

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bb088198b6ae62b5ad4c526025c8a0998b7620c62098592f74e9930ed85e71a9
MD5 b61ab39a0723047c5a2a38a511b47f5a
BLAKE2b-256 61b10d1831ede4ce33e3e436abd3a1ee9da6519d58d7f86e5a4ad34a4ba2a707

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2e144b9075d8fb4a36eb991478a8a86bb2c7148a0a3c80bf9f239a0e54872e6
MD5 e5618b540738c2f1616db471ad6c26ab
BLAKE2b-256 0f869b38882f4b6d0b50065168735a81fff3b25880e968395a75d22b749f78a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 54.3 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • 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.9

File hashes

Hashes for hidapi-0.12.0.post1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 313d53a8a4777be51a902a5d5515cf3d083ac5d9df6b7e591718ff95febb0630
MD5 01dc08be9cd4423758dd607fc8d00435
BLAKE2b-256 4e1b93cccf05fcd4c4faae08bcd98b8a4062886faa790d0590147175e0226b40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1-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.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.9

File hashes

Hashes for hidapi-0.12.0.post1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8fd2c3187b867197ebb20a0f590f2cae2516ee8ebeaacc4829726c664f6d4839
MD5 09a78ffa4eeea9f45a04917d1b5e8393
BLAKE2b-256 e4bcca7710ec04fdf4d1f055a80fb4f6d0ae3e122c534512e1252b44929c286b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 57.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.9

File hashes

Hashes for hidapi-0.12.0.post1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 14b17867383885ab8a9ae8d9dd9c87c6041b75b66e1338db970dd3e470c3b562
MD5 4ffbb66833437947c08bb596521e788f
BLAKE2b-256 34361f85dc6ba7d157eff2f28a5c73db5fe9f0ad2e0bacf5e1f6bd4479685232

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 51.1 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.9

File hashes

Hashes for hidapi-0.12.0.post1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6a715cf7f74b6bed2214a6c864eacb5babd8f239093c2cfcc9e6e9e646bcb56b
MD5 9c94b03eddc62deef0495033bd45fb2a
BLAKE2b-256 81f1b4b57465b461174cc6db02610723ed1572a64344ad6a6764751986dc5eba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 805eb1a81256bed8bf52f122975f0e42db9598aedf2ddce77c38174aaf4c2cba
MD5 f4c78a70049b2c0483daa3f45dbefb25
BLAKE2b-256 10fa970e0ba724a4558c1b0c8f27b93c86e3510811ae647742b11353b15fad7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f32030a8c3972d49e2fac59f14ce746f2b5f1783bf8b9c30cc3572d778bd02f4
MD5 60e92ce254f586c14541d567198d2e8a
BLAKE2b-256 2ab6954a0966f76002b14ab04d80e32e2a5740afc69a6a3f63239b3384bdfeb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3cf4a217ddd9acc8fa080e81c5008a8dfa2e370aead83ca38dfd54374c8cc53
MD5 6c23af283384541993c921a3d6e7ad1b
BLAKE2b-256 d57a83ce3493cd2c8ba8535326d734d8ad262b0aea6a6db3017238f2d39dbf89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 54.9 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • 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.9

File hashes

Hashes for hidapi-0.12.0.post1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 257d97134bae19fbb21dfb206149987173a81a86faa5806cffb0890f4659b63c
MD5 b677db105482f3d498bccd7e4b017152
BLAKE2b-256 50870f5a4e4113211c50cea4615d40f9b3a9bb878f8f8ef08be3fce76d02455e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 57.9 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.9

File hashes

Hashes for hidapi-0.12.0.post1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b763b6a26746df97da6f18975de635d05419cfadb9a97f05864a0e4507df7c2b
MD5 bba121a1028a7294b751a8b3c8145072
BLAKE2b-256 dd95d6e2512358307d42e2bfa413a1c233516728eb5f2a5a76ead2eab6fa79ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 57.2 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.9

File hashes

Hashes for hidapi-0.12.0.post1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bddad6732a904d0f1565ea003f31a607764bc6f8abc3a87b8915c997926ee635
MD5 e8fc8a18c15b22b21e7307fa1c45956b
BLAKE2b-256 decc3719a43e706e349616cffab422ae2e349d06809617135ff46412723c946e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 51.2 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.9

File hashes

Hashes for hidapi-0.12.0.post1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 20aae9332e665075704cc654d690cc5a1e6ea69b375cdd9a65967bf896660920
MD5 e98df714cf3053b77bd1a01c84ae6fb4
BLAKE2b-256 5ff2af9d083eb4d093ae401c822fc4d104fc66a460139b5058184e68daa5ae03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81f411565653a9cd230374f8cc33dec43d8cabc9474fd89b15c5a32063344781
MD5 2cffb772dc2ffd116eb0e2d94de443d4
BLAKE2b-256 0e697d62bf7205753387d82c08b8adac1d99a26933e4fe5ddee418c79b5eaf4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2974af78851053230a21892bfc12d94b008c4f65c960ebfd4f0282b1247ec6a6
MD5 081a05b72735db9c8858659b48bd1fbf
BLAKE2b-256 8ffac66bbe7e145edddfa85092b33c8ba4e6cee24e43197c74561171824d8210

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f8bb14c7d75f6c20b21c144b3d6f66e4a770abbee0d76063287066fecfa7d227
MD5 1898b00869fdf15ec1a50b034f0c2b86
BLAKE2b-256 684d5a19e993654fc5146c02f62c827aba583ee23cf286b03efda969386b1df0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 53.7 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • 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.9

File hashes

Hashes for hidapi-0.12.0.post1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 615c2de0d45857c1eea8d2d62d297af0c7dc497dcf60289af6b51b0674fdbbbd
MD5 a739f8745060752fb5a879735d86871e
BLAKE2b-256 d82a8b284215cd491a683f8737978e3f95344aa443a355e9ceef2facfbaec9c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 56.3 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.9

File hashes

Hashes for hidapi-0.12.0.post1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8eef2311fd66f154010e24df1a7127f9ac4f64b1029da4994ba10eb9075ba31
MD5 3aabc990504552df48c0cae8312f935b
BLAKE2b-256 25b078deca3b5a54a5f3db96d0c1cfc7c4abc6386a82f2aa3ea8c5a173eaf17e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 56.4 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.9

File hashes

Hashes for hidapi-0.12.0.post1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 43ce559fcde1e02e2077eb8c1775c41dbd3e2295777d9fe7093c880dfd041bb7
MD5 d5e0bd0eb5cd813d5c83fb5dd1ccbf64
BLAKE2b-256 a5ba7ea4a146a78bea55ea841dd3ced37679555a78455c8fd46c16f754fc915b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 50.4 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.9

File hashes

Hashes for hidapi-0.12.0.post1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7008e34a850ad09f6357493a66769a4d7488e0814fba0b36c3c8e8ea0170e430
MD5 839354aa06fd4d550a16744db8d165c2
BLAKE2b-256 7fb5c1c5977a88f4c55ede7ed45c7f0022ce7948e5792b21761ffb17f6119db2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3d045c0cff6f5ec261ceb2a14c3e4bf2c3dbd233a09b2e276db5def8fc36c90
MD5 72ecb3aa32faa2f190edbc6127d464f4
BLAKE2b-256 68b3d4e6c5cbd78bfe393b6fc44d8a71b43ba14376610f232cb2dcb3639ae18e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e4d5558dc51348ad0dfad9afa39460096471ddae49feb971d1e591b7d19c286d
MD5 3a0b540ec65f2963846ad6af928efaec
BLAKE2b-256 384e8bf8fd689a787ada59d8bd2187eccbe3da38ca2e9651c9cdd7f33a164938

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1249c1db099816283514b08ed7c5712bba7f9ebd83b37400387e8ce892601c1c
MD5 ee7a55152b2b79ae8b58bb1dcac19c5d
BLAKE2b-256 1eeccfffb5fe63447ff595a0d5a1db8d301cb0888d668bbbc01dfb6ae75d66d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 55.6 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.9

File hashes

Hashes for hidapi-0.12.0.post1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 716900dbf3dff08407840d6e0d1962dc36d57359ac344a6f0378b2db6236375c
MD5 20866252fe7c7766151ba39616e79763
BLAKE2b-256 8ce87d1811f530b7543e9554f3c325860386faaecb33f4b44bf42360036000fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 56.9 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.9

File hashes

Hashes for hidapi-0.12.0.post1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 95ac57c27ab606e32f85ca5dd168fd29ff6a801d754278c1d7eff33dccbcdfc7
MD5 87b05078372bdbc52dc60cb6ccfec06d
BLAKE2b-256 0f6f7e7e5b6947c6ae77b337672cb9d96452380d4fd3892e2f91dfa1afeb0408

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 50.6 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.9

File hashes

Hashes for hidapi-0.12.0.post1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 709ba5fc5c708c14fe80764c4b6fb9175a5548a43b74afceb9744dfc79ed7869
MD5 0baec2d13c2ee8113302f4391203769c
BLAKE2b-256 380d94ad704faee0fe1124898b5fc5bd162dfca05563756412a0c5d624eb919c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 311fb696e3c9a580000fea5cc7c53001906b20866c8e4c6ece8ae8ce4e695937
MD5 c663198aaef86b014545ff8926ef3e79
BLAKE2b-256 32aeb3d3fd07ec7daaece12c761f34aafd9a71bd9d676ee5d7b1041cd17b5837

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fbec13bf0a8d91694c02692c802bc828c150caa9dd418e9a90b1b9b46580b5fb
MD5 43d95036897ecdd9f8d7be3dfc30322d
BLAKE2b-256 bd2caae98395dcd4b48abbaab914e43422a34cb79ba58f7e96159699a63cd81c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a5c608f856e22b336dd4b2998212e61ac16c55288af977f2d532af78797b2e87
MD5 232eba7bc986777ebe6ed3e20ff38b63
BLAKE2b-256 822cab339c0591dfa352cab23de051468302d0a4967a285d97a1c032314f62e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 55.9 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.9

File hashes

Hashes for hidapi-0.12.0.post1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 26e0ee0f6d7a420422ef4194fc85ab43d66f7365b200437ea07f8ac14bb15d2a
MD5 85820f2ae962f1b4ff629c3517d8f1f6
BLAKE2b-256 cd8daf80d06fc76a2da34cc356ce72aa5b6fd89241a9c7c064d4b4b9aafcbd66

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