Configuration¶
Runtime settings (also configurable via TCEPEPY_* environment variables).
Config
dataclass
¶
Mutable global configuration for tcepepy.
Access the singleton via tcepepy.config and set attributes directly,
e.g. tcepepy.config.verbose = True.