Package posterity :: Module core

Module core



Classes
  IRoutesProvider
Url routes provider
  ISettingsPanel
Extension point interface for components that need to extend the settings panel.
  IMessageFilter
Extension point interface for components that require notification of incoming and outgoing messages.
  PosterityInstance
Posterity instance directory
  PosterityApplication
Posterity WSGI application
Functions
 
make_posterity_app(config, **kw)
Variables
  log_level_map = {'CRITICAL': 50, 'DEBUG': 10, 'ERROR': 40, 'IN...
Variables Details

log_level_map

Value:
{'CRITICAL': 50, 'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'WARNING': 30}