cybertools/util
helmutm 174a0ab4f1 created util package with a simple adapter factory and lazy properties
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1540 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-01-04 14:09:48 +00:00
..
__init__.py created util package with a simple adapter factory and lazy properties 2007-01-04 14:09:48 +00:00
adapter.py created util package with a simple adapter factory and lazy properties 2007-01-04 14:09:48 +00:00
adapter.txt created util package with a simple adapter factory and lazy properties 2007-01-04 14:09:48 +00:00
property.py created util package with a simple adapter factory and lazy properties 2007-01-04 14:09:48 +00:00
property.txt created util package with a simple adapter factory and lazy properties 2007-01-04 14:09:48 +00:00
README.txt created util package with a simple adapter factory and lazy properties 2007-01-04 14:09:48 +00:00
tests.py created util package with a simple adapter factory and lazy properties 2007-01-04 14:09:48 +00:00

================
Common Utilities
================

$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/util/tests.py

in the directory above the cybertools directory or via

  bin/test -vs cybertools.util

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