Python Enum : achieve multiple attributes with IntelliSense through code generation (jinja2)
CONTEXT My project is about implementing the “conventional method for house-energy-efficiency assessment” in France (120 pages). This method, comes with a huge .xls file providing definition for 10’s of enum-like data structure (see sample table below) I want to model this data as a Python Enum with multiple attributes. Each table always has an id […]