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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
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:
cython,
cython3,
debhelper (>=9),
dh-python,
libhidapi-dev,
libudev-dev,
libusb-1.0-0-dev,
python-all-dev,
python-setuptools,
python3-all-dev,
python3-setuptools,
Standards-Version: 4.1.2
Package: python3-hid
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Provides: ${python3:Provides}
Description: 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.
Package: python-hid
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
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.
.
This package contains HIDAPI for Python 2.
|