Regolith API¶
For those of you who want the gritty details.
Central Components:
- Run Controlers (
regolith.runcontrol
) - Database Interface Tools (
regolith.database
) - Builders (
regolith.builder
) - Website Builder (
regolith.builders.htmlbuilder
) - CV Builder (
regolith.builders.cvbuilder
) - Deployment Tools (
regolith.deploy
) - Builder Base Class (
regolith.builders.basebuilder
) - Base class for chaining DBs (
regolith.chained_db
)
Helpers: