{ "info": { "author": "sriolo", "author_email": "sriolo@raptus.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: ZODB", "Framework :: Zope2", "Framework :: Zope3", "Programming Language :: Python" ], "description": "Introduction\n============\nTorii allows access to a running zope server over a unix-domain-socket. Torii makes it\nalso possible to run scripts from the command line on the server. In addition it provides \na python-prompt. That means full access to the Zope and ZODB at runtime.\n\n\nUsage\n=====\nIf you use the buildout-recipe, a shell-script is generated in buildout-directory/bin/torii.\nWhen the zope server is started, execute ./bin/torii in an other shell.\n\nOptions:\n--------\n\n:help: print help text and exit\n \n:debug: interactive mode\n \n:list: summary-list of all available scripts\n\n:run