pankajp / traitsui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

traitsui: traits-capable windowing framework

The traitsui project contains a toolkit-independent GUI abstraction layer, which is used to support the "visualization" features of the Traits package. Thus, you can write code in terms of the Traits API (views, items, editors, etc.), and let traitsui and your selected toolkit and back-end take care of the details of displaying them.

The following GUI backends are supported:

  • wxPython
  • PyQt
  • PySide

Prerequisites

If you want to run traitsui, you must also install:

About

License:Other


Languages

Language:Python 99.4%Language:CSS 0.6%