Functions
__getattr__
__getattr__
def __getattr__(name: str) -> Any
Parameters 1
| Name | Type | Default | Description |
|---|---|---|---|
name |
str |
— |
Returns
Any
orchestration
Build orchestration module for Bengal SSG.
This module provides specialized orchestrators that handle different phases of the build process. The orchestrator pattern separates build coordination from data management, making the Site class simpler and more maintainable.
Orchestrators:
Usage:
from bengal.orchestration import BuildOrchestrator
orchestrator = BuildOrchestrator(site)
stats = orchestrator.build(parallel=True, incremental=True)
__getattr__
def __getattr__(name: str) -> Any
| Name | Type | Default | Description |
|---|---|---|---|
name |
str |
— |
Any