cybertools/cybertools/util
2024-09-24 17:15:06 +02:00
..
generic cybertools.text: OK on py3 2023-11-27 18:49:05 +01:00
__init__.py cybertools.text: OK on py3 2023-11-27 18:49:05 +01:00
adapter.py composer, util: Python3 fixes 2024-09-22 10:24:02 +02:00
adapter.txt cybertools.text: OK on py3 2023-11-27 18:49:05 +01:00
aop.py cybertools.text: OK on py3 2023-11-27 18:49:05 +01:00
aop.txt cybertools.text: OK on py3 2023-11-27 18:49:05 +01:00
cache.py composer, util: Python3 fixes 2024-09-22 10:24:02 +02:00
cache.txt composer, util: Python3 fixes 2024-09-22 10:24:02 +02:00
config.py composer, util: Python3 fixes 2024-09-22 10:24:02 +02:00
config.txt composer, util: Python3 fixes 2024-09-22 10:24:02 +02:00
date.py Merge branch '2master' into 3master 2024-09-24 17:15:06 +02:00
defer.py cybertools.text: OK on py3 2023-11-27 18:49:05 +01:00
defer.txt composer, util: Python3 fixes 2024-09-22 10:24:02 +02:00
format.py organize: Python3 fixes 2024-09-23 11:00:35 +02:00
format.txt composer, util: Python3 fixes 2024-09-22 10:24:02 +02:00
html.py composer, util: Python3 fixes 2024-09-22 10:24:02 +02:00
html.txt composer, util: Python3 fixes 2024-09-22 10:24:02 +02:00
iterate.py composer, util: Python3 fixes 2024-09-22 10:24:02 +02:00
iterate.txt composer, util: Python3 fixes 2024-09-22 10:24:02 +02:00
jeep.py composer, util: Python3 fixes 2024-09-22 10:24:02 +02:00
jeep.txt composer, util: Python3 fixes 2024-09-22 10:24:02 +02:00
multikey.py cybertools.text: OK on py3 2023-11-27 18:49:05 +01:00
multikey.txt composer, util: Python3 fixes 2024-09-22 10:24:02 +02:00
property.py cybertools.text: OK on py3 2023-11-27 18:49:05 +01:00
property.txt composer, util: Python3 fixes 2024-09-22 10:24:02 +02:00
randomname.py cybertools.text: OK on py3 2023-11-27 18:49:05 +01:00
randomname.txt cybertools.text: OK on py3 2023-11-27 18:49:05 +01:00
README.txt cybertools.text: OK on py3 2023-11-27 18:49:05 +01:00
tests.py composer, util: Python3 fixes 2024-09-22 10:24:02 +02:00
util.py cybertools.text: OK on py3 2023-11-27 18:49:05 +01:00
version.py cybertools.text: OK on py3 2023-11-27 18:49:05 +01:00
version.txt composer, util: Python3 fixes 2024-09-22 10:24:02 +02: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.