editobj3 0.1+ds1-2 source package in Ubuntu
Changelog
editobj3 (0.1+ds1-2) unstable; urgency=medium * Upload to unstable -- Sebastian Ramacher <email address hidden> Tue, 12 Nov 2019 21:52:19 +0100
Upload details
- Uploaded by:
- Debian Multimedia Team on 2019-11-13
- Uploaded to:
- Sid
- Original maintainer:
- Debian Multimedia Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2020-10-23 | universe | misc |
Groovy | release | on 2020-04-24 | universe | misc |
Focal | release | on 2019-11-13 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
editobj3_0.1+ds1-2.dsc | 2.0 KiB | 5b1dbb61c4b1ebd10fcb53c28f5ebfd2c5c9e32bf3708ed06b3f1f7c57326f81 |
editobj3_0.1+ds1.orig.tar.xz | 315.8 KiB | b4687d13dbef4d8db20b5cbdcda860234d35ecbc30549c80cc54584e975cba1d |
editobj3_0.1+ds1-2.debian.tar.xz | 2.7 KiB | c8637362a84b80a7fa386b74de97e14ea0d9ebbeefe98960f9d8b3209d6404a5 |
No changes file available.
Binary packages built by this source
- python3-editobj3: 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.