Hello!
I'd like to introduce Ruis, a new kind of library for developing
distributed systems in Python.
Unlike the usual distributed middleware, Ruis does not force the use
of any single distributed architecture (such as client-server) nor any
single distributed programming paradigm (such as RPC).
Hello!
aspects.py is a lightweight and low-level library for intercepting
function calls. Functions and methods (also in Python standard library
and third party code) can be wrapped so that when they are called, the
wrap is invoked first. Depending on the wrap, the execution of the
original functi
o serialisation
of objects. If you are interested, please check:
http://www.cs.tut.fi/~ask/rthread/index.html
Yours,
Antti Kervinen
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations.html