1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/py-pyface/pkg-descr
Yuri Victorovich e924bef9fc devel/py-pyface: Update 6.1.2 -> 7.2.0
PR:		252909
Approved by:	Vladimir.Chukharev@gmail.com (maintainer)
2021-01-22 17:22:15 +00:00

14 lines
446 B
Plaintext

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
WWW: https://docs.enthought.com/pyface/