Newt Syrup
| Original author(s) | Darryl L. Pierce, Red Hat engineer |
|---|---|
| Initial release | 2009 |
| Stable release | 0.2.0
/ August 6, 2010 |
| Written in | Python |
| Engine | |
| Operating system | Linux, Cross-platform |
| Type | Widget toolkit |
| License | GNU Lesser General Public License |
| Website | Newt Syrup page on Fedora |
Search Newt Syrup on Amazon.
Newt Syrup is an application framework written in Python that uses the Newt widgets for creating the user interface. It allows programmers to easily write text-based computer programs that can be run on any operating system that has a Python interpreter and is supported by the Newt.
Features
The framework uses the concept of pages and page flows, where a page represents a single screen of the application and the page flow is based on the data entered by the user.
The main components of an application are the application object, a screen object, and a system of one or more pages. The logic for how the application decides which page to show next is separate from the code used to display the data (known as the MVC design pattern), although there is a default flow that moves sequentially through the list of pages in the application.
Example applications
A text-based version of Virtual Machine Manager Archived 2007-06-10 at the Wayback Machine was the original application that inspired the framework.
This article "Newt Syrup" is from Wikipedia. The list of its authors can be seen in its historical. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.
