[aosd-discuss] AOP in Python?

Robin Green greenrd at greenrd.org
Fri Apr 1 20:07:37 EST 2005


Can anyone recommend an AOP "framework" in Python that is ready for
"real-world usage"?

I understand that it's possible to use __getattribute__ to do low-level
metaprogramming, but I would prefer to use something slightly more
"programmer-friendly".

I tried the aspects module from http://www.logilab.org/projects/aspects
but (as you might expect from its 0.1 version number!) the
simple tracing aspect provided bailed out with an error
message when I tried it out on a real python application.
-- 
Robin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : /pipermail/discuss_aosd.net/attachments/20050402/b4d4a98c/attachment.bin


More information about the discuss mailing list