File: control

package info (click to toggle)
python-hidapi 0.7.99.6-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 212 kB
  • ctags: 359
  • sloc: ansic: 3,092; python: 60; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,034 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: python-hidapi
Maintainer: Richard Ulrich <richi@paraeasy.ch>
Uploaders: Tristan Seligmann <mithrandi@debian.org>
Section: python
Priority: optional
Homepage: https://github.com/trezor/cython-hidapi
Build-Depends: python-all-dev, debhelper (>=7), dh-python, cython, libhidapi-dev, libusb-1.0-0-dev, libudev-dev
Standards-Version: 3.9.6

Package: python-hid
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: 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.