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

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.post1
File Size Uploaded
hidapi-0.11.0.post1.tar.gz 136.0 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for hidapi 0.11.0.post1
File
hidapi-0.11.0.post1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
hidapi-0.11.0.post1-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
hidapi-0.11.0.post1-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.11.0.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
hidapi-0.11.0.post1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.12+ x86-32 Details
hidapi-0.11.0.post1-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
hidapi-0.11.0.post1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
hidapi-0.11.0.post1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
hidapi-0.11.0.post1-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.post1-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.post1-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.post1-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
hidapi-0.11.0.post1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
hidapi-0.11.0.post1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
hidapi-0.11.0.post1-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.post1-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.post1-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.post1-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
hidapi-0.11.0.post1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
hidapi-0.11.0.post1-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
hidapi-0.11.0.post1-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.post1-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.post1-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.post1-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.post1-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
hidapi-0.11.0.post1-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
hidapi-0.11.0.post1-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.post1-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.post1-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.post1-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size: 10.9 MB

Release files / hidapi-0.11.0.post1.tar.gz

Download URL hidapi-0.11.0.post1.tar.gz
Size 136.0 kB
Tags Source
SHA-256 checksum
How to use checksums
419eb1a58f672d2a53c6ad1f675b49ebc64a7756d09e391e7fc4486ad2f7a1ac
BLAKE2b-256 checksum
How to use checksums
9a37e40ba11f3dd41b8afc55235648c0367c013c0464f5501f1e4f760fccec32
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.post1-cp310-cp310-win_amd64.whl

Download URL hidapi-0.11.0.post1-cp310-cp310-win_amd64.whl
Size 48.3 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
61630dad5117c6bf00ce7e4622770e9e15713bc5c1408ff4e13f4d76bbe32024
BLAKE2b-256 checksum
How to use checksums
5f8eb207ed26fb9b8c6c33f4a8862a1350a273f0c0f6013c1fefe166554c5a33
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.post1-cp310-cp310-win32.whl

Download URL hidapi-0.11.0.post1-cp310-cp310-win32.whl
Size 43.7 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
6c5605fe053e7f4322d9481bebd1ccef90d9c90be32fb5a54368fa843fe0a44a
BLAKE2b-256 checksum
How to use checksums
9a899d88969c60e12c707e367a319268d59b01216a3e1fbd22d34e75516577cb
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.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL hidapi-0.11.0.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 810.3 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
f91173ed09f67678b14891221184222538f12b01cc8b7970d24a84f26e41d73e
BLAKE2b-256 checksum
How to use checksums
fc60d03a9b7991a319110a5dc1f6a52d98be2571fafe46ed6d87bb6a780fdde1
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.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL hidapi-0.11.0.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 819.9 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
64bb8f434160460fa23cdf703d0ca2c90e0a42a4b7f971b8362850ec9263fb50
BLAKE2b-256 checksum
How to use checksums
0fcfd6b6a9dacb1f4bf0a44abf5c96a5a8d12dab69e70bdc45d78151f6e0e756
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.post1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL hidapi-0.11.0.post1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Size 406.3 kB
Tags CPython 3.10 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
5e519fff8f09655240e51977d2e10edca3dd914f379dc82990196c5e33f21625
BLAKE2b-256 checksum
How to use checksums
45602fc4213839db8703bd3518c36e44c3a4d1270526a0171efd2e1544fc690e
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.post1-cp310-cp310-macosx_10_9_x86_64.whl

Download URL hidapi-0.11.0.post1-cp310-cp310-macosx_10_9_x86_64.whl
Size 48.3 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
6bfadad8c6bf1f182b8795f86c7654f173c164a6f145606f47bdcf5004c0135a
BLAKE2b-256 checksum
How to use checksums
8f1572b06cb7393f7fc5b70d2156fed304970266ecd98930e38b18a3de1cc087
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.post1-cp39-cp39-win_amd64.whl

Download URL hidapi-0.11.0.post1-cp39-cp39-win_amd64.whl
Size 48.3 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
41b8117ca674e810ddd68c41b432d9e83b72dc58f74d81ca15fcc8ae46549ad5
BLAKE2b-256 checksum
How to use checksums
8f49a88cc114f67ba62c7659dc33c48f9ca5d6e5309129bd7b23a721bb5375c1
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.post1-cp39-cp39-win32.whl

Download URL hidapi-0.11.0.post1-cp39-cp39-win32.whl
Size 43.7 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
49d3cc73b7e4de7830a0dc25f340b8e0b769434ee5d1aaaeb5191714a2790837
BLAKE2b-256 checksum
How to use checksums
fed6f9fb0a0556303c14bd51fe4591c60008a25cc0f73b51e139412e868cb064
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.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL hidapi-0.11.0.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 807.6 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
29336792909714ad1001559ee2dc06a700cca31b0361bf303896bcb97cc3a14f
BLAKE2b-256 checksum
How to use checksums
6c265a77e029d815bcd0999bf63ad70eaaef79b4f9ccfcadeb5432d51a3b2069
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.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL hidapi-0.11.0.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 815.9 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
02ebb608baf48312388192426298e4890eccf2c48ae5a48a08cd467ef52ff1cc
BLAKE2b-256 checksum
How to use checksums
bac05b8a6b5a88273786bfa804599e5eb94bb2a8e67075f7166847253b12964d
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.post1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL hidapi-0.11.0.post1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Size 405.5 kB
Tags CPython 3.9 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
7ace68a13df617608461d152680ca28e60d5bd7db87a40027effe4557c0a45c2
BLAKE2b-256 checksum
How to use checksums
ed92540802c0799725bce43825c8349a40c262cd60f2a7efb28fee49e9f4e63c
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.post1-cp39-cp39-macosx_10_9_x86_64.whl

Download URL hidapi-0.11.0.post1-cp39-cp39-macosx_10_9_x86_64.whl
Size 48.3 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
59ae6468167d0bb4cdebfb7006faa01537ed36d3d0d4b4e81f873fba664a9834
BLAKE2b-256 checksum
How to use checksums
a1ebda7da621ed38dd0a1f1bec60966b7e35497185da1d5aeee82d19af99792f
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.post1-cp38-cp38-win_amd64.whl

Download URL hidapi-0.11.0.post1-cp38-cp38-win_amd64.whl
Size 48.4 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
dadf908d068751282543ccb024b9a2e2a28626c7311a25c37f2f39d79a77eaa0
BLAKE2b-256 checksum
How to use checksums
fe62528151a87829d2b36d60434a11cdf16322f948ee2737e9d56da503d4bdef
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.post1-cp38-cp38-win32.whl

Download URL hidapi-0.11.0.post1-cp38-cp38-win32.whl
Size 43.8 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
c49c61e8518c8f22c554baaec739d5c636198c08df9ea2aa6b08a24ea84a517f
BLAKE2b-256 checksum
How to use checksums
fac4a968acd3e1e9cd77166d223e5a534a1dc14d3ef88984dc993ca4412a41ea
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.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL hidapi-0.11.0.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 815.9 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
cd13b70dee389fc3b3db9a44c570534232c859bb6d29f0a89e8c4cf17289464d
BLAKE2b-256 checksum
How to use checksums
9dccca4b1df28afef4b6be8a7d51dfe9015d0ba7c7f2ded4b15a6fd6b5e479ef
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.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL hidapi-0.11.0.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 824.6 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
a243a51a1ee2b972edee670a2f9e619dcfe87154ad6327fbe43a6fb34132d4d3
BLAKE2b-256 checksum
How to use checksums
d9541418f72817a28db7558d1cf62fd5e1c1cec54a80c996129cd08bc4f9cfbb
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.post1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL hidapi-0.11.0.post1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Size 415.4 kB
Tags CPython 3.8 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
2bb1544d843972d329cfb960ce59c4f475a1acaae5cfad29ed41a83d88a427f2
BLAKE2b-256 checksum
How to use checksums
6f4b66af5c07432268f868d55d2b8efea37e0dd04fae032929f2dc52625c9522
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.post1-cp38-cp38-macosx_10_9_x86_64.whl

Download URL hidapi-0.11.0.post1-cp38-cp38-macosx_10_9_x86_64.whl
Size 47.3 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
1990c790dbc65a3d79891c926db76a17f1f2b6ac925296b06489dd263cba0c50
BLAKE2b-256 checksum
How to use checksums
20763ac0e4a91be217ce053358abf3e9eebe1b64b100c4f29c1fec3dde921f0c
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.post1-cp37-cp37m-win_amd64.whl

Download URL hidapi-0.11.0.post1-cp37-cp37m-win_amd64.whl
Size 47.9 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
8c892b336837680c9bf5e552eb79aa55bb0031cb7c53405bae8fb4c3bcec24c5
BLAKE2b-256 checksum
How to use checksums
cf64458430983a4755a14fb98d12e6bd92060102a96f4ccaa61bb2b206112318
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.post1-cp37-cp37m-win32.whl

Download URL hidapi-0.11.0.post1-cp37-cp37m-win32.whl
Size 43.3 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
7dfde3400e5103e26d2044acfa87e208a48ece569831d56f7395380b25bb1bc5
BLAKE2b-256 checksum
How to use checksums
3e16d6495670e1ea096ec49d1de0094652f4fbca945262fb393be12de7f94533
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.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL hidapi-0.11.0.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 796.7 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
9dae5cc74af33bec17249f1135fa4c19a2bd2144bc5c8e706b27b07b49e7c47f
BLAKE2b-256 checksum
How to use checksums
a20800c88f3b8b3dcf71c5225f9fabeb5f413a9dd46a8ab2c5b71e50f03b7b2d
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.post1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL hidapi-0.11.0.post1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 804.0 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
9a29db96744f683bf952fe3e39ce293a0bbee6f642a5e2bf0073da76cfcba9df
BLAKE2b-256 checksum
How to use checksums
a1fcc13a6cb76bb28ea83a2fb969953bcb2a50a3ebba59b55950557af608cf92
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.post1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL hidapi-0.11.0.post1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Size 389.0 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
4d0c81d91e65940ccd5372d58c80e79cb53aafa4f41dffc397f634dee0dd3724
BLAKE2b-256 checksum
How to use checksums
a6427e91cd4b00e20222ebc768c3fe96d577e21d2eb10820391cb8d2058428f9
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.post1-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL hidapi-0.11.0.post1-cp37-cp37m-macosx_10_9_x86_64.whl
Size 46.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
c56606a2384c0af90fb7cfddfdc9ebd423274ad41708c1e9738b759dc790a6cc
BLAKE2b-256 checksum
How to use checksums
c3a659a66f8da1b176ce04ec610a5ee02c658690bdc8c1f84062a8084709c78e
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.post1-cp36-cp36m-win_amd64.whl

Download URL hidapi-0.11.0.post1-cp36-cp36m-win_amd64.whl
Size 48.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
d41b3901d94b027cc279b078a5add5a50e4bf05344b812660aef2b0ad20f6a9a
BLAKE2b-256 checksum
How to use checksums
1d82558ce6d89ee50a94dc4c6e365115b6d1735dbddf8b74897565849d300a75
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.post1-cp36-cp36m-win32.whl

Download URL hidapi-0.11.0.post1-cp36-cp36m-win32.whl
Size 43.4 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
f3e63600fa88203757bdc837aed453ef3a9d45f6ffa798802ea092cb4050ff2a
BLAKE2b-256 checksum
How to use checksums
593804a76008dc911af352ae9a2b49e34ae98183fe94c8fd0810c3c2e31fe01e
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.post1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL hidapi-0.11.0.post1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 795.8 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
7b3d3ae220ba857ef5a644fc22c533b6ec1c40d509b3ce204d4b100fa42d03c4
BLAKE2b-256 checksum
How to use checksums
04539c811f66348d76a6889641db11a51ed1e519253ef9e55517175470e2128a
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.post1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL hidapi-0.11.0.post1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 803.3 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
666ebbe8fb2b22cd9b51f6fd431d49ba262a3e9b8706fca2f68a651bd41e0190
BLAKE2b-256 checksum
How to use checksums
b82bec6d208dbf2d6ba6dde274e8ef4f76d172df368cc2c13aaa0e8e4446fa35
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.post1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL hidapi-0.11.0.post1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Size 388.5 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
7695fdf22a7233d2368c68ee33147459338b29c113265cf074ed07e0e16d9606
BLAKE2b-256 checksum
How to use checksums
c7d870c3889bc85eb7c88937e91d6bd5aac684eb693005666e7b08f906f2a374
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.post1-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL hidapi-0.11.0.post1-cp36-cp36m-macosx_10_9_x86_64.whl
Size 46.9 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
14f0fa27e412aa3460fd1cba3e13c8681773269af45abc829591e54836ff610d
BLAKE2b-256 checksum
How to use checksums
6f31d959d00ef0bb020b4e2e9716ec772c089ac453717cd830820a73bb3084cb
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.post1 This release

31 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