Skip to main content

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/.

Release files for hidapi 0.11.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for hidapi 0.11.0
File Size Uploaded
hidapi-0.11.0.tar.gz 131.0 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for hidapi 0.11.0
File
hidapi-0.11.0-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
hidapi-0.11.0-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
hidapi-0.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
hidapi-0.11.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
hidapi-0.11.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-32 Details
hidapi-0.11.0-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
hidapi-0.11.0-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
hidapi-0.11.0-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
hidapi-0.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
hidapi-0.11.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
hidapi-0.11.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-32 Details
hidapi-0.11.0-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
hidapi-0.11.0-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
hidapi-0.11.0-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
hidapi-0.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
hidapi-0.11.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
hidapi-0.11.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32 Details
hidapi-0.11.0-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
hidapi-0.11.0-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
hidapi-0.11.0-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
hidapi-0.11.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64 Details
hidapi-0.11.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64 Details
hidapi-0.11.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32 Details
hidapi-0.11.0-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size: 8.7 MB

Release files / hidapi-0.11.0.tar.gz

Download URL hidapi-0.11.0.tar.gz
Size 131.0 kB
Tags Source
SHA-256 checksum
How to use checksums
91fb1f4053122716c3c5a566862a7ffc51aecdf262c079ee5166d1bf0781d89c
BLAKE2b-256 checksum
How to use checksums
0db789e0b60c8c6e592e31b2e92c5201d74598dd59297153f0c149ca5a25480f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via Python-urllib/3.8

Release files / hidapi-0.11.0-cp39-cp39-win_amd64.whl

Download URL hidapi-0.11.0-cp39-cp39-win_amd64.whl
Size 48.2 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
6631b88bab7ab78b6a6fe07227736a1460e57c2c8524ae45942d1b439900819e
BLAKE2b-256 checksum
How to use checksums
935ff9b554a5df923b3b37f2c3ae9347bb511cbf849a6b16ecf30002b2ec6a13
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp39-cp39-win32.whl

Download URL hidapi-0.11.0-cp39-cp39-win32.whl
Size 43.6 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
772799efe4ea97bae8a1fb96c8985fb1e47ba1630c6cd6af6ecf03b72095bb01
BLAKE2b-256 checksum
How to use checksums
c8708d4d7d1ae3fba8fe2ce14698e764964822a3549d1c5397b4feb2f4554094
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL hidapi-0.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 807.4 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
707564bed8a257f7b9b40da33c38f746186f760088475ab8ac6dae5ac04766d7
BLAKE2b-256 checksum
How to use checksums
d1faacbb2dffd188b2f7aeb0ceefceeeb5ab76072f445e1e109d95d811367726
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL hidapi-0.11.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 815.8 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
6bb20856a9f980e0fd19bb6e607ad646b7754e53c2e7551c0156206d8f8ebe04
BLAKE2b-256 checksum
How to use checksums
9685bec5ed3224e3c4a73ba6c518566a8841ff5e8cf7d6c098c5ba0297f45825
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL hidapi-0.11.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Size 405.4 kB
Tags CPython 3.9 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
f387710f0e09892d27227f636965d1e94d3f12fa816d56eeac94e75511f68114
BLAKE2b-256 checksum
How to use checksums
42ebe7d24dd274c3a1b7bcc444e6af114e2415aaf45d22ae0898108d2537e98a
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp39-cp39-macosx_10_9_x86_64.whl

Download URL hidapi-0.11.0-cp39-cp39-macosx_10_9_x86_64.whl
Size 48.2 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
370b33513b649598e35a389e7ed05175a409053a2640ae229f09a09cc4a47da3
BLAKE2b-256 checksum
How to use checksums
88ae8b0ec0c585c7c0169add46b2d03b4559c25a0e059866571183eb1fdf1411
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp38-cp38-win_amd64.whl

Download URL hidapi-0.11.0-cp38-cp38-win_amd64.whl
Size 48.3 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
7608c67023500d1402691af101d46b6505757c15cd17e0b1f339c456e2af9e5a
BLAKE2b-256 checksum
How to use checksums
08c9e938ca856711cd1e65459bf0b076fde847a2be189c7c21dba2b5f0d46456
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp38-cp38-win32.whl

Download URL hidapi-0.11.0-cp38-cp38-win32.whl
Size 43.7 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
3a38c4edcc3136186a6275136a3e16e4486a8cea4c6841db331c7a10d10a425d
BLAKE2b-256 checksum
How to use checksums
d63dbd757f58e43985ba9973fe6e8d6583961f6de6155d12e175bbfb312fd5e7
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL hidapi-0.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 815.8 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ad223f87746b3f45c7c738dfb1fc18f480459615fc5bf70b45965624b74f907c
BLAKE2b-256 checksum
How to use checksums
d28f5cc0aadbffdf08ede7a8176fcead044387df801bc7ad24a59b173fee1191
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL hidapi-0.11.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 824.5 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
8a4674c59c38ca5fa5ce9dcaccc6ef791d69235d86d5eecdf09da8d347c05138
BLAKE2b-256 checksum
How to use checksums
3e1adb2dd4d3591bbe26b4097db68003388111cab9ce0d289ec08cae5df34c09
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL hidapi-0.11.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Size 415.3 kB
Tags CPython 3.8 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
123eb9215635ca734746990d8c05e38493238b861043fc16f358989bec8c4ae5
BLAKE2b-256 checksum
How to use checksums
34ad760b00f52624ecc1ef245d8c0c2c9a239d34dfed7d7c1584d7eee87dcaf3
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp38-cp38-macosx_10_9_x86_64.whl

Download URL hidapi-0.11.0-cp38-cp38-macosx_10_9_x86_64.whl
Size 47.1 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
e6ff5588e4b3a46d1b876bb3f0a750a34b9de79abfcad856e47eab6bd32a8ac5
BLAKE2b-256 checksum
How to use checksums
b1d3cda059f30dd2ad7a387a4041a26864129942e48075c58458244c241de1b5
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp37-cp37m-win_amd64.whl

Download URL hidapi-0.11.0-cp37-cp37m-win_amd64.whl
Size 47.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
875d6bfebcbc5e8059c19180c3a98a3e6a3ad5c64e7486fb2ebfc83c50485fed
BLAKE2b-256 checksum
How to use checksums
24feda93f55ce07c56bbcbab89df5a00967ba65e1e220589728f44efb99f1431
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp37-cp37m-win32.whl

Download URL hidapi-0.11.0-cp37-cp37m-win32.whl
Size 43.2 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
76fb1a351c73fd344c5583c77f1538faa4171edee0010146523ba55f4162edcf
BLAKE2b-256 checksum
How to use checksums
6f855f84573e1b00064e6bba7055117a03aa3b1be404e7fb46149352588be850
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL hidapi-0.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 796.6 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e186e762ec7f3e38375ff291f2d2f7455b91eed1bc280118147e99fe92fc2d65
BLAKE2b-256 checksum
How to use checksums
e69956f637143327719bb774fa8b64b844081975c3697c8c68badf14349c3082
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL hidapi-0.11.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 803.9 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d19279f7f82ebf72c805a0909933b939620e0c98692798d5bb69463481feced8
BLAKE2b-256 checksum
How to use checksums
99ed408688702cb8ebf0345d5123a8c484c9543cf55bc6fc36dd465149f5e307
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL hidapi-0.11.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Size 388.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
b018efd74252b7817ac1ea60f36f5e26f014be2ee078c215842a54f1d91e8c33
BLAKE2b-256 checksum
How to use checksums
e290fbb63bd5af1753fde17e53c3c7986451002f7924843df77af6a4ab33f34b
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL hidapi-0.11.0-cp37-cp37m-macosx_10_9_x86_64.whl
Size 46.7 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
8f6c3a68db6eb5339f9c52753c14a02d4f69cedaf5b71507476619f2d3b682b5
BLAKE2b-256 checksum
How to use checksums
e93a51b17b09f10b3648c9fea1dc2d02a2be817e61161682bc424060aacf4654
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp36-cp36m-win_amd64.whl

Download URL hidapi-0.11.0-cp36-cp36m-win_amd64.whl
Size 48.0 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
7215a77b17a703e9833d6dab5f855207bf9ac00b70f64d41cfad65ea1ac8601b
BLAKE2b-256 checksum
How to use checksums
e7f92fb39479c310322d3f8366c917c69bbd84a0288dbccd1c6dc40789850711
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp36-cp36m-win32.whl

Download URL hidapi-0.11.0-cp36-cp36m-win32.whl
Size 43.3 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
b721c586872f893596372e6e439da40b69eac307c3844f65ba788ed9094387fe
BLAKE2b-256 checksum
How to use checksums
40228063d636d50f2982817adb506708a64fa92c28c8ccd792429dcd9eee09ff
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL hidapi-0.11.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 795.7 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
2fae0939e535ad1357303e8bbb0a8a93d72a1e1c4885bafb397d62a5a8866f08
BLAKE2b-256 checksum
How to use checksums
2de0aa5a2d325e4f9f53c176ac161887ea3f40b87fce99649ef6d421315d2b9f
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL hidapi-0.11.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 803.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
79cbc595b1640b63c6f4713205f62765995b63ed1226c43f13b2ca75f66916bb
BLAKE2b-256 checksum
How to use checksums
efbf82bf638444d83da57eb8e3920af3d88ac26d82501ca187f5929de8472eae
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL hidapi-0.11.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Size 388.3 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
9bdf2c7f6ff448635673fa09503c8f6597be39c1ff63b5234dc4c4e46cf8be41
BLAKE2b-256 checksum
How to use checksums
0472d3c0fa48b8aaae86d5c63543747f127e389202eff1d940bbb057a0f9963b
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / hidapi-0.11.0-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL hidapi-0.11.0-cp36-cp36m-macosx_10_9_x86_64.whl
Size 46.8 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
00a5d66cdfda4568dca7cd8ad6777de21b9ca0480f2189d79eaf871014c77352
BLAKE2b-256 checksum
How to use checksums
a815f2a54b337648978cdef02d44e49eed65165d348f98a71da7bacae6dda42f
Upload date
Uploaded using Trusted Publishing?
What is 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

Release history Release notifications | RSS feed

This release

0.11.0 This release

25 release files

0.10.0

9 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page