Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1082

ANN: circuits-1.3.3 (Asynchronous Component-based Application Framework)

From James Mills <prologic@shortcircuit.net.au>
Date 2011-02-05 18:09 +1000
Subject ANN: circuits-1.3.3 (Asynchronous Component-based Application Framework)
Newsgroups comp.lang.python.announce
Message-ID <mailman.1678.1296925319.6505.python-announce-list@python.org> (permalink)

Show all headers | View raw


Hi,

I'm pleased to announce the release of circuits-1.3.3

What is circuits ?
==========

circuits is a Lightweight Event driven and Asynchronous Application
Framework for the Python Programming Language with a strong
Component Architecture. circuits also includes a lightweight,
high performance and scalable HTTP/WSGI web server
(with some similar features to CherryPy) as well as various I/O
and Networking components.


What's new ?
========

- New circuits.web.apps namespace with two mini-apps included
  - MemoryMonitor (a port of Dowser to debug memory leaks in your
circuits.web app)
  - WebConsole (a port of httprepl by the same author of Dowser to
give you an interactive
    console in your circuits.web app)
- circuits.core.debugger: Debugger now takes an optional keyword argument "chop"
  to chop long lines when printing to sys.stderr
- A new jsonserializer.py example in examples/web/
- Several bug-fixes and other improvements.


Get it from PyPi: http://pypi.python.org/pypi/circuits/1.3.3

Read the documentation: http://packages.python.org/circuits

See the examples: https://bitbucket.org/prologic/circuits/src/1.3.3/examples/


Please give us feedback on the circuits-users groups
http://groups.google.com/group/circuits-users or on the
#circuits IRC Channel on the FreeNode IRC Network.

cheers
James


-- 
-- James Mills
--
-- "Problems are solved by method"

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

ANN: circuits-1.3.3 (Asynchronous Component-based Application Framework) James Mills <prologic@shortcircuit.net.au> - 2011-02-05 18:09 +1000

csiph-web