Skip to content

zyex1108/pyface

 
 

pyface: traits-capable windowing framework

image

image

image

The pyface 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 pyface and your selected toolkit and back-end take care of the details of displaying them.

The following GUI backends are supported:

  • wxPython
  • PyQt
  • PySide
Warning: The default toolkit if none is supplied is qt4.

This changed from wx in Pyface 5.0..

Documentation

Prerequisites

Pyface depends on:

  • a GUI toolkit: one of PySide, PyQt or WxPython
  • Traits
  • Pygments for syntax highlighting in the Qt code editor widget.
  • some widgets may have additional optional dependencies.

About

pyface: traits-capable windowing framework

Resources

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE.txt
EPL-1.0
image_LICENSE_Eclipse.txt
LGPL-2.1
image_LICENSE_Nuvola.txt
LGPL-3.0
image_LICENSE_OOo.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%