README Echo.py is a pure Python module which can be used to trace calls made to: - individual functions - all methods within a class - all functions in a module (including class methods) To run the echo tests: $ python echo.py To install: $ python setup.py install For install options and help: $ python setup.py --help Updates available via anonymous Subversion access from: http://svn.wordaligned.org/svn/etc Documentation at: http://wordaligned.org/articles/echo Any other questions or comments, email: tag@wordaligned.org