This directory contains utility scripts and modules that augment Zope.

To get detailed usage information, run any of these scripts without arguments:

  load_site.py -- Load a Zope site from files and directories

    This script illustrates used of the Zope RPC mechanism,
    ZPublisher.Client.  It provides some examples of pitfalls
    and their work-arounds.

  check_catalog.py -- Perform some consistency tests on a ZCatalog instance

  mkzopeinstance.py -- create a Zope instance home

  copyzopeskel.py -- copy a Zope instance home skeleton directory to target

  mkzeoinstance.py -- create a ZEO instance home

  requestprofiler.py -- parse and analyze the Zope "detailed" log file

  zpasswd.py -- generate "access" or "inituser" files for use with Zope

  compilezpy.py -- compile all .py files to .pyc files in the current
     directory and below

  decompilezpy.py -- remove all .py[co] files in the current directory
     and below

