This release includes numerous QuiX enhancements, but also introduces
some major QuiX API changes. The base widget class (Widget) has been
refactored. Most of its attributes have been replaced with getters and
setters. Thus, a single attribute change does not require a full
redraw.
This release als
FileTrack is the first desktop-like web application based on Porcupine
Web application server and QuiX. It is a web enabled communication log,
keeping track of all your inbound and outbound documents. It supports
multiple logs, auto-archiving of older entries and generates simple
reports based on m
I'll be doing a short presentation on my recent work on the StarPy
Asterisk Protocols for Twisted. These protocols allow Python programmers
to write Asterisk FastAGI and AMI customisation and management scripts
in the same process as code running any other Twisted clients/servers.
After that w
QOTW: "Actually, Python has the distinction of being both a great tool
language *and* a great Zen language. That's what makes Python so cool
;-)))" - Ron Stephens
"It is probably possible to do the whole thing with a regular expression.
It is probably not wise to do so." - John Zenger (among MANY
Code available here:
http://littlelanguages.com/web/software/python/modules/cmdloop.py
Base class for writing simple interactive command loop environments.
CommandLoop provides a base class for writing simple interactive user
environments. It is designed around sub-classing, has a simple command