python3-editobj3

automatic dialog box generator for Python objects (Python 3)
  http://www.lesfleursdunormal.fr/static/informatique/editobj/index_en.html
  0
  no reviews



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.