File: control

package info (click to toggle)
editobj3 0.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,188 kB
  • sloc: python: 5,350; makefile: 3
file content (44 lines) | stat: -rw-r--r-- 1,543 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
43
44
Source: editobj3
Section: python
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3-all,
 python3-setuptools
Standards-Version: 4.4.1
Homepage: http://www.lesfleursdunormal.fr/static/informatique/editobj/index_en.html
Vcs-Git: https://salsa.debian.org/multimedia-team/editobj3.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/editobj3
Rules-Requires-Root: no

Package: python3-editobj3
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends:
# for the Qt UI
 python3-pyqt5,
# for the GTK UI
 python3-gi,
 gir1.2-glib-2.0,
 gir1.2-gtk-3.0,
 git1.2-gdkpixbuf-2.0,
# for the HTML UI
 libjs-jquery,
 python3-aiohttp,
 python3-pil
Description: automatic dialog box generator for Python objects (Python 3)
 Editobj3 is an automatic dialog box generator for Python objects. It supports
 several backends (Qt, GTK, and HTML).
 .
 Editobj3 dialog boxes are composed of an attribute list, a luxurious
 good-looking but useless icon and title bar, and a tree view (if the edited
 object is part of a tree-like structure). Editobj3 includes an advanced
 introspection module that usually guesses how to edit any object; it can also
 be customized for a given class of object through the editobj3.introsp module.
 Editobj3 also supports the simultaneous edition of a group of objects, as if
 they were a single object.
 .
 This package contains the Python 3 module.