Python MVC with Dependency Injection Framework.
Project description
PyInterception
PyInterception is a Python Method Interception with Dependency Injection implementation.
Home Page
PyInterception Project hosted on GitHub.
Issues
Installation
By pip command
sudo pip install py_interception
Manual
For default python executable
git clone https://github.com/moisespsena/py_interception.git py_interception
cd py_interception
sudo python setup.py install
For another python executable
sudo python3 setup.py install
Examples
See tests for more details.
HISTORY
1.0 (2012-10-08)
Initial release