Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1082
| Path | csiph.com!eeepc.pasdenom.info!news.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <prologic@shortcircuit.net.au> |
| X-Original-To | python-announce@python.org |
| Delivered-To | python-announce-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'subject:ANN': 0.02; 'debug': 0.03; 'irc': 0.03; 'framework': 0.04; 'components.': 0.07; 'subject:based': 0.07; 'python': 0.08; 'url:pypi': 0.08; '==========': 0.09; 'freenode': 0.09; 'i/o': 0.09; 'solved': 0.09; 'url:bitbucket': 0.09; 'url:packages': 0.09; 'argument': 0.15; 'received:74.125.82.44': 0.15; 'received:mail-ww0-f44.google.com': 0.15; '========': 0.16; 'debugger': 0.16; 'leaks': 0.16; 'sys.stderr': 0.16; 'channel': 0.17; 'programming': 0.17; 'memory': 0.18; 'optional': 0.23; '(with': 0.25; 'url:group': 0.25; 'language': 0.26; "i'm": 0.28; 'scalable': 0.28; "what's": 0.29; 'example': 0.29; 'message-id:@mail.gmail.com': 0.29; 'asynchronous': 0.30; 'console': 0.30; 'namespace': 0.30; 'server': 0.30; 'lines': 0.31; 'url:google': 0.34; 'hi,': 0.34; 'several': 0.35; 'keyword': 0.36; 'strong': 0.37; 'two': 0.38; 'release': 0.38; 'similar': 0.38; 'received:google.com': 0.38; 'feedback': 0.38; 'announce': 0.38; 'event': 0.38; 'url:org': 0.38; 'subject:: ': 0.39; 'some': 0.39; 'url:python': 0.39; 'to:addr:python.org': 0.40; 'your': 0.61; 'give': 0.61; 'url:3': 0.62; 'skip:j 10': 0.62; 'networking': 0.63; 'high': 0.65; 'to:addr:python-announce': 0.67; 'pleased': 0.67; 'examples:': 0.84; 'url:examples': 0.84 |
| MIME-Version | 1.0 |
| From | James Mills <prologic@shortcircuit.net.au> |
| Date | Sat, 5 Feb 2011 18:09:11 +1000 |
| Subject | ANN: circuits-1.3.3 (Asynchronous Component-based Application Framework) |
| To | python-announce@python.org |
| Content-Type | text/plain; charset=UTF-8 |
| X-Mailman-Approved-At | Sat, 05 Feb 2011 18:01:58 +0100 |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| Reply-To | python-list@python.org |
| List-Id | Announcement-only list for the Python programming language <python-announce-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-announce-list> |
| List-Post | <mailto:python-announce-list@python.org> |
| List-Help | <mailto:python-announce-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe> |
| Approved | python-announce-list@python.org |
| Newsgroups | comp.lang.python.announce |
| Message-ID | <mailman.1678.1296925319.6505.python-announce-list@python.org> (permalink) |
| Lines | 49 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1296925319 news.xs4all.nl 81482 [::ffff:82.94.164.166]:34005 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python.announce:1082 |
Show key headers only | 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
ANN: circuits-1.3.3 (Asynchronous Component-based Application Framework) James Mills <prologic@shortcircuit.net.au> - 2011-02-05 18:09 +1000
csiph-web