AppInfo

class app.util.config.models.app_info.AppInfo[source]

Bases: BaseConfigModel

Inheritance diagram of AppInfo

Inheritance Diagram for AppInfo

Methods

Attributes

model_config

Configuration for the model, should be a dictionary conforming to ConfigDict.

name

exe

version

paths

test

inherited

defaulted

instance_name

instance_parent

exe: str
model_config: ClassVar[ConfigDict] = {'extra': 'forbid', 'frozen': True}

Configuration for the model, should be a dictionary conforming to ConfigDict.

name: str
paths: PathsInfo
test: bool
version: VersionInfo