You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyone interested in creating such a project?
Refer to: https://github.com/LukasMasuch/streamlit-pydantic
It should be possible to automatically generate FMX/VCL form from Pydantic models. Then a lot of applications could be based on that rather than streamlit UI.
The text was updated successfully, but these errors were encountered:
Before working on integration with Pydantic, we need to first work on type-hints because the whole Pydantic is based on type-hints. We have this on our roadmap to work on type-stubs to make our Python packages go nice with linters/IDEs.
Anyone interested in creating such a project?
Refer to:
https://github.com/LukasMasuch/streamlit-pydantic
It should be possible to automatically generate FMX/VCL form from Pydantic models. Then a lot of applications could be based on that rather than streamlit UI.
The text was updated successfully, but these errors were encountered: