ANN: Pythius 1.4 released

Frank Tobin ftobin@neverending.org
Mon, 08 Jul 2002 00:33:08 -0400


Pythius is a set of tools to assess and improve the quality of Python 
code. This is commonly done by applying different code metrics. It also 
contains an Aspect Oriented Programming module based on ideas from 
AspectJ.

Homepage: http://pythius.sourceforge.net/

Download:
http://prdownloads.sourceforge.net/pythius/Pythius-1.4.tar.bz2?download

OpenPGP signature:
http://prdownloads.sourceforge.net/pythius/Pythius-1.4.tar.bz2.asc?download


>From the CHANGES file:
---------------------------------------------------------------
Version 1.4

Features:
    *   pythius.aop (Aspect Oriented Programming) module revamped.
        Technique for applying Aspects to classes changed
        around, now using the __metaclass__ class attribute.
        Now handles new-style classes much better, and
        is much more efficient.  Regular-expression-matching
        has been removed.


-- 
Frank Tobin			http://www.neverending.org/~ftobin/