Any AOP support library for Python ?
- by edomaur
I am trying to use some AOP in my Python programming, but I do not have any experience of the various libs that exists. So my question is :
What AOP support exists for Python, and what are the advantages of the differents libraries between them ?
Edit : I've found some, but I don't know how they compare :
Aspyct
Lightweight AOP for Python
…