- wtf._wtf_cstream: This module provides some speedy stream wrappers for WTF.
- wtf._wtf_cutil: This module provides some misc util implementations for WTF.
- wtf.app: This package contains application wrappers and related stuff, plus a
sample hello-world-application.
- wtf.autoreload: This module provides logic to implemented the autoreload mechanism.
- wtf.cmdline: This modules handles commandline parsing and initial bootstrapping.
- wtf.config: This modules handles configuration loading and provides an easy API
for accessing it.
- wtf.ext: This package provides helpful, but not base extensions for (web) applications.
- wtf.httputil: This module implements various common HTTP utilities.
- wtf.impl: This package holds implementations of specific WSGI bridges.
- wtf.init: Meta config setup and managed applications helper.
- wtf.opi: The modules in this package implement the different ways of integration
within other frameworks.
- wtf.osutil: Certain utilities to make the life more easy.
- wtf.services: This module provides for service loading and initialization.
- wtf.stream: In order to use the stream, you need to supply an actual implementation
of the low level octet stream.
- wtf.util: Certain utilities to make the life more easy.
- wtf.webutil: Certain utilities to make the life more easy.
|