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

Uploaded Source

Built Distributions

hidapi-0.12.0.post2-cp311-cp311-win_amd64.whl (50.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

hidapi-0.12.0.post2-cp311-cp311-win32.whl (46.7 kB view details)

Uploaded CPython 3.11 Windows x86

hidapi-0.12.0.post2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (912.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

hidapi-0.12.0.post2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (904.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

hidapi-0.12.0.post2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (918.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

hidapi-0.12.0.post2-cp311-cp311-macosx_11_0_arm64.whl (54.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

hidapi-0.12.0.post2-cp311-cp311-macosx_10_9_x86_64.whl (57.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

hidapi-0.12.0.post2-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.post2-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.post2-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.post2-cp310-cp310-macosx_11_0_arm64.whl (54.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

hidapi-0.12.0.post2-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.post2-cp39-cp39-win_amd64.whl (57.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

hidapi-0.12.0.post2-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.post2-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.post2-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.post2-cp39-cp39-macosx_11_0_arm64.whl (54.9 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

hidapi-0.12.0.post2-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.post2-cp38-cp38-win_amd64.whl (57.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

hidapi-0.12.0.post2-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.post2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (926.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

hidapi-0.12.0.post2-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.post2-cp38-cp38-macosx_11_0_arm64.whl (53.7 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

hidapi-0.12.0.post2-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.post2-cp37-cp37m-win_amd64.whl (56.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

hidapi-0.12.0.post2-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.post2-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.post2-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.post2-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.post2-cp36-cp36m-win_amd64.whl (56.9 kB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

hidapi-0.12.0.post2-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.post2-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.post2-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.post2-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.post2.tar.gz.

File metadata

  • Download URL: hidapi-0.12.0.post2.tar.gz
  • Upload date:
  • Size: 125.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.9

File hashes

Hashes for hidapi-0.12.0.post2.tar.gz
Algorithm Hash digest
SHA256 8ebb2117be8b27af5c780936030148e1971b6b7fda06e0581ff0bfb15e94ed76
MD5 6f17aab13d83cb25a80afc96f14d24eb
BLAKE2b-256 ef7254273f701c737ae5f42d9c0adf641912d20eb955c75433f1093fa509bcc7

See more details on using hashes here.

File details

Details for the file hidapi-0.12.0.post2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2ae4bd1716cb341bf176bf97adbbb709891f76fadf1da58eb0c529fcb1dc86fd
MD5 231f0035e9f0279cb3e34f8a462f667a
BLAKE2b-256 00b98931c605a275e9dd7c0c404ba242474a45acf78b7e1b3b86c707461037f6

See more details on using hashes here.

File details

Details for the file hidapi-0.12.0.post2-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 852236e25286b5314bf801ef17eba21d3a8ccb175db99d3e362638ddf66729a1
MD5 bb616763dc993d1af33b30544f7bfc2b
BLAKE2b-256 c584169a476f2bfa7968f646bfdb83c5a565d7f86379585e6438a2b2dc855d4e

See more details on using hashes here.

File details

Details for the file hidapi-0.12.0.post2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a08ecd8480cdfefb83049a5404a39ababe2de75868dc7c0808f9a07b96a33a17
MD5 16519baa27407ccc651c5413754a2026
BLAKE2b-256 71f2ddcad04d8b47c4dde785231cbf5dee5936eda03a770da8d23b9cc84bf519

See more details on using hashes here.

File details

Details for the file hidapi-0.12.0.post2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bb3819bf3b335af0ae9f99010475186c25cccc65c35fec160d7281a4b91ecf3d
MD5 1f317d0fe504d903622c2c6695649d36
BLAKE2b-256 f83d4dd55aafab41f61004e0737156541ef15f2c8ab538e7882441aa4fa72c92

See more details on using hashes here.

File details

Details for the file hidapi-0.12.0.post2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6feea19a7f110c333124eef590d13eae6d11c26b20d7cfdca32b746b522e2857
MD5 c87f4cc735ebe7a5e57f6bb90a882033
BLAKE2b-256 7cb97c12934929b79ef18df2d627be1a3d38c53ed6305633ea7cd81714f2a959

See more details on using hashes here.

File details

Details for the file hidapi-0.12.0.post2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 907b9f00ab6e24d2b71e1d7d8b5eb753f711154d141a3d8a5789b3529cb5dcf1
MD5 b90f6e3c84ae38c23269154acff21f26
BLAKE2b-256 853f8c755a3868718272f9acf273282813fc5a3c094eab0ab17d3fb1a22cf974

See more details on using hashes here.

File details

Details for the file hidapi-0.12.0.post2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c6e4f6ea56f08532d448b73e1a2ca0705cf28ac34eb06a50b74d7a485e639507
MD5 ce30a3f497c4bec520d4874551fd96e0
BLAKE2b-256 ce72c9e4886f3dd2b4cc01d1714d3ef21d305ef16b3e8a940ffa87e451f7840c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post2-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.post2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e04dd30f599d589883ae37f5663aeaf5301237379f307951b6171ec5bf7540ea
MD5 708309dd980c34ec5146f483f8fe83cb
BLAKE2b-256 60ab625882e7e6606f7353563bf542a0bfbe898630873b34afaee977afb90adf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post2-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.post2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c82fdc5fcdb5601c99c811002649ce902cdd8f323cd2bca97238be7507c1c9b0
MD5 78416b481058fd2f94c9328d15e518f9
BLAKE2b-256 246f2b97f1dd175d8f7fb9d7b2f1730225738dd2c18128ba20124e6af77fd7aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 869fe5cc9113b8808785fefb0f219bc892ae70c822141e60a4ee0aeb967c69ec
MD5 81156ff21e77207812305b8cc43f2b79
BLAKE2b-256 ac8c1e4de9a9b7e0d8ffd0e00292f91c4e4ed1cf4ab7da840e4cdbdb21951801

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 79ad3c78078df8eddad643e1f82c8afe247643a4074894f111b84691f7d5dd6b
MD5 3f23f35c702fa662192adf4024bedc49
BLAKE2b-256 64ad3a2c61a569e1f86febc8fcb7a3cb9368bac3e09a3c407e908b8941bc2427

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ddc85cd7372f7156af4f71e6a684be2430d9ca4d27bfaf5804811fd8b1b83524
MD5 23611214298570d49b5613bd2546b911
BLAKE2b-256 529f6fb1e38dd0d1f28b5637827934ac885b7e54ac41bf15726b327676f30898

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post2-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.post2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 59d3cc1d446f91236a984e8784a1644de9892647d09e387a4be7c47dd2441d1e
MD5 3abe1b8bc02813315e37070c707fb2be
BLAKE2b-256 b7809a93c939ffd7eef409399ae94b45f970bc10003db61b41774c9a9d107451

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post2-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.post2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0db60ba3e9356b7eab9097be49a5dff82cad25881d0ff77a47efd5b9100e8d36
MD5 5a223d34e78303317d8aefe1e20648d0
BLAKE2b-256 7d496dc3777f0deec88a80d0b921b8bd77a70e0ee36e8aaa1839fdd41ae773fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post2-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.post2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 45b3fa6db05c7f5e8e423f354517e11648934217d23f1ba917618c4175dbb924
MD5 25601c59a3b75868c8a6b39b026962e9
BLAKE2b-256 64f86844b1e021efdc09202eba200f2b83beb920ff0559be516aabb1fe7f7115

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post2-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.post2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3b3216316faa70652bebaa38476b973a4e5bdfe1f5947e25dfb9d272eeaee0e7
MD5 74955ee461c7444e8d7bf5489d74ff2f
BLAKE2b-256 813c2b0f5c75559d5c3bf048b8c1f118e17cfb084fa56982fda5fa777132b6bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aea9c0c620f72b26ce0588e63af0e1b740ab04781ac7b631922ebdbfa93a6cb0
MD5 7605a28bd02983d0cd16d52e91954552
BLAKE2b-256 1f74066085e661f79437f16073c32f2c4ab8e99424d341c0852fe3b2bdb23146

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c353e08bee985a56bfd21eb07b26d1774dc3d088644599e584823400da174790
MD5 17a71878011f5bb335a01191c452c9c2
BLAKE2b-256 089ea31f82ae6aed896bb0f36cb9388cd5b68f280a94cac5bacd58428e087dea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e471e672175a38aa7892f7ddd79bac24af7ac701a550425043ffdb96c3846c03
MD5 f2aaa8e482a1994895afcc5f5e100f75
BLAKE2b-256 48b0f1a8b5266712b80ec2e6fa6cc33df16722850ceecf6975a46422b8cb6e4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post2-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.post2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f3e22e054fa975cbbbd6ef67ed9a1ade7b9db325fd7d3d27d199103997a0852
MD5 9f1b7af94aee0c4bf8e5f7d36eaef4e3
BLAKE2b-256 19a47def247016b033b15bd62e12d886619ac48ed26152acace4e1303ad0bd8c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post2-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.post2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8621ca0c49621a0a7ba9e27696e9e5630b90344b2d7dff50695679587ee9c53
MD5 e35129a9f518e6c033e7384e50c0c387
BLAKE2b-256 991f64b36f1bdae82a654d8ec603829f4901b5c8553edabc04fbf19ff73d1ee4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post2-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.post2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 50e13ed715513f6c834c4577b63ab695ab5ca753bd6cabdd06e228699cf9442e
MD5 0d6bc8c5021b664dfff99e3711d9a326
BLAKE2b-256 c566626e91c055cc22b0e8870914d628c057385341c38cb979db0ce64395455c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post2-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.post2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8050851c2f821d8f1497d4179db3980807c4d12ef7983482793067105cf21baa
MD5 99b493e6a1590f746f90c0088354a9a4
BLAKE2b-256 70d05e8b5e553299bd4c6ad362774501226f626355272eddce60a5f14d4e524b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bff634b6283b518f066dbc328bedeb0c60c16d30d297d94b6ef170d869be9452
MD5 c9d7e845a40ac5bad1ee0dd30fa3e2c5
BLAKE2b-256 57225772dacc9779544749fc65e9c04836f75088fdf8d223fe88379dd60de990

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9eb1e0a95deabf6ba61c5826f4ad1a0534a8d99e8ff4ce5f0ac391c84cd9c608
MD5 14b2fc7ca77fc0c826aa6338804fa415
BLAKE2b-256 026f09bbdb466e611caad806a8651a512efa1b07cc034024be8148d9774ae808

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c066819634434d7f2cdb884db0f6681231049644f7b82378986a7c2fe7310da3
MD5 67aeb4b00686ead59c46f9d5562695ca
BLAKE2b-256 bf3c7b29a5f57650ee80c6dafd1ba3eabbc6d770886b6139164531921f85f7f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post2-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.post2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf9b605165e4d8a3ed66eedd82091f77bb9a283f28d1998672eb079587a28711
MD5 51dd362f0e96d4e4f83b45db77a61307
BLAKE2b-256 a7523d958149faf8c796e4386befa6a0aae0db27882881b816367a37298c3ce3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post2-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.post2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0363a9947545b200cf401011049139e266aa1faa6849d4bd6bac32bd294ef5fa
MD5 2d378afe24f3a7f22c32bbdaa55cc5bf
BLAKE2b-256 17f5a071439ebd16038d2314229fde687e0630c76c06784a8d1bc1beaa100983

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post2-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.post2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 00bad74617622b7b7abbb24eae5c11bd91957bb87217d62d8feea15c971a77b5
MD5 4b3aef13f5a8d7030d508d28cb4372a0
BLAKE2b-256 d5ca6e0b150018ac75e720fd5cee9332804226b1067f9b91c73a9e4081fe63d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post2-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.post2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 defa19649b0cd2fc76e80b738fd917614e11b9b5d8107f289dbe3e3c9db518bd
MD5 2ef87565205538f01fd24c4d84c0f9c2
BLAKE2b-256 ee6e8d9df9d02697d8edf8106dafc6bd6c03a208c2b17ecfc30d30cf0516b3d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 26e3dbd652913b36737a7dba9d7bdc336e95224ceaeeafcf003472ab242abc7c
MD5 1f619a965f999311c5e1406e017293be
BLAKE2b-256 93e4e84dc89fa64331d62acaddaba5e255207b91e7fed66a5a65831344ab9a4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 88aa70fef0e858e5f65958d5fdf561f4f90c7d03424a46fe7d0770adf97d5aa0
MD5 e987deb84e8fc2742449c408b64ae5e2
BLAKE2b-256 23147e566d8bef335a67353a91000e92b558cd7d8d51812bb65d72fd992da90d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5fa7b0857c7fd166162ada07c95c106ae6bb47550f2556e268caae8347e26219
MD5 da176c7b749d1a172340c8591a252c98
BLAKE2b-256 fb1513b9a75c6d99411bcf460f90a1ebefde7a0f46d06d2f29c2faa90a3ceaec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post2-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.post2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ac2775dde0db5ed61aaa6047410137c9fa3ba1d78065482fe4163a6d702677a8
MD5 39d8a7198c8eda4d7157a0708d716268
BLAKE2b-256 9218e837b593daf5afb0647d84d7e77e50423133f95ac1d33c59a35505cac18d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post2-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.post2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0292a29325b905fbfbb39cc368055cda63339fed684eceb7d4d241acc5e60d50
MD5 b011f244adc6c2590b25cf99f624dbaa
BLAKE2b-256 a11df473d34e4c674a3c3b55547ad31cca007686b5dd09deac9cb6faf8aac320

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post2-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.post2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 d3de94ea727242966b4e545e91eebace0ec2b6600d4f8871568053bd5b9d0240
MD5 28d7a5fe9e2893e657a7340c0ee335ed
BLAKE2b-256 1111982a8f642c068b22ffcdf6047e0b34eaf5311fcc2dae6aab5b99fda098e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1068d46bd70593c388eb17360ba48bcc4a06dc0cc4e8f55713db65d2dea62d6e
MD5 1fd4ef68d332a2c0ba404ac171489b63
BLAKE2b-256 f4aaef465abba295d3d9c4870eecea244b20bdb8a4c0661dee4c8baa4ad805ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4050e62e1142eb68a9b3a9f87b9cbc97cb8595c9c1c1e9226ea9018fd4a9a410
MD5 3df4522ba66278906ae55950d49b74d2
BLAKE2b-256 7a4b94e4cb8d719ddca5c09469a5bdc9c8ef575b55a98f1f57093d05a1a59c0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hidapi-0.12.0.post2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b001e2561a9581dd5b0c0610c8cb5acf875e454ba7ca93f0d15384ce5830684
MD5 58bc1879a9db9e60ae3004f8d9905003
BLAKE2b-256 de173c4c9ad9e0cde483ace17a090aa102dfa34909e2b021fd73e3157400c348

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hidapi-0.12.0.post2-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.post2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 edc9bd6506723e019e606fbf2400a2819e68370ddbacf432048332ef687522a4
MD5 164ae8c09053e692fb938e1ca826aff5
BLAKE2b-256 4f80786034273e3e61e212494944786221133d531561e103fd85e2a2a2ce3f7d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page