资 源 简 介
Introduction
pyglons takes the ideas from Pylons( a lightweight web framework
emphasizing flexibility and rapid development ) and uses them to create a framework for Pyglet ( a cross-platform windowing and multimedia library for Python) ....
In simple terms: No more boilerplate coding!
pyglons is essentially two things in one:
* pyglons the module: a module containing an application base class, a state class and some predefined states that you may or may not require depending on your needs.
* pyglons the templates: templates for the paster command that creates your application directory and initial layout. The default templates create a small working application with splash screen, menu, help and very basic application state ready for you to add your code. The templates also create all the required files