cybertools/util
helmutm 9a82e533ef renamed uid to randomname
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1888 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-08-09 11:27:58 +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 provide navigation between forms 2007-08-06 09:09:02 +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
randomname.py renamed uid to randomname 2007-08-09 11:27:58 +00:00
randomname.txt renamed uid to randomname 2007-08-09 11:27:58 +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 renamed uid to randomname 2007-08-09 11:27:58 +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.