The Danga::Socket module provides an event loop and event-driven async
socket base class which allows you to create high-performance servers.
from Toni Mueller, with some tweaks by me
D-Feet is a D-Bus debugger written in PyGtk+.
Current features:
* View names on any bus
* View exported objects, interfaces, methods and signals
* View the full command line of services on the bus
* Execute methods with parameters on the bus and see their return
values
there is currently no libgs (not even a libgs.a) on static archs.
Install only *one* binary (bin/gs), even in the gtk flavor; the gsc
binary in the gtk flavor was identically to gsx, with the exception
that the display driver (which is the sole purpose of the gtk flavor)
didn't work in gsc.
ok ajacoutot@
> Werkzeug started as a simple collection of various utilities for WSGI
> applications and has become one of the most advanced WSGI utility
> modules. It includes a powerful debugger, full featured request and
> response objects, HTTP utilities to handle entity tags, cache control
> headers, HTTP dates, cookie handling, file uploads, a powerful URL
> routing system and a bunch of community contributed addon modules.
>
> Werkzeug is unicode aware and doesn't enforce a specific template
> engine, database adapter or anything else. It doesn't even enforce
> a specific way of handling requests and leaves all that up to the
> developer.
>
> Werkzeug is most useful for end user applications which should work
> on as many server environments as possible (such as blogs, wikis,
> bulletin boards, etc.).
feedback & ok wcmaier@
> Jinja2 is a template engine written in pure Python. It provides a
> Django inspired non-XML syntax but supports inline expressions and an
> optional sandboxed environment.
feedback & ok wcmaier@
> A python based HTML parser/tokenizer based on the WHATWG HTML5
> specification for maximum compatibility with major desktop web
> browsers.
feedback & ok wcmaier@
> Babel is composed of two major parts: tools to build and work with
> gettext message catalogs, and a Python interface to the CLDR (Common
> Locale Data Repository), providing access to various locale display
> names, localized number and date formatting, etc.
feedback & ok wcmaier@