---------------------------------------------------------------------- This is the API documentation for the gdtest_auto_include library. ---------------------------------------------------------------------- ## Classes Core classes Widget(label: str) A public widget class. Parameters ---------- label Widget label. config(path: str = 'config.ini') Configuration manager for the package. This is a real public API class that happens to be named ``config`` — a name normally in AUTO_EXCLUDE. The ``auto_include`` option forces it back into documentation. Parameters ---------- path Configuration file path. logging(level: str = 'INFO') Logging facade for the package. This is a real public API class that happens to be named ``logging`` — a name normally in AUTO_EXCLUDE. The ``auto_include`` option forces it back into documentation. Parameters ---------- level Default log level. ## Functions Public functions process(data: str) -> str Process input data. Parameters ---------- data Raw input data. Returns ------- str Processed data.