I'm tied to WTForms and SQLAlchemy and I would like to save some typing.
How I can examine SQLA models schema (I use declarative models), and use things like nullable=False, Unicode(50), to generate form fields with basic validators set-up (Required if nullable is false, Length if field is 'varchar' with max value etc.)