cybertools/util
helmutm caf8b60b83 added util.config (experimental); clean-up of doctests
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2103 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-10-09 05:50:38 +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
aop.py proof-of-concept for a simple AOP implementation 2007-08-27 19:39:25 +00:00
aop.txt proof-of-concept for a simple AOP implementation 2007-08-27 19:39:25 +00:00
config.py added util.config (experimental); clean-up of doctests 2007-10-09 05:50:38 +00:00
config.txt added util.config (experimental); clean-up of doctests 2007-10-09 05:50:38 +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
format.py added field processing and validation 2007-08-26 10:39:43 +00:00
format.txt service and service manager view, + date formatting utility function 2007-08-21 17:46:00 +00:00
jeep.py provide schema factory adapter 2007-09-30 16:00:55 +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 use static character list 2007-08-09 11:36:19 +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 added util.config (experimental); clean-up of doctests 2007-10-09 05:50:38 +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.