Skip to content

trudag.dotstop.core.constants

A module providing constants used throughout dotstop.

DataObject module-attribute

DataObject: TypeAlias = (
    str
    | int
    | float
    | bool
    | None
    | list["DataObject"]
    | dict[str, "DataObject"]
)

Type alias for JSON/Yaml data possibly stored as a nested dict/list data structure.

IGNORE_FILE module-attribute

IGNORE_FILE = '.trustableignore'

Write this message to all files automatically generated by dotstop.

LAST_FORMAT_VERSION module-attribute

LAST_FORMAT_VERSION = parse('0000.0.0')

The last trustable version that changed dotfile formatting.