cybertools/util
helmutm 242c4a4921 extending composer and organize.schema to provide basis for tumsm
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1845 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-07-29 13:28:50 +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 added package storage.pzope 2007-01-04 22:39:57 +00:00
adapter.txt created util package with a simple adapter factory and lazy properties 2007-01-04 14:09:48 +00:00
defer.py added simple Deferred implementation 2007-01-11 12:35:21 +00:00
defer.txt added simple Deferred implementation 2007-01-11 12:35:21 +00:00
jeep.py extending composer and organize.schema to provide basis for tumsm 2007-07-29 13:28:50 +00:00
jeep.txt minor fixes 2007-03-06 08:16:56 +00:00
property.py included rwproperty stuff in util.property 2007-03-01 08:46:45 +00:00
property.txt included rwproperty stuff in util.property 2007-03-01 08:46:45 +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 added jeep module, a general purpose class for objects acting like a list, a dictionary and a normal object with attributes 2007-03-02 18:58:44 +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.