python-pyu2f 0.1.5-1 source package in Ubuntu

Changelog

python-pyu2f (0.1.5-1) unstable; urgency=medium

  * Initial release. (Closes: #1063919)

 -- Harlan Lieberman-Berg <email address hidden>  Wed, 14 Feb 2024 16:33:17 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyu2f_0.1.5-1.dsc 2.1 KiB 1b00e95f957684891ba210327e7780bd2d25a3d6a7e625f5eb8dd80934f65f8c
python-pyu2f_0.1.5.orig.tar.gz 26.5 KiB a3caa3a11842fc7d5746376f37195e6af5f17c0a15737538bb1cebf656fb306b
python-pyu2f_0.1.5-1.debian.tar.xz 1.6 KiB 6bb3efc427422a59363a8335205f15840e2576ac47c078d94e211bd633bb4b3b

No changes file available.

Binary packages built by this source

python3-pyu2f: pure Python 3 U2F host library

 pyu2f is a Python based U2F host library for Linux, Windows, and MacOS. It
 provides functionality for interacting with a U2F device over USB.
 .
 pyu2f uses ctypes to make system calls directly to interface with the USB HID
 device. This means that no platform specific shared libraries need to be
 compiled for pyu2f to work.