Skip to content

Constants

Handsdown API Index / Handsdown / Constants

Auto-generated documentation for handsdown.constants module.

Attributes

  • PACKAGE_NAME - Package name.: 'handsdown'

  • LOGGER_NAME - Global logging.Logger name.: 'handsdown'

  • EXCLUDE_EXPRS - Paths to exclude from docs generation.: ['build/', 'tests/', 'test/', '/pycache/', './*']

  • SOURCES_GLOB - glob.glob expression to ind all Python sources in current directory.: '*/.py'

  • ENCODING - Default encoding for source files: 'utf-8'

Theme

Show source in constants.py:22

Signature

class Theme(enum.Enum):
    ...