I am trying to write a function in python, that makes some introspection on one ORM object to generate a simple html form. I get the column names, like order_name , supplier_code, etc, but I would like to assign some names like "Order Name", "Supplier Code", etc.
Is there any easy way to do it, using the SQLalchemy API?