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 --recursive https://github.com/trezor/cython-hidapi.git
    $ cd cython-hidapi
  2. Build cython-hidapi extension module:

    $ python setup.py build

    On Linux, the hidraw API is now used by default, and the libusb API is not included. That is, –without-libusb is now the default behavior. To force the use of the libusb API instead, use the –with-libusb option:

    $ python setup.py build --with-libusb

    Or you can also use the environment variable:

    $ export HIDAPI_WITH_LIBUSB=1
    $ python setup.py build
  3. 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 .
  4. Test install:

    $ python
    >>> import hid
    >>>
  5. 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.14.0.post2

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.14.0.post2
File Size Uploaded
hidapi-0.14.0.post2.tar.gz 172.5 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for hidapi 0.14.0.post2
File
hidapi-0.14.0.post2-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
hidapi-0.14.0.post2-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
hidapi-0.14.0.post2-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
hidapi-0.14.0.post2-cp312-cp312-musllinux_1_2_i686.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-32 Details
hidapi-0.14.0.post2-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
hidapi-0.14.0.post2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
hidapi-0.14.0.post2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-32 Details
hidapi-0.14.0.post2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
hidapi-0.14.0.post2-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
hidapi-0.14.0.post2-cp312-cp312-macosx_10_9_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.9+ x86-64 Details
hidapi-0.14.0.post2-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
hidapi-0.14.0.post2-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
hidapi-0.14.0.post2-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
hidapi-0.14.0.post2-cp311-cp311-musllinux_1_2_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-32 Details
hidapi-0.14.0.post2-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
hidapi-0.14.0.post2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
hidapi-0.14.0.post2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-32 Details
hidapi-0.14.0.post2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
hidapi-0.14.0.post2-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
hidapi-0.14.0.post2-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
hidapi-0.14.0.post2-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
hidapi-0.14.0.post2-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
hidapi-0.14.0.post2-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
hidapi-0.14.0.post2-cp310-cp310-musllinux_1_2_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-32 Details
hidapi-0.14.0.post2-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
hidapi-0.14.0.post2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
hidapi-0.14.0.post2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-32 Details
hidapi-0.14.0.post2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
hidapi-0.14.0.post2-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
hidapi-0.14.0.post2-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
hidapi-0.14.0.post2-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
hidapi-0.14.0.post2-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
hidapi-0.14.0.post2-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
hidapi-0.14.0.post2-cp39-cp39-musllinux_1_2_i686.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-32 Details
hidapi-0.14.0.post2-cp39-cp39-musllinux_1_2_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ ARM64 Details
hidapi-0.14.0.post2-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.14.0.post2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-32 Details
hidapi-0.14.0.post2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
hidapi-0.14.0.post2-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
hidapi-0.14.0.post2-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
hidapi-0.14.0.post2-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
hidapi-0.14.0.post2-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
hidapi-0.14.0.post2-cp38-cp38-musllinux_1_2_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-64 Details
hidapi-0.14.0.post2-cp38-cp38-musllinux_1_2_i686.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-32 Details
hidapi-0.14.0.post2-cp38-cp38-musllinux_1_2_aarch64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ ARM64 Details
hidapi-0.14.0.post2-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.14.0.post2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-32 Details
hidapi-0.14.0.post2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
hidapi-0.14.0.post2-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
hidapi-0.14.0.post2-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
hidapi-0.14.0.post2-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
hidapi-0.14.0.post2-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
hidapi-0.14.0.post2-cp37-cp37m-musllinux_1_2_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ x86-64 Details
hidapi-0.14.0.post2-cp37-cp37m-musllinux_1_2_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ x86-32 Details
hidapi-0.14.0.post2-cp37-cp37m-musllinux_1_2_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ ARM64 Details
hidapi-0.14.0.post2-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.14.0.post2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32 Details
hidapi-0.14.0.post2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
hidapi-0.14.0.post2-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
hidapi-0.14.0.post2-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
hidapi-0.14.0.post2-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
hidapi-0.14.0.post2-cp36-cp36m-musllinux_1_2_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.2+ x86-64 Details
hidapi-0.14.0.post2-cp36-cp36m-musllinux_1_2_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.2+ x86-32 Details
hidapi-0.14.0.post2-cp36-cp36m-musllinux_1_2_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.2+ ARM64 Details
hidapi-0.14.0.post2-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.14.0.post2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-32 Details
hidapi-0.14.0.post2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64 Details
hidapi-0.14.0.post2-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size: 23.0 MB

Release files / hidapi-0.14.0.post2.tar.gz

Download URL hidapi-0.14.0.post2.tar.gz
Size 172.5 kB
Tags Source
SHA-256 checksum
How to use checksums
6c0e97ba6b059a309d51b495a8f0d5efbcea8756b640d98b6f6bb9fdef2458ac
BLAKE2b-256 checksum
How to use checksums
bf6f90c536b020a8e860f047a2839830a1ade3e1490e67336ecf489b4856eb7b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp312-cp312-win_amd64.whl

Download URL hidapi-0.14.0.post2-cp312-cp312-win_amd64.whl
Size 64.3 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
493aad5fe1630f547857ef93a150eb99c07e836b82a340bd0cfdf87f495c983d
BLAKE2b-256 checksum
How to use checksums
c9e7738e5915af08f9937acaf1b30a491dc5a7ca67717ce1ef2efddf702f3ad8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp312-cp312-win32.whl

Download URL hidapi-0.14.0.post2-cp312-cp312-win32.whl
Size 57.1 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
6f35ad2007e04d6dd80807d72a66781915da538818587f950cea3c3c36512aa7
BLAKE2b-256 checksum
How to use checksums
f4fee51acd3bae6917c667118aa5481cbf96c42ab6459ec0a58ed14e1a7b8469
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL hidapi-0.14.0.post2-cp312-cp312-musllinux_1_2_x86_64.whl
Size 349.3 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
de561a9336aa92263a4a5757deffdacb0e04de84590e15a7d5413f574790a210
BLAKE2b-256 checksum
How to use checksums
ce1cc1949180a8e9231148d6c7407653c1e2928cec0534e8039591a1188d1a7c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp312-cp312-musllinux_1_2_i686.whl

Download URL hidapi-0.14.0.post2-cp312-cp312-musllinux_1_2_i686.whl
Size 335.7 kB
Tags CPython 3.12 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
59465c87f028e70162f04d3e69014cd03bb2a4ceed7db6d0a160ec9627fb9324
BLAKE2b-256 checksum
How to use checksums
a6f7f6dfb43c37949a1300504569b18857d975f6d92c0a0de52247865356ae55
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL hidapi-0.14.0.post2-cp312-cp312-musllinux_1_2_aarch64.whl
Size 346.5 kB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
556f99a3887065f0e86fb4b3968800c34fa25e6ea54047ef850ee639c69032da
BLAKE2b-256 checksum
How to use checksums
1d10be6935a1e26f5d3a41c63b8b365741281034900ca56611366433f3413c2c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL hidapi-0.14.0.post2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 711.6 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
b5b979408ba1c65ea7e39e35e6cb9d29705265ebfca568627333876f7a030818
BLAKE2b-256 checksum
How to use checksums
4fa71ed1c4c0c153eac0a2cce1a0b6753eec35810dbd9e483cc49a8a7d84a3d9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL hidapi-0.14.0.post2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Size 738.1 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
eecc24722c561348c04f3f0819534028a7dd2e35a16f195625e2465f95fb8c6f
BLAKE2b-256 checksum
How to use checksums
8242ff6bf1a9ffb09d7d150bd144ea74774d8c303944cb51075190f224eb8964
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL hidapi-0.14.0.post2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 717.7 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
511ccf1fa7f159b95d31d9fb718ebfc35322252d7355a3afaa724b65cdbbeff6
BLAKE2b-256 checksum
How to use checksums
0b035c85e738936bf8b57f557970701fe65a0290a2d3693ee2c966bfc4cb09eb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp312-cp312-macosx_11_0_arm64.whl

Download URL hidapi-0.14.0.post2-cp312-cp312-macosx_11_0_arm64.whl
Size 68.0 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
c6e81890f51bae29ae81c3ff02fed754d05f69a408fa038ff1056aec90c56333
BLAKE2b-256 checksum
How to use checksums
06a706ff3d65dbad868ff4bc21726823b1101b6a7b1281bc44e158b70a30638b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp312-cp312-macosx_10_9_x86_64.whl

Download URL hidapi-0.14.0.post2-cp312-cp312-macosx_10_9_x86_64.whl
Size 70.5 kB
Tags CPython 3.12 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
5eaa04f8fb7b5d9d7e3eeb502317941559ecfc4a76d2527ee0d1d835794ac5aa
BLAKE2b-256 checksum
How to use checksums
b4d610683f04a49cf6ccfa6186940732ed8d15e5c86ea1e399a4dadfec7c1ec2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp311-cp311-win_amd64.whl

Download URL hidapi-0.14.0.post2-cp311-cp311-win_amd64.whl
Size 64.2 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
c79d60d42b3437e0553052de108253db0e9e4a5c432996d95028d219afd4a3f3
BLAKE2b-256 checksum
How to use checksums
667ded6c213a04d1eaaf1cf1962872aba9821ce5fda2498793957c288ae07c32
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp311-cp311-win32.whl

Download URL hidapi-0.14.0.post2-cp311-cp311-win32.whl
Size 56.9 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
bfe65ee33f0ecafde4e742fd7c8482a914bcd0bc69c04edf40788c714eec865d
BLAKE2b-256 checksum
How to use checksums
a2da148ffbeac51ca409f54568d016d67d7bc234d9cc39d4f44c1d415e7dac01
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL hidapi-0.14.0.post2-cp311-cp311-musllinux_1_2_x86_64.whl
Size 344.9 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
70038c3bd26c2ec7520964d9cfe5df81928ff34a2821e83914c28a9d4d8550b7
BLAKE2b-256 checksum
How to use checksums
7279599df7f0d40725f2456fff05b99a75a68d150916031ef0e5b01333966d8c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp311-cp311-musllinux_1_2_i686.whl

Download URL hidapi-0.14.0.post2-cp311-cp311-musllinux_1_2_i686.whl
Size 328.3 kB
Tags CPython 3.11 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
04fd0c791af679dc6de02205f5fe321e46b7cae0e8d10d7f579abb8bcca0c595
BLAKE2b-256 checksum
How to use checksums
ed5b25d7b9794b2017a315573464ea39617e40702acb82dec9c348a52d288433
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL hidapi-0.14.0.post2-cp311-cp311-musllinux_1_2_aarch64.whl
Size 338.9 kB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
5ebdc20915c6256c738116a3491bc5194d74233bb6a4ad7d05983dfec54a22f2
BLAKE2b-256 checksum
How to use checksums
381345cac0a2952f1cc3f5674b599d083e81cc0816e877949dad897a51925dce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL hidapi-0.14.0.post2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 705.4 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
f95340c0d69245820a2075d516df9a99c466d92db29fa78df5f13d9cfee4716d
BLAKE2b-256 checksum
How to use checksums
46070d773755e0c629cabd6fa10251929fbb6cba4c1936116d753e77a792eba1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL hidapi-0.14.0.post2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Size 726.9 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
4a6991f55aebd3f84cc924fd838e0052422a5a3921f5d7df0ce6c9600f09db9a
BLAKE2b-256 checksum
How to use checksums
afc6d129b74e0028ca8401ecbeffb9cd1bca377262a5dcd882ea4999ba25d416
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL hidapi-0.14.0.post2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 711.5 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
ef474da943187befd9a55270ba521f42930565b84bd59caa276adeda29669853
BLAKE2b-256 checksum
How to use checksums
f5d2ae65b9cecc3ba140b7eff02d3f67ed56203b3715926b3f1f13d82ce7a966
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp311-cp311-macosx_11_0_arm64.whl

Download URL hidapi-0.14.0.post2-cp311-cp311-macosx_11_0_arm64.whl
Size 67.8 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
3b1bca2741492c67a6cb4d7b57c0db734543556b369d3604505c62a47607767f
BLAKE2b-256 checksum
How to use checksums
e81d7a32933a022dc42d9a796843ceb05c038521318668400da5eada1ac66170
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp311-cp311-macosx_10_9_x86_64.whl

Download URL hidapi-0.14.0.post2-cp311-cp311-macosx_10_9_x86_64.whl
Size 70.0 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
4d3ca0ff9179bfa2337b36eaa6a4f1a3e4c8e643cf698adfef65700bffb6fe5c
BLAKE2b-256 checksum
How to use checksums
bcacf6009ddff800adcaf0f57b2ec4526d9ae9419d28391e5580904ce6115ba9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp310-cp310-win_amd64.whl

Download URL hidapi-0.14.0.post2-cp310-cp310-win_amd64.whl
Size 64.1 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
4635c294a2ccfe1e862ba324dc4a5c068fd989c138b09880052a5903b37e0d54
BLAKE2b-256 checksum
How to use checksums
3c9d84f05fccaa8e72589ad1a76581d1fa305014b7064d9aa6366e61ef1881ef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp310-cp310-win32.whl

Download URL hidapi-0.14.0.post2-cp310-cp310-win32.whl
Size 57.0 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
4379f218712f9800c6d89c17902da5ebb06c1e6afde66aaf2d8bd0f5f6fb9232
BLAKE2b-256 checksum
How to use checksums
52df608d3c86255563be3649b8bbd9faa55b162ec6f14850c0cba6d0033265e1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL hidapi-0.14.0.post2-cp310-cp310-musllinux_1_2_x86_64.whl
Size 318.2 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
ad21f0da766df0177d2d8bc06c8fd65303a37f79d2890e8133980080e1159eb0
BLAKE2b-256 checksum
How to use checksums
c762c098e00fd27719fc3fb1893d43871e72ff9a93fc71fa142eb4c00df561e5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp310-cp310-musllinux_1_2_i686.whl

Download URL hidapi-0.14.0.post2-cp310-cp310-musllinux_1_2_i686.whl
Size 312.5 kB
Tags CPython 3.10 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
fd985ca84d7abd0d8fa57a5f1639d14292429028588b19f58b729b02c0ea9928
BLAKE2b-256 checksum
How to use checksums
578c8510a96dff8b25a422b0adb7e3a866a976114aff848c1c7b4ad692ff767d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL hidapi-0.14.0.post2-cp310-cp310-musllinux_1_2_aarch64.whl
Size 312.4 kB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
8b000a44176e09ab2921aa1402efbaa84c708786c3e825b64fbac294353b373e
BLAKE2b-256 checksum
How to use checksums
73352cb839ba8760591aaa726eb39db972609945c61710dcdf975abde5150e4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL hidapi-0.14.0.post2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 684.3 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
20b981c6828b92ac8c5e2fb3182fe95c528dc8355d298ec457ae8773dc1ffb2a
BLAKE2b-256 checksum
How to use checksums
447278358428e11703082ecf4d3be17dce4a9059002ead03b1cf8e62021161ad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL hidapi-0.14.0.post2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Size 707.5 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
b606a4123a296f63a0e8d9904ddbed6b90957f454cb3df315684eac43bedc1e6
BLAKE2b-256 checksum
How to use checksums
f19e1444fc493353a3a2efbad9f10afc7c1f3d70ae45d8dbfdb30a6f8a295284
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL hidapi-0.14.0.post2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 690.8 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
5fe7645dfb3d577428023ea855664602d55dacdcf474c059217c6f5cc175bcd6
BLAKE2b-256 checksum
How to use checksums
952287b6742316d3bfad9860d467b5ef91411f52d1e2e61ef75fcd03f56f7669
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp310-cp310-macosx_11_0_arm64.whl

Download URL hidapi-0.14.0.post2-cp310-cp310-macosx_11_0_arm64.whl
Size 67.2 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
8f6c27a5efd629dde57c97bb621bfe87fd40ece01c3c80ca8f937cfd8023adbe
BLAKE2b-256 checksum
How to use checksums
eb7341b979989da9b98db5459f64d67587694b60aa3a786062e35b643dd5d550
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp310-cp310-macosx_10_9_x86_64.whl

Download URL hidapi-0.14.0.post2-cp310-cp310-macosx_10_9_x86_64.whl
Size 69.5 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
023bca2a95856c185b01978b3794a8302e5a38cf1a8fa7b9c14c537b928ec762
BLAKE2b-256 checksum
How to use checksums
e1ef63f83e8dbad9467bb0a19ac3c6a3d9d442c3ca521fa18d31c3738022c502
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp39-cp39-win_amd64.whl

Download URL hidapi-0.14.0.post2-cp39-cp39-win_amd64.whl
Size 64.6 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
8e1d0396f415cb5d1cd3a1dfa8c0aa15d14f8849e7e0f9b4782e614128ec15ad
BLAKE2b-256 checksum
How to use checksums
de3e2c683db6f5c7ff81ac288f55223aca7460ad6155e612f4e2d225af8a690f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp39-cp39-win32.whl

Download URL hidapi-0.14.0.post2-cp39-cp39-win32.whl
Size 57.6 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
d678979fcffd93d1d2f69ca080f3af994ce8be032bff3d929f45f1cbf2ce74a3
BLAKE2b-256 checksum
How to use checksums
a6e08c94dd24844e008d65196d587ca604aef022177ea9fdd568f27b3aad5afa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL hidapi-0.14.0.post2-cp39-cp39-musllinux_1_2_x86_64.whl
Size 321.5 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
7f1d6f11234b9a3fcfd1d81e328cd4af09ab4e7e9b251f9eb772542f1ae1fada
BLAKE2b-256 checksum
How to use checksums
d8e658754866d59605980b3a90a3552cdf84a4b834e67560bec67f5f0c09978d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp39-cp39-musllinux_1_2_i686.whl

Download URL hidapi-0.14.0.post2-cp39-cp39-musllinux_1_2_i686.whl
Size 315.7 kB
Tags CPython 3.9 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
9de52268c4f29f23061d97020b46d56b03047834897be3bfcb95ebd89d32d636
BLAKE2b-256 checksum
How to use checksums
5dab0da14a76376c4989a1658edb1ccc2d48db2b760fdbf95c60569df2abd3b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp39-cp39-musllinux_1_2_aarch64.whl

Download URL hidapi-0.14.0.post2-cp39-cp39-musllinux_1_2_aarch64.whl
Size 315.8 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
91695c2f5ab3f91e27b4e1782cea57a517472b2d57e49a3eec5c86b5fbecd13f
BLAKE2b-256 checksum
How to use checksums
33d0a5ea75661429f0322dead7f25f4a322958595cc85bea0a6ae43c69391d6d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL hidapi-0.14.0.post2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 687.7 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
386a9df574ae5715f811eafe5d8207c2eec986543146c27b4beea9957ec95567
BLAKE2b-256 checksum
How to use checksums
7dbb5a58bc75b900c3df73e03d7ef6761d71d35b0a028952ea95346fdc5410f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL hidapi-0.14.0.post2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Size 710.7 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
eccc63cd08142791ffa2c213c6f47f3094a267a3ab2c10261704bdad08ecd806
BLAKE2b-256 checksum
How to use checksums
d943904c1e92dfa36b7c69e694c136f663bf67868194ab76adf872f3db043a9c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL hidapi-0.14.0.post2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 695.0 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
27e68dc10e6a06ba818d5f0cdc90045332784cf485279c18d7a054b22344814f
BLAKE2b-256 checksum
How to use checksums
b992ad1de6a47c54584731fbc1fb3192eacf0b99bb30e9679a2f51a2691bbc8d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp39-cp39-macosx_11_0_arm64.whl

Download URL hidapi-0.14.0.post2-cp39-cp39-macosx_11_0_arm64.whl
Size 67.9 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
8727975928662fa3d43abcc97acd581a3d4a62d6e701881e3296f40335f1778e
BLAKE2b-256 checksum
How to use checksums
14531ea797507b60d9b3212fd3da17f60c623bc86f8bc80a8506f8c914d9863a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp39-cp39-macosx_10_9_x86_64.whl

Download URL hidapi-0.14.0.post2-cp39-cp39-macosx_10_9_x86_64.whl
Size 70.1 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
dc991af741ca3caf582ad1c717ce81c6c4021cbcb237eae534701beb819f867c
BLAKE2b-256 checksum
How to use checksums
57aaee0d04463b4b591f0ac09d70cf28f9eaa3a4f497720e996fad7b0041994c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp38-cp38-win_amd64.whl

Download URL hidapi-0.14.0.post2-cp38-cp38-win_amd64.whl
Size 64.8 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
2e604d59634a6162fcfbf16b07d2c6cc6dc278ba260246aa22f0b4ae6dc0e586
BLAKE2b-256 checksum
How to use checksums
60d4b96967e7af4aa84502ddeec514aec14d82309bbc839ecea0da746e4f7674
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp38-cp38-win32.whl

Download URL hidapi-0.14.0.post2-cp38-cp38-win32.whl
Size 57.7 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
10f015eb35e28f5101af5ac16df0f08e0a31912dc8a5704c828d8ff0c3776b0d
BLAKE2b-256 checksum
How to use checksums
da53e3f9ae5a70e565aebb244f23c33550762d4f1052e4b9b6bddff1cfd3b8f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp38-cp38-musllinux_1_2_x86_64.whl

Download URL hidapi-0.14.0.post2-cp38-cp38-musllinux_1_2_x86_64.whl
Size 325.1 kB
Tags CPython 3.8 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
a9494327db1e6e5fd6630701cf4cc28da9dc2465d7903e9f2c1e9cf2228f3c50
BLAKE2b-256 checksum
How to use checksums
ccb939e00d1b19f561d46c61544c74e3d4a00cb3733ebfbcccbbce70a0078b0b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp38-cp38-musllinux_1_2_i686.whl

Download URL hidapi-0.14.0.post2-cp38-cp38-musllinux_1_2_i686.whl
Size 313.5 kB
Tags CPython 3.8 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
0eab40fb174db083233d105fdae17e5efaeb41d887b48fe4cfe98bfe48c03617
BLAKE2b-256 checksum
How to use checksums
9983d1d09078243f5a3d90ea7aa12cac5d3e39a44e7eded65424d566ba7b1cae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp38-cp38-musllinux_1_2_aarch64.whl

Download URL hidapi-0.14.0.post2-cp38-cp38-musllinux_1_2_aarch64.whl
Size 318.8 kB
Tags CPython 3.8 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
857b81b124e6602f77f711b11ce08cb809a7e7e698751b0e09fff26f40571ffe
BLAKE2b-256 checksum
How to use checksums
1e6fdc8b835a1868c869204f0d01bc94add8282407ff3540a0e2090f0b5a4432
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL hidapi-0.14.0.post2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 685.4 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
f87614ebc0cbc399eb7682a6f1f18f4afd522e2b76df888ddc4305f6ec3af186
BLAKE2b-256 checksum
How to use checksums
aa7310505e614cfcd8b76a1f2156e7f8bb643d71ec90c012f7a9155ad3c49d5f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL hidapi-0.14.0.post2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Size 710.1 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
f4b7c2e84ba004140d8555db302daf5d3f9d1d073cbc680b4cd384ee9a943395
BLAKE2b-256 checksum
How to use checksums
400f4a0ffee5f9a9fc08d4c2340488ae0266273431fabb2b65d462a05359ac87
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL hidapi-0.14.0.post2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 691.2 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
c5526d812a53e3050317003bfa6a923ab1e8d4bf10a75a3ec4e2a6361b9967d2
BLAKE2b-256 checksum
How to use checksums
0453b898264e8c84afda7646783e3091ec6fb4c7ea5b1ece84b09495657e8c5c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp38-cp38-macosx_11_0_arm64.whl

Download URL hidapi-0.14.0.post2-cp38-cp38-macosx_11_0_arm64.whl
Size 68.1 kB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
03926c1e788daff7e038f2d39460348ce5d624a98a72d9d291f619c9fbbb754e
BLAKE2b-256 checksum
How to use checksums
1a5b6e53189089bcbd4c2aad77104b937ca6339a119dcd01e0d4e639ffec4ffa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp38-cp38-macosx_10_9_x86_64.whl

Download URL hidapi-0.14.0.post2-cp38-cp38-macosx_10_9_x86_64.whl
Size 70.3 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
6110c47d531f9d5e2947619f11623371d3efaade5b1ad81501ed0b6767296bbb
BLAKE2b-256 checksum
How to use checksums
88a4ad061ad9ad4ca39f3466f9e194290b08f020068a79867b3d2731a0b6f701
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp37-cp37m-win_amd64.whl

Download URL hidapi-0.14.0.post2-cp37-cp37m-win_amd64.whl
Size 64.7 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
466b4c2222ba58dd6603ca31777b8210d414751ae3a6e16d27d830e6d402a691
BLAKE2b-256 checksum
How to use checksums
6f1080d843c9a643ed08f7b53795e1bc30dd0079c2cc982da1b73f0cbdaae95e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp37-cp37m-win32.whl

Download URL hidapi-0.14.0.post2-cp37-cp37m-win32.whl
Size 57.5 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
209208db37a061ca08786184bc7060aace9e38bc45de268e60ac808e0f42952c
BLAKE2b-256 checksum
How to use checksums
8cda1192e0ec8a54426c08da2daae42e8478b18469d725faf744120aef002aeb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp37-cp37m-musllinux_1_2_x86_64.whl

Download URL hidapi-0.14.0.post2-cp37-cp37m-musllinux_1_2_x86_64.whl
Size 294.3 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
44438fff75b4ccd158a0ed692dba828a3735ce4963d0ae3a03c4b6dc2a020f18
BLAKE2b-256 checksum
How to use checksums
24f31446035fc730cacefebdb77d0d857f7dd29872416cbaef03e5cf99e17645
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp37-cp37m-musllinux_1_2_i686.whl

Download URL hidapi-0.14.0.post2-cp37-cp37m-musllinux_1_2_i686.whl
Size 288.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
07841b71d78e21f15fd2ea9d7d313c7aa088c3415d6cefa1e932353fac6eb0b3
BLAKE2b-256 checksum
How to use checksums
5a868a5609639c8d06a0e50e8f15fed0eaebc363e4ef7203e174e07b62d1a57a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp37-cp37m-musllinux_1_2_aarch64.whl

Download URL hidapi-0.14.0.post2-cp37-cp37m-musllinux_1_2_aarch64.whl
Size 289.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
fafef403f32514c069cefe9484f255ac6b2bfa11f9160f22da3ffae8c4b01dea
BLAKE2b-256 checksum
How to use checksums
520c8b55d95e8350cfaecf59ad4bfbfc01a33778c4afeea2171a1f003f5a4986
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL hidapi-0.14.0.post2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 659.2 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
92ac5a88cc56f2b30d13cfb4aa208b6c4874a1d3fe80855d092e1c33207eaf27
BLAKE2b-256 checksum
How to use checksums
1d147f4e3a6b299a4f60b1f7e5990025156d4a4502c2c0c66e5ebdcecc642a15
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL hidapi-0.14.0.post2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Size 682.2 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
0a6e7570cee92762a9d6bc785d1ffb221081fc28ba2bcbbd89030cd2757b5773
BLAKE2b-256 checksum
How to use checksums
e9722a16c56893beeb3fc7a89aceffc2101b8d7fb422aa8bcd0bcaf260593a4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL hidapi-0.14.0.post2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 662.6 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
39104841a2dce697cb4deeefe0ec08710dfb4258c6b078656989e11d1c62e71a
BLAKE2b-256 checksum
How to use checksums
f828d5f1f738aaab8528d58621ef56db49bdcddae5abb9a662fa2e5a1be83151
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL hidapi-0.14.0.post2-cp37-cp37m-macosx_10_9_x86_64.whl
Size 70.2 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
251f93ae3e919bfc06217a2362239982b8d0913b38071b0a9253934275158e10
BLAKE2b-256 checksum
How to use checksums
500eb7f26f6c6cdd90faa132756553892b5d3c423d3e1d2a3a18a591a1ad319b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp36-cp36m-win_amd64.whl

Download URL hidapi-0.14.0.post2-cp36-cp36m-win_amd64.whl
Size 70.9 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
5bd9b996882d9542cd1a927fbfc6c5ac34fe3290362050ad68d379b6a100c470
BLAKE2b-256 checksum
How to use checksums
110c3a9da7faf211d0326578d6234c35a74a84696c1f3ba6e15f754f8f6847b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp36-cp36m-win32.whl

Download URL hidapi-0.14.0.post2-cp36-cp36m-win32.whl
Size 61.5 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
a1cf34598f7642dc602de88ae1ed80ef5f4efb7e5b054528e33745bdfd93379e
BLAKE2b-256 checksum
How to use checksums
a350e2b9275d64d7c14a750a9aabdf51b08d61447d2807b8696d1d913a346103
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp36-cp36m-musllinux_1_2_x86_64.whl

Download URL hidapi-0.14.0.post2-cp36-cp36m-musllinux_1_2_x86_64.whl
Size 289.8 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
b1c2eaa44f86700dba943bf6217157631e3ea836569b6494abfa3fff49f50b0e
BLAKE2b-256 checksum
How to use checksums
feb52b7657d2b24bc3a73062edd6d623da4a31b8ce36d5af29b4ae5d5b57bbf1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp36-cp36m-musllinux_1_2_i686.whl

Download URL hidapi-0.14.0.post2-cp36-cp36m-musllinux_1_2_i686.whl
Size 276.3 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
84e921d9de9dfb39a0cbce4db94d9ea00365f1137f12f24b22fa14170d0efb4b
BLAKE2b-256 checksum
How to use checksums
da2a7f73244b5bd26bb4857fd947d53b3699c7fb7226e9740723c0d458448265
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp36-cp36m-musllinux_1_2_aarch64.whl

Download URL hidapi-0.14.0.post2-cp36-cp36m-musllinux_1_2_aarch64.whl
Size 285.2 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
ad280e0db1496d14c471d83c0157f1ac440c06cb143e05096940d397b3ab04ba
BLAKE2b-256 checksum
How to use checksums
6ccdd8d97947ed1e8841996ec83cc4dea1db9cc8053e164f09f608113f093ee1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL hidapi-0.14.0.post2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 652.9 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
826dc8b82a094e80538c68a3e0d6b252b765ea49daa9bfbde0221fdb1eead058
BLAKE2b-256 checksum
How to use checksums
49b94f1210d00d744167836eb7fda59c6fcfdb4723e1e498d8adb78a3fc1ba25
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL hidapi-0.14.0.post2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Size 673.8 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
f30df6f41d504a7bceeece097e2078ffccb91acdcdc0a553b27377c48f9cffbc
BLAKE2b-256 checksum
How to use checksums
5dbe1d462936f46bcf9ce965c3752fb9f52a119721e8e2983e0547079fdc84aa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL hidapi-0.14.0.post2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 658.6 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
127e4f0b048ec9fc08e29596de411bbb856b6f224ecca26b32ded398340f9d4f
BLAKE2b-256 checksum
How to use checksums
6c304dd3d14829bb8290f3b769aada5aa9d8122a038a088dcb5f4c645828d73a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release files / hidapi-0.14.0.post2-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL hidapi-0.14.0.post2-cp36-cp36m-macosx_10_9_x86_64.whl
Size 68.2 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
6dba51ebd2c31c06f33fefc3cff0f48cb6a0e94015392f09e91a1504cb2b3a32
BLAKE2b-256 checksum
How to use checksums
466739c846b825a6dd61c06f5b970429abd40b0d11530f48e958975efdde8c5a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.4

Release history Release notifications | RSS feed

This release

0.14.0.post2 This release

69 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