py-12f-common

Contents:

  • About
  • Usage
  • Examples
  • Modules
    • common
      • common package
        • Subpackages
  • Contributors
py-12f-common
  • Modules
  • common
  • common package
  • View page source

common package

The common packages is made of the following sub-modules:
  • app: A base class for generic, asynchronous applications with config, logging and graceful shut-down.

  • config: A configuration class, to collect and access to deployment-dependend configuration parameters.

  • logger: A simple, central logger used by the application.

Subpackages

  • common.app package
    • Submodules
      • common.app.app_base module
        • ApplicationBase
        • HealthCheckMock
      • common.app.app_entrypoint module
        • application_entrypoint()
      • common.app.app_terminate module
        • TerminalException
        • terminate()
      • common.app.health_check module
        • State
        • Status
        • Response
        • Pass
        • Fail
        • Warn
        • HealthCheck
      • common.app.signals module
  • common.config package
    • Submodules
      • common.config.config module
        • json_string()
        • CliEntry
        • ConfigEntry
        • Config
  • common.examples package
    • Subpackages
      • common.examples.asyncq package
        • Submodules
  • common.logger package
    • Submodules
      • common.logger.logger module
        • get_level_choices()
        • get_format_choices()
        • get_logger()
        • init_logger()
Previous Next

© Copyright 2022, TomBenke.

Built with Sphinx using a theme provided by Read the Docs.