Using the PSE plugin API, you can create your own modules that appear under the pse.plugins package for use in your applications. Some examples of user created plugins include:
Since plugin modules have access to the original apache request through mod_python, you are only limited by the limits of mod_python itself when writing your own plugins.