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
|
Source: python-echo
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josue Ortega <josue@debian.org>,
Thais Reboucas de Araujo <thaysreb@gmail.com>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-setuptools,
python3-all,
python3-setuptools-scm,
python3-numpy,
python3-pytest,
python3-qtpy,
python3-pyqt5
Standards-Version: 4.7.0
Homepage: https://echo.readthedocs.io
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-echo
Vcs-Git: https://salsa.debian.org/python-team/packages/python-echo.git
Package: python3-echo
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${python3:Depends},
python3-pkg-resources,
python3-qtpy,
python3-pyqt5
Description: 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).
|