TracDeveloper is a Trac plugin to aid in the development of Trac plugins.
The purpose of this plugin is to provide useful information to Trac plugin developers.
Currently this includes:
- A plugin registry browser which lets you inspect the relationships between all active plugin components and interfaces.
- A template context data inspector that you can use to drill-down into the data provided to a template by any request handler.
- API documentation popups for the above.
Installation
Follow standard procedure
svn co http://trac-hacks.org/svn/tracdeveloperplugin/trunk/ tracdeveloperplugin
cd tracdeveloperplugin
python setup.py bdist_egg
cp dist/*.egg ../TRAC_ENV/plugins
cd ..
Product's homepage
Requirements:
· Python
· Trac