dbus-fast 2.21.2-1 source package in Ubuntu

Changelog

dbus-fast (2.21.2-1) unstable; urgency=medium

  * New upstream release.

 -- Edward Betts <edward@4angle.com>  Sun, 12 May 2024 21:03:12 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dbus-fast_2.21.2-1.dsc 2.5 KiB edd5012d33f646cc9f84386a89e90cc25ed624f18da50ed80a9a3b11f8584598
dbus-fast_2.21.2.orig.tar.gz 169.2 KiB 8ba7611fc148ca15f270080206fef361d4bf3f083d349216f73e102ac3718cab
dbus-fast_2.21.2-1.debian.tar.xz 4.2 KiB ce3b9fd6a48527bfe1c4d1dc88ffbaa0cd3fab213fbe66e1f211e2bc93651b71

No changes file available.

Binary packages built by this source

python3-dbus-fast: Faster version of dbus-next

 dbus-fast is a Python library for DBus that aims to be a performant fully
 featured high level library primarily geared towards integration of
 applications into Linux desktop and mobile environments.
 .
 Desktop application developers can use this library for integrating their
 applications into desktop environments by implementing common DBus standard
 interfaces or creating custom plugin interfaces.
 .
 Desktop users can use this library to create their own scripts and utilities
 to interact with those interfaces for customization of their desktop
 environment.
 .
 dbus-fast plans to improve over other DBus libraries for Python in the
 following ways:
 .
  - Zero dependencies and pure Python 3.
  - Focus on performance
  - Support for multiple IO backends including asyncio and the GLib main loop.
  - Nonblocking IO suitable for GUI development.
  - Target the latest language features of Python for beautiful services and
    clients.
  - Complete implementation of the DBus type system without ever guessing
    types.
  - Integration tests for all features of the library.
  - Completely documented public API.

python3-dbus-fast-dbgsym: debug symbols for python3-dbus-fast