TechnoteTable#

class technote.sources.tomlsettings.TechnoteTable(**data)#

Bases: BaseModel

The root table for technote configuration, [technote] in technote.toml (TechnoteToml).

Parameters:

data (Any)

Attributes Summary

date_created_datetime

The date_created as a datetime.

date_updated_datetime

The date_updatd as a datetime.

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Attributes Documentation

date_created_datetime#

The date_created as a datetime.

date_updated_datetime#

The date_updatd as a datetime.

model_config: ClassVar[ConfigDict] = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].