python-uart-devices 0.1.0-2 source package in Ubuntu

Changelog

python-uart-devices (0.1.0-2) unstable; urgency=medium

  * Source-only upload to allow package to migrate to testing.

 -- Edward Betts <edward@4angle.com>  Mon, 29 Apr 2024 07:58:01 +0100

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-uart-devices_0.1.0-2.dsc 2.2 KiB e5f4f168dee48d915642a8c8d2126227ab19c816cd0c09e028ef147931fc121c
python-uart-devices_0.1.0.orig.tar.gz 42.2 KiB fc2571200520c07f620da20f7f0f072f40dd8afdef7f8e13011901f2ea8f3ba6
python-uart-devices_0.1.0-2.debian.tar.xz 2.6 KiB 6981ffa84b5eb87c132ffbb2d63822dec71ea166b5347b5cf28385660480aeea

No changes file available.

Binary packages built by this source

python3-uart-devices: Python library for managing UART devices on Linux

 uart-devices is a comprehensive Python library designed to interact with
 UART (Universal Asynchronous Receiver/Transmitter) devices on Linux platforms.
 This library simplifies the process of detecting, configuring, and managing
 UART devices directly from Python scripts, providing a robust toolkit for
 developers working with serial communication hardware.
 .
 The library enables the enumeration of UART devices, reading device-specific
 attributes such as manufacturer and product details, and setting up devices
 for communication. It includes support for Bluetooth devices that use UART for
 communication, allowing for seamless integration and management of such
 devices.
 .
 Key features include:
 - Automatic detection and initialization of UART and Bluetooth UART devices.
 - Easy retrieval of device information, including manufacturer and product
   names.
 - Asynchronous API support for efficient device setup and management.
 - Custom exception handling for better error management and debugging.