util
The util module is accessible via the
paste.script
module.
Modules
The paste.script.util module
exposes 3 submodules:
-
logging_config
-
Configuration functions for the logging package for Python. The core package
is based on PEP 282 and comments thereto in comp.lang.python, and influenced
by Apache's log4j system.
-
secret
-
Create random secrets.
-
uuid
-
UUID (universally unique identifiers) as specified in RFC 4122.
See
the source
for more information.