ZODB Browser

ZODB browser
Download

ZODB Browser Ranking & Summary

Advertisement

  • Rating:
  • License:
  • ZPL
  • Price:
  • FREE
  • Publisher Name:
  • Programmers of Vilnius
  • Publisher web site:
  • http://pov.lt/

ZODB Browser Tags


ZODB Browser Description

ZODB browser ZODB browser is a project that allows you to inspect persistent objects stored in the ZODB, view their attributes and historical changes made to them.Usage as a pluginAdd zodbbrowser to the list of eggs (e.g. in buildout.cfg of your app) and add this to your site.zcml:< include package="zodbbrowser" / >Restart Zope and append @@zodbbrowser to the end of the URL to start browsing, e.g. http://localhost:8080/@@zodbbrowser. Or, if you still use ZMI (the Zope Management Interface), look for a new menu item titled "ZODB Browser".Usage as a standalone projectInstall all the dependencies into the source tree with zc.buildout:python bootstrap.pybin/buildoutRun bin/zodbbrowser specifying either a filename or a ZEO addressbin/zodbbrowser /path/to/Data.fsbin/zodbbrowser --zeo localhost:9080bin/zodbbrowser --zeo /path/to/zeosockOpen http://localhost:8070 in a web browser. Note that there are no access controls; all other users on the local machine will be able to access the database contents.Or you could use easy_install, if you're not afraid of cluttering your Python installation with extra packages:easy_install zodbbrowserzodbbrowser /path/to/Data.fs Requirements: · Python What's New in This Release: · Stopped using setuptools extras; now easy_install zodbbrowser is sufficient to run the standalone app.


ZODB Browser Related Software