vuegen.utils.variables module# Create valid variable names for Python identifiers. vuegen.utils.variables.make_valid_identifier(name: str) → str[source]# Create a valid Python identifier from a given name. Used in streamlit report sections to build structure (pages).