In a repoze.grok environment, it would be useful to have a script which took the
PyPI
distribution name of a Grok application, easy_installed, it, and then added the ZCML
slug which enabled it (in 'etc/grok-apps').
This would of course be unnecessary if Grok implemented an entry point for
identifying
Grok pluigins, and used it to load the pluigin's ZCML. |