python-hidapi 0.7.99.6-2 source package in Ubuntu

Changelog

python-hidapi (0.7.99.6-2) unstable; urgency=low

  * Rename binary package to python-hid; this is the correct name as the
    Python module is named "hid", and also avoids a collision with
    python-hidapi from hidapi-cffi.

 -- Tristan Seligmann <email address hidden>  Sun, 23 Aug 2015 01:01:42 +0200

Upload details

Uploaded by:
Richard Ulrich
Uploaded to:
Sid
Original maintainer:
Richard Ulrich
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
python-hidapi_0.7.99.6-2.dsc 1.6 KiB 86e092b387ad26b7543530559c1a88eb3dd0479ac1cb5419baa92df46020850e
python-hidapi_0.7.99.6.orig.tar.gz 34.0 KiB afc26915e604fb31499317d37336b887583c81010a3e64c6d7846158136066fa
python-hidapi_0.7.99.6-2.debian.tar.xz 2.5 KiB 5ed6d9787b15bf831b6dbdbfcf068ed30e1df0302ec5485559de63c5bad1c25c

No changes file available.

Binary packages built by this source

python-hid: cython 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.