20 Nov 05:05
[ANN]: circuits-1.0a2 released!
From: James Mills <prologic <at> shortcircuit.net.au>
Subject: [ANN]: circuits-1.0a2 released!
Newsgroups: gmane.comp.python.announce
Date: 2008-11-20 04:09:23 GMT
Subject: [ANN]: circuits-1.0a2 released!
Newsgroups: gmane.comp.python.announce
Date: 2008-11-20 04:09:23 GMT
Hi all, I'm pleased to announce the release of circuits-1.0a2 Overview ====== circuits is an event-driven framework with a focus on Component Software Architectures where System Functionality is defined in Components. Components communicate with one another by propagating events throughout the system. Each Component can react to events and expose events to other parts of the system Components are able to manage their own events and can also be linked to other Components. circuits has a clean architecture and has no external dependencies on any other library. It's simplistic design is unmatchable but yet delivers a powerful framework for building large, scalable, maintainable applications and systems. circuits was a core integral part of the pymills library developed in 2006 and was partly inspired by the Trac architecture. Quick Examples -------------------- Hello World! ~~~~~~~~ >>> from circuits.core import listener, Component, Event, Manager >>> >>> class Hello(Component):(Continue reading)
RSS Feed