python-echo 0.5-2 source package in Ubuntu

Changelog

python-echo (0.5-2) unstable; urgency=medium

  * debian/control: Fix wrong VCS-Git url

 -- Josue Ortega <email address hidden>  Sat, 24 Oct 2020 10:46:47 -0600

Upload details

Uploaded by:
Josue Ortega
Uploaded to:
Sid
Original maintainer:
Josue Ortega
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-echo_0.5-2.dsc 1.9 KiB ebd5b9d88d0fbe4cc02a41a9e0311b61ba0b56ddccf4a52c29a92de135f7b199
python-echo_0.5.orig.tar.gz 32.0 KiB fccacf010ac6d70a59d6f5553f3e50a380c14e1eb56c27eff2dbc5e7ccccc509
python-echo_0.5-2.debian.tar.xz 2.3 KiB 5e96e901d48110abe562a749a3c4cd5275df9515b60e854c6f4bd344f613a93a

No changes file available.

Binary packages built by this source

python3-echo: Callback Properties in Python

 Python Echo is a small library for attaching callback functions to property
 state changes.
 The main features of Echo are:
  - A simple, property-like interface to monitor state changes.
  - Decorator syntax to create callback property getter/setter methods,
    similar to @property.
  - Context managers to delay or ignore callback events.
  - Helper functions to connect callback properties to GUI elements
    (at the moment only Qt is supported).