File: control

package info (click to toggle)
psygnal 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 752 kB
  • sloc: python: 9,252; makefile: 8
file content (42 lines) | stat: -rw-r--r-- 1,282 bytes parent folder | download
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
42
Source: psygnal
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>,
 Roland Mas <lolando@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-attr,
 python3-hatch-vcs,
 python3-hatchling,
 python3-mypy-extensions,
 python3-numpy,
 python3-pydantic,
 python3-pyqt6,
 python3-pytest,
 python3-pytest-asyncio,
 python3-pytestqt,
 python3-wrapt,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/pyapp-kit/psygnal/
Vcs-Git: https://salsa.debian.org/python-team/packages/psygnal.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/psygnal
Rules-Requires-Root: no

Package: python3-psygnal
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Fast Python callback/event system modeled after Qt Signals
 Psygnal (pronounced "signal") is a pure Python implementation of the
 observer pattern, with the API of Qt-style Signals with (optional)
 signature and type checking, and support for threading.
 .
 This library does not require or use Qt in any way, It simply
 implements a similar observer pattern API.