JOTWeb Standard Library Index

  1. jotwebutils -- Utilities useful to JOTWeb programs.
  2. config -- Access to site-wide configuration values.
  3. auth -- Authentication and session handling routines.
  4. input -- Handling data received from the client.

jotwebutils -- Utilities useful to JOTWeb programs.

config -- Access to site-wide configuration values.

auth -- Authentication and session handling routines.

auth.Sessions.SimpleSession -- Simple but powerful session handling code.

auth.Sessions.Backend -- Template Backend Class (to be extended only).

auth.Sessions.BackendFilesystem -- A Session authentication Backend which uses the filesystem.

auth.Sessions.BackendPyPgSQL -- A Session authentication Backend which uses a PostgreSQL database with the PyPgSQL database driver to store session information.

input -- Handling data received from the client.

input.Request -- Access to the Apache request and headers received from and sent to the client.

input.SimpleForm -- Simple form handling

Index