WxPita is a free and open source wrapper library for wxPython, which is itself a wrapper library for the wxWidgets cross-platform GUI framework.
WxPita has two main goals:
· Allow the structure of your layout code to correspond more closely to the structure of your GUI
· Allow event callbacks to be bound and defined in a single step
By accomplishing these two goals, wxPita lets you write simpler, more maintainable GUI code.
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Fixed little bugs and here
· If id is not given, wxPita supplies the default value of -1. This change allows us to wrap wxPython-specific widgets like Calendar which do not provide a default value for id.
· Removed YAML support. Yes, removed it completely. Only 3 releases in and we're already removing features.
· To make up for removing YAML support, I've added support for a custom markup language called PitaML. Details below.