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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

hidapi-0.11.0.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (810.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

hidapi-0.11.0.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (819.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

hidapi-0.11.0.post1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (406.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686

hidapi-0.11.0.post1-cp310-cp310-macosx_10_9_x86_64.whl (48.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: hidapi-0.11.0.post1.tar.gz
  • Upload date:
  • Size: 136.0 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.2

File hashes

Hashes for hidapi-0.11.0.post1.tar.gz
Algorithm Hash digest
SHA256 419eb1a58f672d2a53c6ad1f675b49ebc64a7756d09e391e7fc4486ad2f7a1ac
MD5 0a0ad187897fb473e8c8ae7eda666595
BLAKE2b-256 9a37e40ba11f3dd41b8afc55235648c0367c013c0464f5501f1e4f760fccec32

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0.post1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 48.3 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.2

File hashes

Hashes for hidapi-0.11.0.post1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 61630dad5117c6bf00ce7e4622770e9e15713bc5c1408ff4e13f4d76bbe32024
MD5 498ea8f5a784f6b65e5023f6768dffa5
BLAKE2b-256 5f8eb207ed26fb9b8c6c33f4a8862a1350a273f0c0f6013c1fefe166554c5a33

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0.post1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 43.7 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.2

File hashes

Hashes for hidapi-0.11.0.post1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6c5605fe053e7f4322d9481bebd1ccef90d9c90be32fb5a54368fa843fe0a44a
MD5 758a8393c3f7d23e6ad02a1b2431b18b
BLAKE2b-256 9a899d88969c60e12c707e367a319268d59b01216a3e1fbd22d34e75516577cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f91173ed09f67678b14891221184222538f12b01cc8b7970d24a84f26e41d73e
MD5 b073e07b138d7236f30b4ca20d4d61ea
BLAKE2b-256 fc60d03a9b7991a319110a5dc1f6a52d98be2571fafe46ed6d87bb6a780fdde1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 64bb8f434160460fa23cdf703d0ca2c90e0a42a4b7f971b8362850ec9263fb50
MD5 e9a3cb578e88da2796880d819252ce8b
BLAKE2b-256 0fcfd6b6a9dacb1f4bf0a44abf5c96a5a8d12dab69e70bdc45d78151f6e0e756

See more details on using hashes here.

File details

Details for the file hidapi-0.11.0.post1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.11.0.post1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5e519fff8f09655240e51977d2e10edca3dd914f379dc82990196c5e33f21625
MD5 e16159bc2c2ef5d8caef1683b282520e
BLAKE2b-256 45602fc4213839db8703bd3518c36e44c3a4d1270526a0171efd2e1544fc690e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0.post1-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 48.3 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.2

File hashes

Hashes for hidapi-0.11.0.post1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6bfadad8c6bf1f182b8795f86c7654f173c164a6f145606f47bdcf5004c0135a
MD5 5fd4a66f46f919e38f42ea7163ca047b
BLAKE2b-256 8f1572b06cb7393f7fc5b70d2156fed304970266ecd98930e38b18a3de1cc087

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0.post1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 48.3 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.post1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 41b8117ca674e810ddd68c41b432d9e83b72dc58f74d81ca15fcc8ae46549ad5
MD5 f9b3645a3ab7987eded93952d6501b28
BLAKE2b-256 8f49a88cc114f67ba62c7659dc33c48f9ca5d6e5309129bd7b23a721bb5375c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0.post1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 43.7 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.post1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 49d3cc73b7e4de7830a0dc25f340b8e0b769434ee5d1aaaeb5191714a2790837
MD5 7dcb23d81a3cc2e7caa583169f3cd08f
BLAKE2b-256 fed6f9fb0a0556303c14bd51fe4591c60008a25cc0f73b51e139412e868cb064

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29336792909714ad1001559ee2dc06a700cca31b0361bf303896bcb97cc3a14f
MD5 922ec998f05d7ae2ed35d487ff7a8d78
BLAKE2b-256 6c265a77e029d815bcd0999bf63ad70eaaef79b4f9ccfcadeb5432d51a3b2069

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 02ebb608baf48312388192426298e4890eccf2c48ae5a48a08cd467ef52ff1cc
MD5 65c4e1bdfe5ac6824dfe907e77a8eaab
BLAKE2b-256 bac05b8a6b5a88273786bfa804599e5eb94bb2a8e67075f7166847253b12964d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0.post1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7ace68a13df617608461d152680ca28e60d5bd7db87a40027effe4557c0a45c2
MD5 33a48ba20d70089a609a069c30c0fa34
BLAKE2b-256 ed92540802c0799725bce43825c8349a40c262cd60f2a7efb28fee49e9f4e63c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0.post1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 48.3 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.post1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 59ae6468167d0bb4cdebfb7006faa01537ed36d3d0d4b4e81f873fba664a9834
MD5 b7d96402c297c3fd740e21c09d78792e
BLAKE2b-256 a1ebda7da621ed38dd0a1f1bec60966b7e35497185da1d5aeee82d19af99792f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0.post1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 48.4 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.post1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dadf908d068751282543ccb024b9a2e2a28626c7311a25c37f2f39d79a77eaa0
MD5 ccbaaeefb5e98970e418562577db89de
BLAKE2b-256 fe62528151a87829d2b36d60434a11cdf16322f948ee2737e9d56da503d4bdef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0.post1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 43.8 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.post1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c49c61e8518c8f22c554baaec739d5c636198c08df9ea2aa6b08a24ea84a517f
MD5 23ac5fd5e7668e35c08be935042cb0d0
BLAKE2b-256 fac4a968acd3e1e9cd77166d223e5a534a1dc14d3ef88984dc993ca4412a41ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd13b70dee389fc3b3db9a44c570534232c859bb6d29f0a89e8c4cf17289464d
MD5 3884989823cef8e224b1825327003870
BLAKE2b-256 9dccca4b1df28afef4b6be8a7d51dfe9015d0ba7c7f2ded4b15a6fd6b5e479ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a243a51a1ee2b972edee670a2f9e619dcfe87154ad6327fbe43a6fb34132d4d3
MD5 f6de387b45420a5b2bdbf562d99502e1
BLAKE2b-256 d9541418f72817a28db7558d1cf62fd5e1c1cec54a80c996129cd08bc4f9cfbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0.post1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2bb1544d843972d329cfb960ce59c4f475a1acaae5cfad29ed41a83d88a427f2
MD5 d3b6c281e793035e295b95d046a29d18
BLAKE2b-256 6f4b66af5c07432268f868d55d2b8efea37e0dd04fae032929f2dc52625c9522

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0.post1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 47.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.2

File hashes

Hashes for hidapi-0.11.0.post1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1990c790dbc65a3d79891c926db76a17f1f2b6ac925296b06489dd263cba0c50
MD5 aa5482eb1034bbc9cca35189cd3da0d9
BLAKE2b-256 20763ac0e4a91be217ce053358abf3e9eebe1b64b100c4f29c1fec3dde921f0c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0.post1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 47.9 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.post1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8c892b336837680c9bf5e552eb79aa55bb0031cb7c53405bae8fb4c3bcec24c5
MD5 216c39fe3c72d02a104aee94d496c0bb
BLAKE2b-256 cf64458430983a4755a14fb98d12e6bd92060102a96f4ccaa61bb2b206112318

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0.post1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 43.3 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.post1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7dfde3400e5103e26d2044acfa87e208a48ece569831d56f7395380b25bb1bc5
MD5 7e41dee721c7441d4f5de69ff2fc3703
BLAKE2b-256 3e16d6495670e1ea096ec49d1de0094652f4fbca945262fb393be12de7f94533

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9dae5cc74af33bec17249f1135fa4c19a2bd2144bc5c8e706b27b07b49e7c47f
MD5 6710482b4a7095e2712abf83cf55b69e
BLAKE2b-256 a20800c88f3b8b3dcf71c5225f9fabeb5f413a9dd46a8ab2c5b71e50f03b7b2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0.post1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a29db96744f683bf952fe3e39ce293a0bbee6f642a5e2bf0073da76cfcba9df
MD5 94ddde723c42c1f06c086cb80fd87c9f
BLAKE2b-256 a1fcc13a6cb76bb28ea83a2fb969953bcb2a50a3ebba59b55950557af608cf92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0.post1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4d0c81d91e65940ccd5372d58c80e79cb53aafa4f41dffc397f634dee0dd3724
MD5 ad6d52626b8ba4f1f0fee97bf7cced40
BLAKE2b-256 a6427e91cd4b00e20222ebc768c3fe96d577e21d2eb10820391cb8d2058428f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0.post1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 46.8 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.post1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c56606a2384c0af90fb7cfddfdc9ebd423274ad41708c1e9738b759dc790a6cc
MD5 19e1c85da693c24a555b7a8f8d471631
BLAKE2b-256 c3a659a66f8da1b176ce04ec610a5ee02c658690bdc8c1f84062a8084709c78e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0.post1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 48.1 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.post1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d41b3901d94b027cc279b078a5add5a50e4bf05344b812660aef2b0ad20f6a9a
MD5 31cb19f5f02738fbae1c1f24069cc0bc
BLAKE2b-256 1d82558ce6d89ee50a94dc4c6e365115b6d1735dbddf8b74897565849d300a75

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0.post1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 43.4 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.post1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 f3e63600fa88203757bdc837aed453ef3a9d45f6ffa798802ea092cb4050ff2a
MD5 e8cddc41a2077f7d1b3457640a20f601
BLAKE2b-256 593804a76008dc911af352ae9a2b49e34ae98183fe94c8fd0810c3c2e31fe01e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0.post1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b3d3ae220ba857ef5a644fc22c533b6ec1c40d509b3ce204d4b100fa42d03c4
MD5 cf7a6b7b9cfc263fdce21ec3d89b0265
BLAKE2b-256 04539c811f66348d76a6889641db11a51ed1e519253ef9e55517175470e2128a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0.post1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 666ebbe8fb2b22cd9b51f6fd431d49ba262a3e9b8706fca2f68a651bd41e0190
MD5 09e8279e5b7fea88c8c0b782e9fff1c7
BLAKE2b-256 b82bec6d208dbf2d6ba6dde274e8ef4f76d172df368cc2c13aaa0e8e4446fa35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.11.0.post1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7695fdf22a7233d2368c68ee33147459338b29c113265cf074ed07e0e16d9606
MD5 e83c7eedb9982e39950fa6a1fc953e69
BLAKE2b-256 c7d870c3889bc85eb7c88937e91d6bd5aac684eb693005666e7b08f906f2a374

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.11.0.post1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 46.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.2

File hashes

Hashes for hidapi-0.11.0.post1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 14f0fa27e412aa3460fd1cba3e13c8681773269af45abc829591e54836ff610d
MD5 fd28cee0da876c5c6542eca28c58e672
BLAKE2b-256 6f31d959d00ef0bb020b4e2e9716ec772c089ac453717cd830820a73bb3084cb

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