cybertools/zutil
2019-04-26 17:42:10 +02:00
..
__init__.py add zutil: Jeep implementation with BTrees; work in progress: organize, composer 2007-07-16 08:43:43 +00:00
jeep.py extending composer and organize.schema to provide basis for tumsm 2007-07-29 13:28:50 +00:00
jeep.txt add zutil: Jeep implementation with BTrees; work in progress: organize, composer 2007-07-16 08:43:43 +00:00
rcache.py add utility for caching values in the request 2010-03-30 13:37:23 +00:00
rcache.txt add utility for caching values in the request 2010-03-30 13:53:27 +00:00
README.txt add zutil: Jeep implementation with BTrees; work in progress: organize, composer 2007-07-16 08:43:43 +00:00
tests.py fix tests/doctests according to current ZTK and BlueBream versions 2019-04-26 17:42:10 +02:00

========================================
Common Utilities for Zope-based Packages
========================================

$Id$

This package contains a set of miscellaneous utility modules that
are to small for creating a separate package for them.

As each utility is developed further it may eventually get its own
package some time.

Usually each utility has a <name>.py file with an implementation and a
corresponding <name>.txt file with a description that can be run as a
doctest.

The doctests can be run by issuing

  python cybertools/zutil/tests.py

in the directory above the cybertools directory or via

  bin/test -vs cybertools.zutil

from within a Zope 3 instance that contains the cybertools package in
its python path.