python-hidapi 0.9.0.post3-3 source package in Ubuntu

Changelog

python-hidapi (0.9.0.post3-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

 -- Sandro Tosi <email address hidden>  Fri, 03 Jun 2022 12:29:01 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-hidapi_0.9.0.post3-3.dsc 2.1 KiB 496a8f3a86105b5d79123edc90abc3c77043ea8cd7be9f7c05365483b56537ba
python-hidapi_0.9.0.post3.orig.tar.gz 55.7 KiB 5a2442928f17ba742d9c53073f48b152051c5747d758d2fefd937543da5ab2e5
python-hidapi_0.9.0.post3-3.debian.tar.xz 3.2 KiB 490124eac88496f3754c0c414b88931bcd18976eaa79f1c82d60a9048fc4409f

No changes file available.

Binary packages built by this source

python3-hid: cython3 interface to hidapi

 This has been tested with:
 .
 * the PIC18F4550 on the development board from CCS with their example program.
 * the Fine Offset WH3081 Weather Station.
 .
 It works on Linux, Windows XP and OS X.
 .
 HIDAPI is a multi-platform library which allows an application to interface
 with USB and Bluetooth HID-Class devices on Windows, Linux, FreeBSD, and Mac
 OS X. HIDAPI can be either built as a shared library (.so or .dll) or
 can be embedded directly into a target application by adding a single source
 file (per platform) and a single header.
 .
 This package contains HIDAPI for Python 3.

python3-hid-dbgsym: debug symbols for python3-hid